Skip to content

Releases: mini-software/MiniExcel

0.19.0

21 Oct 09:10
Compare
Choose a tag to compare

0.19.0

  • [New] SaveAs default style with autoFilter mode. #190
  • [New] Add ConvertCsvToXlsx、ConvertXlsxToCsv method. #292
  • [New] OpenXmlConfiguration add AutoFilter property.
  • [Bug] Fix after CSV Query then SaveAs system will throw "Stream was not readable." exception. #293
  • [Bug] Fix SaveAsByTemplate & convert to & I4DQUN

0.18.0

13 Sep 16:02
Compare
Choose a tag to compare

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

20 Aug 00:58
Compare
Choose a tag to compare

0.17.5

  • [Bug] Fix xlsx file column name with &,<,>,",', the file cannot be opened.

0.17.4

17 Aug 08:03
Compare
Choose a tag to compare

0.17.4

  • [Bug] Fix v0.17.3 SaveAs xlsx file will cause "XML error : Catastrophic failure"

0.17.3

10 Aug 09:10
Compare
Choose a tag to compare

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

30 Jun 09:28
Compare
Choose a tag to compare

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

23 Jun 07:05
Compare
Choose a tag to compare

0.17.1

  • [New] Add QueryAsDataTableAsync(this Stream stream..)
  • [OPT] More clear strong type conversion error message #I3X2ZL

0.17.0

21 Jun 04:06
Compare
Choose a tag to compare

0.17.0

0.16.1

19 Jun 13:40
Compare
Choose a tag to compare

0.16.1

0.16.0

19 Jun 10:13
Compare
Choose a tag to compare

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