WeihanLi.Npoi Versions Save

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

1.11.0

3 years ago
  • Add support for excel formula when import excel

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

1.10.0

3 years ago
  • add EndRowIndex for SheetSetting(zero-based, included)
  • add FluentAPI WithDataValidation for excel setting, if set will ignore invalid data when import excel
  • remove CSVHelper TEntity new() constraint

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

1.9.6

3 years ago
  • fix xlsx workbook appVersion property value caused warning, fix #72
  • fix ExcelHelper.ToDataTable bug, fix #76

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

1.9.4

3 years ago

1.9.2

4 years ago
  • fix CsvHelper.ParseLine bug with quoted value, thanks for hokis's effort

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

1.9.0

4 years ago
  • remove return 1 code fix #64
  • optimize fluent formatter performance
  • add FluentSettings.For instead of ExcelHelper.SettingsFor, fluent settings is not only for excel, but also work with csv

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

1.8.2

4 years ago
  • add TemplateHelper.ConfigureTemplateOptions to allow user config templateParamFormat
  • optimize template export

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

1.8.1

4 years ago
  • add ExportExcelByTemplate, fix #33
  • update NpoiRowCollection
  • optimize DataTable support for csv
  • export csv as utf8 encoding
  • update export generic type constraint, remove new() constraint

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

1.7.0

4 years ago
  • add HasColumnInputFormatter/HasColumnOutputFormatter
  • simply IExcelConfiguration SheetConfiguration

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

1.6.1

4 years ago
  • fix bug when config inherit property
  • optimize AdjustColumnIndex

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