Skip to content

Releases: mini-software/MiniExcel

1.28.0

19 Sep 13:18

Choose a tag to compare

1.28.0

1.27.0

18 Sep 15:26

Choose a tag to compare

1.27.0

1.26.6-1.26.7

09 Sep 15:05

Choose a tag to compare

1.26.6

1.26.7

  • [OPT] Reduce memory allocation when using MemoryStream #427 (via @cupsos)
  • [OPT] Add System.Memory pacakge #427 (via @cupsos)
  • [OPT] Reduce memory allocation in GetImageFormat() #427 (via @cupsos)
  • [Bug] Fixed MiniExcel.SaveAsByTemplate error when value is List<Dictionary<string, object>> #413 (via @shps951023)

1.26.5

30 Jun 13:51

Choose a tag to compare

1.26.5

  • [New] Added DataReader AutoFilter toggle #402 #401 (via @Rollerss)
  • [New] SaveAs support empty sharedstring #405

1.26.4

26 Jun 05:34

Choose a tag to compare

1.26.4

  • [Bug] Using stream.SaveAs will close the Stream automatically when Specifying excelType
  • [OPT] Optimize Query big file _IntMappingAlphabet.Count hot loading count (#400 via @CollapseNav)

1.26.3

07 Jun 15:44

Choose a tag to compare

1.26.3

  • [OPT] Export default buffersize from 1024 bytes -> 1024 * 512 bytes
  • [New] Export support custom buffersize
  • [New] SaveAsByTemplate number use InvariantCulture (via @psxbox)

1.26.2

21 Apr 16:50

Choose a tag to compare

1.26.2

  • [Bug] Fixed DynamicColumnAttribute Ignore, Index error #377

1.26.1

17 Apr 08:16

Choose a tag to compare

1.26.1

  • [New] DynamicColumnAttribute support Dictionary #370
  • [Bug] Fixed MiniExcelDataReader SqlBulkCopy error (via @yfl8910)

1.26.0

12 Apr 15:46

Choose a tag to compare

1.26.0

1.25.2

05 Apr 15:03

Choose a tag to compare

1.25.2

  • [New] Remove overdue ExcelNumberFormat Dependency #271