|
Parse commas in print area (#263)
* add method to format the defined names if a comma exists in the sheet name * add Excel workbook to test loading of sheets with commas in them (when they have a print area) * Regex change to make sure all tests pass successfully * use String.Format instead of new fangled string interpolation. * Improve defined name parsing. * Add unit test for references to a sheet with commas in the name * Add unit tests and adjust CalcEngine to allow enclosing characters around identifiers * Reformat code using CodeMaid * Don't use C#6 syntax for dictionary initialiser. |
|---|
|
|
| ClosedXML/Excel/CalcEngine/CalcEngine.cs |
|---|
| ClosedXML/Excel/CalcEngine/XLCalcEngine.cs |
|---|
| ClosedXML/Excel/XLWorkbook_Load.cs |
|---|
| ClosedXML/Excel/XLWorksheets.cs |
|---|
| ClosedXML_Tests/ClosedXML_Tests.csproj |
|---|
| ClosedXML_Tests/Excel/Loading/LoadingTests.cs |
|---|
| ClosedXML_Tests/Excel/Misc/FormulaTests.cs |
|---|
| ClosedXML_Tests/Excel/Worksheets/XLWorksheetTests.cs |
|---|
| ClosedXML_Tests/Resource/Misc/LoadSheetsWithCommas.xlsx 0 → 100644 |
|---|
|
Not supported
|