Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
1.25.1
1.25.0
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
1.24.2
1.24.2
- [Bug] Fiexd Query multiple same title will cause startcell to get wrong column index #I4YCLQ
- [OPT] Optimize Query algorithm
1.24.1
1.24.0
1.24.0
- [New] Query support strict open xml, thanks Weilence (Lowell) #335
- [New] SaveAs use the configured CultureInfo to write format cell value, thanks 0xced (Cédric Luthi) #333
- [New] SaveAsByTemplate default ignore template missing parameter key exception, OpenXmlConfiguration.IgnoreTemplateParameterMissing can control it. #I4WXFB
- [New] SaveAsByTemplate will clean template string when parameter is IEnumerable and empty collection. #I4WM67
1.23.2
1.23.2
- [New] Support System.ComponentModel.DisplayName's
[DisplayName]as title [#I4TXGT](https://gitee.com/dotnetchina/MiniExcel/issues/I4TXGT) - [Bug] Fix when CultureInfo like
Czechwill get invalid output with decimal numbers #331
1.23.0
1.23.0
- [New] Support
GetReadermethod #328 #290 (Thanks [杨福来 Yang](https://github.com/yfl8910) )