Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
0.12.2
0.12.2
- [Bug] Template concating cell value type problem #179
- [Bug] Template fix non-nullable numeric type cell type is 'str' #180
0.12.1
0.12.1
- [OPT] Optimize performance of filling excel
- [OPT] Template IEnumerable generate support type auto mapping (Issue #177)
- [New] Support GetColumns method #174
- [New] Template support $rowindex keyword to get current row index
- [Bug] Dimension without x prefix #175
0.12.0-beta
0.12.0-beta
- [New] Support
Filling Excel
by SaveAsByTemplate method to fill data into excel by xlsx template
0.11.1
0.11.1
- [New] Support ColumnIndex Attribute #142 & #I3I3EB
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable should throw clear msg exception
0.11.0
0.11.0
- [New] Added GetSheetNames method support multi-sheets Query
- [New] Query support by sheet name
- [New] Csv SaveAs support DataTable/Dictionary parameters
- [New] CsvConfiguration support custom newLine & seperator & GetStreamReaderFunc
- [Optimization] Optimizz SaveAs/Query excel file type auto-check
0.10.3
0.10.3
- [Bug] Fix Query SharedStrings control character not encoding (issue Issue #149)
0.10.2
- [Bug] Fix SharedStrings get wrong index (issue #153)
- [Bug] SaveAs support control character encoding
0.10.1
0.10.1
- [New] SaveAs support POCO excel column name/ignore attribute
0.10.0
0.10.0
- [New] Query dynamic with first head will ignore blank/whitespace columns
- [New] Query type mapping support Custom POCO excel column name/ignore attribute
0.9.0
0.9.0
- [Bug] Solve cannot convert Cell value to Nullable (issue #138)
- [Bug] Solve System.IO.Compression referencing twice (issue #97)
- [Bug] StrongTypeMapping Query empty row will be generated repeatedly