Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
0.13.5
30 Apr 10:01
Compare
Sorry, something went wrong.
No results found
0.13.5
[New] Support QueryAsDataTable method #216
[New] SaveAs support IDataReader value parameter #211
[Bug] Fix numeric format string will be cast to numeric type #I3OSKV
[Opt] Optimize SaveAs convert value type logic to improve performance
0.13.4
26 Apr 05:13
Compare
Sorry, something went wrong.
No results found
0.13.4
[Changed] DataTable use Caption for column name first, then use columname #217
[New] Type Query support Enum mapping #89
[OPT] Optimize stream excel type check #215
0.13.3
22 Apr 06:47
Compare
Sorry, something went wrong.
No results found
0.13.3
[New] Support open with read only mode, avoid error of The process cannot access the file because it is being used by another process #87
[Breaking Change] Change CSV SaveAs datetime default format : "yyyy-MM-dd HH:mm:ss"
[Bug] Fixed SaveAsByTemplate when merge cells will cause collection rendering error #207
[Bug] Fixed MiniExcel.SaveAs(path, value,sheetName:"Name"), the actual sheetName is Sheet1
0.13.2
20 Apr 02:00
Compare
Sorry, something went wrong.
No results found
0.13.2
[Bug] Fix Column more than 255 rows cannot be read error #208
0.13.1
18 Apr 04:44
Compare
Sorry, something went wrong.
No results found
0.13.1
[New] SaveAsByTemplate by template bytes, convenient to cache and support multiple users to read the same template at the same time #189
[New] SaveAsByTemplate support input IEnmerable<IDicionary<string,object>> or DapperRows or DataTable parameters #201
[Bug] Fix after stream SaveAs/SaveAsByTemplate, miniexcel will close stream #200
0.13.0
16 Apr 13:24
Compare
Sorry, something went wrong.
No results found
0.13.0
[New] Support .NET Framework 4.5
[Bug] Fix template excel that with namespace prefix will cause parsing error #193
[OPT] Optimize template paresing performance
0.12.2
15 Apr 03:02
Compare
Sorry, something went wrong.
No results found
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
14 Apr 14:54
Compare
Sorry, something went wrong.
No results found
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
13 Apr 15:42
Compare
Sorry, something went wrong.
No results found
0.12.0-beta
[New] Support Filling Excel by SaveAsByTemplate method to fill data into excel by xlsx template
0.11.1
09 Apr 19:29
Compare
Sorry, something went wrong.
No results found
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