Skip to content

Releases: mini-software/MiniExcel

0.14.3

10 May 07:42
Compare
Choose a tag to compare

0.14.3

  • [Opt] Support Xlsm AutoCheck #227
  • [Bug] Fix SaveAsByTemplate single column demension index error #226

0.14.2

10 May 02:18
Compare
Choose a tag to compare

0.14.2

  • [Bug] Fix asp.net webform gridview datasource can't use QueryAsDataTable #223

0.14.1

07 May 02:05
Compare
Choose a tag to compare

0.14.1

  • [Bug] Fix custom m/d format not convert datetime #222

0.14.0

07 May 00:11
Compare
Choose a tag to compare

0.14.0

  • [New] Query、GetColumns support startCell #147
  • [New] GetColumns support read headers

0.13.5

30 Apr 10:01
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

0.13.2

  • [Bug] Fix Column more than 255 rows cannot be read error #208

0.13.1

18 Apr 04:44
Compare
Choose a tag to compare

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
Choose a tag to compare

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