Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
0.18.0
0.18.0
- [New] SaveAs support enum description #I49RYZ
- [New] Query strong type support multiple column names mapping to the same property. #I40QA5
- [Breaking Change] SaveAs by empty IEnumerable will generate header now empty rows now. #133
- [Bug] SaveAs sheet enum mapping cell number type #286
0.17.5
0.17.5
- [Bug] Fix xlsx file column name with
&,<,>,",'
, the file cannot be opened.
0.17.4
0.17.4
- [Bug] Fix v0.17.3 SaveAs xlsx file will cause "XML error : Catastrophic failure"
0.17.3
0.17.3
- [New] Support set column width #280
- [Bug] Fix csv not support QueryAsDataTable #279
- [OPT] Clearer exception message when file is illegal excel zip format. #272
0.17.2
0.17.2
- [Bug] Fix v0.16.0-0.17.1 custom format contains specific format (eg:
#,##0.000_);[Red]\(#,##0.000\)
), automatic converter will convert double to datetime #267
0.17.1
0.17.1
- [New] Add QueryAsDataTableAsync(this Stream stream..)
- [OPT] More clear strong type conversion error message #I3X2ZL
0.16.0
0.16.0
- [New] Query support custom datetime format mapping datetime type #256
- [Bug] Fix Query call convertValueByStyleFormat method repeatedly, cause waste of resources #259
0.15.5
0.15.5
- [Bug] Chinese env datetime format InvalidCastException #257