WeihanLi.Npoi Versions Save

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

1.6.0

4 years ago
  • add shadow property support
  • add version info when export *.xlsx excel

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

1.5.0

4 years ago
  • add support for more format, treat as xlsx
  • add AutoColumnWidthEnabled setting to SheetSetting, not autoSizeColumn by default
  • add CsvHelper.ToEntityList(byte[] bytes)/CsvHelper.ToEntityList(Stream stream)
  • add null check for propertyInfo.GetValueSetter
  • use xls for default ExcelFormat(better performance)

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

1.4.5

4 years ago
  • try to auto adjust column index when import excel(do not update existing settings)
  • add InputFormatter/OutputFormatter
  • apply column settings for CSV

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

1.4.3

4 years ago
  • fix possible NullReferenceException when ExcelHelper.ToEntityList()/ToExcelFile()
  • fix treat string.Empty as null bug, SetCellType after SetCellValue so that null => CellType.Blank, string.Empty => CellType.String

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