Skip to content

Releases: mini-software/MiniExcel

0.12.2

15 Apr 03:02
Compare
Choose a tag to compare

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

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

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

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

08 Apr 06:46
Compare
Choose a tag to compare

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

06 Apr 09:07
Compare
Choose a tag to compare

0.10.3

  • [Bug] Fix Query SharedStrings control character not encoding (issue Issue #149)

0.10.2

06 Apr 02:45
Compare
Choose a tag to compare
  • [Bug] Fix SharedStrings get wrong index (issue #153)
  • [Bug] SaveAs support control character encoding

0.10.1

04 Apr 17:48
Compare
Choose a tag to compare

0.10.1

  • [New] SaveAs support POCO excel column name/ignore attribute

0.10.0

02 Apr 10:09
Compare
Choose a tag to compare

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

01 Apr 05:44
Compare
Choose a tag to compare

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