*1)* Added method cell.SetValue<T>(T value) which sets the cells data type based on "T" instead of the contents of "value".
*2)* (.Net 4 only) When inserting a table from a collection of objects ClosedXML will check for the custom property [Display(Name="Field Name")] and use it for column name if exists. Otherwise it will use the property's name.
*3)* Fixed issue where ClosedXML would load dates as numbers if the file didn't specify the data format.
*4)* Fixed issue where you could not hide the first sheet.
*5)* Added support for array formulas. To use it just put your formulas between curly braces, e.g. cell.FormulaA1 = "{1+1}"
*6)* Fixed issues 6312, 6307, 6295, 6285
1 parent cd4659d commit 687176a86568155ef7b0b8ccac3346ac161aced1
@MDeLeon_cp MDeLeon_cp authored on 14 Mar 2011
Showing 15 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/Cells/XLCell_DotNetSpecific.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML/Excel/Hyperlinks/XLHyperlink_Internal.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/Extensions.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/ClosedXML_Examples.csproj
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/Formulas.cs
View
ClosedXML/ClosedXML/ClosedXML_Examples/Misc/InsertingTables.cs
View
ClosedXML/ClosedXML/ClosedXML_Net3.5/ClosedXML_Net3.5.csproj
View
ClosedXML/ClosedXML/ClosedXML_Net3.5/Excel/Cells/XLCell_DotNetSpecific.cs 0 → 100644
View
ClosedXML/ClosedXML/ClosedXML_Sandbox/Program.cs