Skip to content

Releases: mini-software/MiniExcel

1.26.5

30 Jun 13:51
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.26.2

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

1.26.1

17 Apr 08:16
Compare
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
Compare
Choose a tag to compare

1.26.0

1.25.2

05 Apr 15:03
Compare
Choose a tag to compare

1.25.2

  • [New] Remove overdue ExcelNumberFormat Dependency #271

1.25.1

03 Apr 05:20
Compare
Choose a tag to compare

1.25.1

  • [Bug] Fixed QueryAsDataTable read big file will throw NotImplementedException #360

1.25.0

02 Apr 20:44
Compare
Choose a tag to compare

1.25.0

  • [New] Support SharingStrings disk cache (when this file size >= 5 MB), it can reduce reading 2GB SharingStrings only needs 1~13 MB memory #117(#346 via @weilence) (via @shps951023)
  • [New] Async support cancellationToken (#350 via @isdaniel)
  • [New] SaveAs support overwriteFile parameter for enable/unable overwriting exist file #307
  • [Bug] SaveAs by datareader, sometime it will add one more autoFilter column #352

1.24.3

18 Mar 08:17
Compare
Choose a tag to compare

1.24.3

  • [Bug] Fixed multiple threads Async error 'The given key N was not present in the dictionary' #344
  • [Bug] Fixed when CultureInfo likesff-Latn , datareader field type is datetime that will get error OA Date format #343