EPPlus v7.5.0

Released: Nov 15, 2024

v7.5.0 中的更新

特性

  • Added signatures to the EPPlus.dll's and the EPPlus NuGet package.
  • Added new RepeatItemLabels and InsertBlankRow properties to ExcelPivotTableField.
  • Added AllowDuplicateColumnNames to ToDataTableOptions. This allows the exported range in the ToDataTable method to have duplicate column names.

修補程式

  • A NullReferenceException was sometimes thrown when saving line charts with droplines.
  • Fix for cells with null values and no style id getting incorrect styling.
  • Fixed an issue where two VLOOKUPs on the same worksheet intersected the same range.
  • EPPlus encoded CR and TAB characters in the shared string to 0x000D and 0x000A, which was not necessary.
  • NullReferenceException thrown in some cases when saving a line chart with droplines.