Skip to content

Releases: mini-software/MiniExcel

1.24.2

17 Mar 17:29
Compare
Choose a tag to compare

1.24.2

  • [Bug] Fiexd Query multiple same title will cause startcell to get wrong column index #I4YCLQ
  • [OPT] Optimize Query algorithm

1.24.1

15 Mar 08:05
Compare
Choose a tag to compare

1.24.1

  • [Bug] Fiexd QueryAsync configulation not working #338
  • [Bug] Fixed QueryAsync not return dynamic type

1.24.0

09 Mar 15:17
Compare
Choose a tag to compare

1.24.0

  • [New] Query support strict open xml, thanks Weilence (Lowell) #335
  • [New] SaveAs use the configured CultureInfo to write format cell value, thanks 0xced (Cédric Luthi) #333
  • [New] SaveAsByTemplate default ignore template missing parameter key exception, OpenXmlConfiguration.IgnoreTemplateParameterMissing can control it. #I4WXFB
  • [New] SaveAsByTemplate will clean template string when parameter is IEnumerable and empty collection. #I4WM67

1.23.2

04 Mar 03:44
Compare
Choose a tag to compare

1.23.2

1.23.0

14 Feb 08:28
Compare
Choose a tag to compare

1.23.0

1.22.0

12 Feb 08:21
Compare
Choose a tag to compare

1.22.0

  • [New] SaveAs support to custom CultureInfo #316
  • [New] Query support to custom CultureInfo #316
  • [New] New efficiency byte array Converter #327
  • [Breaking Change] Remove Byte Array to base64 Converter
  • [Breaking Change] Replace ConvertByteArrayToBase64String by EnableConvertByteArray

0.21.5

07 Feb 02:47
Compare
Choose a tag to compare

0.21.5

  • [Bug] Fix SaveAs multiple sheet value error "Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded." #325

0.21.0

22 Jan 09:07
Compare
Choose a tag to compare

0.21.0

  • [New] ExcelFormat support DateTimeOffset/Decimal/double etc. type format #I49RZH #312 #305
  • [New] Support byte file import/export
  • [New] SaveAs support to convert byte[] value to base64 string
  • [New] Query support to convert base64 value to byte[]
  • [New] OpenXmlConfiguration add ConvertByteArrayToBase64String to turn on/off base64 convertor
  • [New] Query support ExcelInvalidCastException to store column, row, value data #309

0.20.0

21 Jan 04:08
Compare
Choose a tag to compare

0.20.0

  • [New] SaveAs support image #304
  • [Opt] Improve SaveAs efficiency

0.19.1

15 Nov 08:51
Compare
Choose a tag to compare

0.19.1

  • [New] QueryAsDataTable remove empty column keys. #298
  • [Bug] Error NU3037: ExcelNumberFormat 1.1.0 #302
  • [Bug] Prefix and suffix blank space will lost after SaveAs #294