Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
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
Czech
will get invalid output with decimal numbers #331
1.23.0
1.23.0
- [New] Support
GetReader
method #328 #290 (Thanks [杨福来 Yang](https://github.com/yfl8910) )
1.22.0
0.21.5
0.21.0
0.21.0
- [New] ExcelFormat support DateTimeOffset/Decimal/double etc. type format #I49RZH #312 #305
- [New] Support byte file import/export
- [New] SaveAs support to convert byte[] value to base64 string
- [New] Query support to convert base64 value to byte[]
- [New] OpenXmlConfiguration add
ConvertByteArrayToBase64String
to turn on/off base64 convertor - [New] Query support ExcelInvalidCastException to store column, row, value data #309