Skip to content

Releases: mini-software/MiniExcel

1.29.0

10 Nov 12:14

Choose a tag to compare

1.29.0

  • [New] SaveAs support FastMode
  • [Bug] Fixed SaveAs OOM problem

1.28.2

29 Oct 15:04

Choose a tag to compare

1.28.2

  • [New] Support Assembly Strong Name Signature #450
  • [New] Support QueryRange (via @1ras1)

1.28.1

22 Oct 08:15

Choose a tag to compare

1.28.1

  • [Optimization] Reduce string memory allocation when template save #439 (via @cupsos)
  • [Optimization] Remove dependency System.Memory #441 (via @ping9719)

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