*1)* Fixed issues 6138 (error loading shared formulas), 6139 (Custom Properties and Shared Strings)
*2)* Added method workbook.GetSharedStrings() which returns the list of strings which will be shared in the workbook. 
*3)* Added method workbook.AddSharedString
*4)* Added Boolean property cell/range .ShareString with a default value of true. If set to false the cell's text will not be shared and stored as an inline value.
*5)* Copying a worksheet also copies Table definitions, NamedRanges, PageSetup, Outlines, etc.
*6)* Fixed issue with tables of the same name.
*7)* Implemented custom properties via workbook.CustomProperties and workbook.CustomProperty(name)
*8)* Added method cell.InsertData(collection) which returns a range that contains the data.
*9)* Added method cell.InsertTable(collection) which returns a table that contains the data.
1 parent 2177974 commit 9bb89736e42f81b7aec288b33c6ff07f2aabd844
@MDeLeon_cp MDeLeon_cp authored on 24 Jan 2011
Showing 39 changed files
View
ClosedXML/ClosedXML/ClosedXML/ClosedXML.csproj
View
ClosedXML/ClosedXML/ClosedXML/Excel/Cells/IXLCell.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Cells/XLCell.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/CustomProperties/IXLCustomProperties.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML/Excel/CustomProperties/IXLCustomProperty.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML/Excel/CustomProperties/XLCustomProperties.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML/Excel/CustomProperties/XLCustomProperty.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML/Excel/IXLWorksheet.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/IXLWorksheets.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Ranges/IXLRangeBase.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Ranges/XLRangeBase.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Tables/IXLTables.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Tables/XLTable.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/Tables/XLTables.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLSheetView.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLWorkbook.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLWorkbook_Load.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLWorkbook_Save.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLWorksheet.cs
View
ClosedXML/ClosedXML/ClosedXML/Excel/XLWorksheets.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/ClosedXML_Examples.csproj
View
ClosedXML/ClosedXML/ClosedXML_Examples/Creating/CreateFiles.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Loading/ChangingBasicTable.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/CopyingWorksheets.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/DataTypes.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/InsertingData.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/InsertingTables.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/LambdaExpressions.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/MergeMoves.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/MultipleSheets.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/WorkbookProperties.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Ranges/CopyingRanges.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Ranges/ShiftingRanges.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Ranges/TransposeRanges.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Ranges/TransposeRangesPlus.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Ranges/UsingTables.cs
View
ClosedXML/ClosedXML/ClosedXML_Net3.5/ClosedXML_Net3.5.csproj
View
ClosedXML/ClosedXML/ClosedXML_Sandbox/ClosedXML_Sandbox.csproj
View
ClosedXML/ClosedXML/ClosedXML_Sandbox/Program.cs