Releases: mini-software/MiniExcel
Releases · mini-software/MiniExcel
0.14.3
0.14.3
- [Opt] Support Xlsm AutoCheck #227
- [Bug] Fix SaveAsByTemplate single column demension index error #226
0.14.2
0.14.2
- [Bug] Fix asp.net webform gridview datasource can't use QueryAsDataTable #223
0.14.1
0.14.1
- [Bug] Fix custom m/d format not convert datetime #222
0.14.0
0.14.0
- [New] Query、GetColumns support startCell #147
- [New] GetColumns support read headers
0.13.5
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
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
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
0.13.2
- [Bug] Fix Column more than 255 rows cannot be read error #208
0.13.1
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
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