|
*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
|
|---|
|
|
| ClosedXML/ClosedXML/ClosedXML/ClosedXML.csproj |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/Cells/IXLCell.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/Cells/XLCell.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/Cells/XLCell_DotNetSpecific.cs 0 → 100644 |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/Hyperlinks/XLHyperlink_Internal.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/XLWorkbook_Load.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/XLWorkbook_Save.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Excel/XLWorksheet.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML/Extensions.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML_Examples/ClosedXML_Examples.csproj |
|---|
| ClosedXML/ClosedXML/ClosedXML_Examples/Misc/Formulas.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML_Examples/Misc/InsertingTables.cs |
|---|
| ClosedXML/ClosedXML/ClosedXML_Net3.5/ClosedXML_Net3.5.csproj |
|---|
| ClosedXML/ClosedXML/ClosedXML_Net3.5/Excel/Cells/XLCell_DotNetSpecific.cs 0 → 100644 |
|---|
| ClosedXML/ClosedXML/ClosedXML_Sandbox/Program.cs |
|---|