WeihanLi.Npoi Versions Save

NPOI Extensions, excel/csv importer/exporter for IEnumerable/DataTable, fluentapi(great flexibility)/attribute configuration

1.20.0

2 years ago

1.20.0

  • The ExcelHelper.ToDataTable was extended with two arguments bool removeEmptyRows = false, int? maxColumns = null
  • Fix possible IndexOutOfRangeException when loading rows

1.19.1

2 years ago
  • Fix ExcelHelper.ToDataTable bug when the imported excel column value is not the string value, thanks for @Ninjanaut's contribution

1.19.0

2 years ago
  • Fix ExcelHelper.ToDataTable bug when the imported excel file first column is empty, thanks for @Ninjanaut's contribution
  • FluentSettings.LoadMappingProfile enhancement

1.18.0

2 years ago
  • add MappingProfile support so that we could split mappings into separate mapping profiles

1.17.0

3 years ago
  • add DrawingPatriarch null check for GetPicturesAndPosition, fix #111
  • fix configAction invoked twice when configure sheet settings
  • add auto create release support, update docs only when master branch push

1.16.0

3 years ago
  • add CellAction/RowAction/SheetAction for more flexible export

https://www.nuget.org/packages/WeihanLi.Npoi/1.16.0

1.15.0

3 years ago
  • add support for excel image import/export

https://www.nuget.org/packages/WeihanLi.Npoi/1.15.0

1.14.0

3 years ago
  • adopt nullable reference types
  • remove net45 target

https://www.nuget.org/packages/WeihanLi.Npoi/1.14.0

1.13.0

3 years ago
  • add support for EntityList/DataTable export auto split sheets

https://www.nuget.org/packages/WeihanLi.Npoi/1.13.0

1.12.0

3 years ago
  • refact ExcelSetting and SheetSetting
  • add support for RowFilter and CellFilter(mainly for import)
  • add support for reading file when file opened by another process

https://www.nuget.org/packages/WeihanLi.Npoi/1.12.0