Commit Graph

77 Commits

Author SHA1 Message Date
Wei
1efc7dca4b V0.20.0 Code Refactoring 2022-01-19 16:10:19 +08:00
Wei
3c2b6314ef New - SaveAsByTemplate supports datareader #I4HL54 2021-11-19 10:12:14 +08:00
Wei
199da34e43 Fix bug : Prefix and suffix blank space will lost after SaveAs #294 2021-11-15 16:43:28 +08:00
wei
9a05683bf1 [New] QueryAsDataTable remove empty column keys. #298 2021-10-25 17:02:24 +08:00
wei
f5e990731d [Bug] Fix SaveAsByTemplate & convert to & 2021-10-21 17:04:10 +08:00
wei
f6d0d7c22a [New] OpenXmlConfiguration add AutoFilter property. 2021-10-21 16:06:27 +08:00
wei
c415e3422f [New] SaveAs default style with autoFilter mode. #190 2021-10-21 15:51:56 +08:00
wei
c9ba67255d - [New] Add ConvertCsvToXlsx、ConvertXlsxToCsv method. #292
- [Bug] Fix after CSV Query then SaveAs system will throw "Stream was not readable." exception. #293
2021-09-29 16:08:19 +08:00
wei
abf063d6d0 - [Bug] SaveAs sheet enum mapping cell number type #286
- [New] SaveAs support enum description #I49RYZ
2021-09-13 23:58:01 +08:00
wei
db9037bf22 [New] Query strong type support multiple column names mapping to the same property. 2021-09-10 17:21:29 +08:00
wei
fa854ba2bb [Breaking Change] SaveAs by empty IEnumerable<StrongType> will generate header now empty rows now. #133 2021-09-10 13:37:49 +08:00
wei
4a915f65ad [Bug] Fix xlsx file column name with &,<,>,",', the file cannot be opened. 2021-08-20 08:54:51 +08:00
wei
a304c9d96f v0.17.4
- [Bug] Fix v0.17.3 SaveAs xlsx file will cause "XML error : Catastrophic failure"
2021-08-17 16:01:20 +08:00
wei
94a448d847 0.17.4
- [New] Support set column width #280
- [Bug] Fix csv not support QueryAsDataTable #279
2021-08-10 16:57:07 +08:00
wei
083dffd2fa [Bug] Fix csv not support QueryAsDataTable #279 2021-08-10 14:16:50 +08:00
wei
417b1b79d5 Code Refacturing & document fix 2021-07-30 08:45:26 +08:00
wei
f50ef432e1 Fix appveyor CI error xUnit2009: Do not use Assert.True() to check for substrings 2021-07-02 13:46:38 +08:00
wei
1b748e6659 - [OPT] Clearer exception message when file is illegal excel zip format. #272
- Code refacturing
2021-07-02 13:41:28 +08:00
wei
0904a80d10 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
2021-06-30 17:21:15 +08:00
wei
a373015e37 0.17.1
- [New] Add QueryAsDataTableAsync(this Stream stream..)
- [OPT] More clear strong type conversion error message [#I3X2ZL](https://gitee.com/dotnetchina/MiniExcel/issues/I3X2ZL)
2021-06-23 14:59:47 +08:00
wei
47f396691b Fix error xUnit1013: Public method 'CsvToXlsx' on test class 'MiniExcelIssueTests' should be marked as a Theory. 2021-06-21 09:06:43 +08:00
ITWeiHan
22fa99981e Fix TestIssue261 path could not find file 2021-06-20 20:56:01 +08:00
ITWeiHan
f2d2faaf7b Convert csv to xlsx #261 2021-06-20 20:52:31 +08:00
ITWeiHan
403b279204 Code Refacturing : add ExcelTypeHelper 2021-06-20 01:44:12 +08:00
ITWeiHan
37f7dff7de Fix MiniExcelIssueTests.Issue255 Non-static method requires a target. #260 2021-06-19 23:42:17 +08:00
ITWeiHan
101a91b601 Fix MiniExcelIssueTests.Issue255 Non-static method requires a target. #260 2021-06-19 23:41:53 +08:00
ITWeiHan
ab3f27434b [New] SaveAsByTemplate support DateTime custom format #255 2021-06-19 21:32:57 +08:00
wei
f19d91a656 [New] Query support custom datetime format mapping datetime type #256 2021-06-19 18:05:21 +08:00
ITWeiHan
8996ca1032 add Number Format Records cache 2021-06-17 01:48:57 +08:00
ITWeiHan
082777f70a [Bug] Chinese env datetime format InvalidCastException #257 2021-06-13 14:42:01 +08:00
wei
79fb9c4d5c Fix Csv SaveAs by datareader with encoding default show messy code #253 2021-06-08 17:12:12 +08:00
wei
725317c3f4 CSV SaveAs support datareader 2021-06-08 10:48:34 +08:00
wei
11296631bf - [Bug] Csv type mapping Query error "cannot be converted to xxx type" #243
- [Bug] No error exception throw when reading xls file #242
- [Breaking Change] Stream cannot know the file type, please specify ExcelType manually
2021-05-20 11:53:43 +08:00
wei
9a04444132 - Csv type mapping Query error "cannot be converted to xxx type" #243
- Doc : datetime format
2021-05-20 11:31:25 +08:00
wei
076042e35f Support Custom Datetime format #241 2021-05-20 10:25:43 +08:00
wei
6da40a0c50 0.15.0
- [New] SaveAs change default style and provide style options enum #132
- [New] Support SaveAs by DataSet #235
2021-05-19 17:13:47 +08:00
wei
8bcd362711 Support SaveAs by DataSet #235 2021-05-19 10:23:50 +08:00
wei
d5903b1335 0.14.8
- [Bug] Fix csv Query split comma not correct #237 #I3R95M
- [Bug] QueryAsDataTable type check problem, e.g A2=5.5 , A3=0.55/1.1 will case double type check error #233
2021-05-18 17:32:44 +08:00
wei
787d42dec3 Fix csv Query split comma not correct #237 2021-05-18 16:18:51 +08:00
wei
9b6079646e 0.14.7
- [New] SaveAs Support Create Multiple Sheets
- [Breaking Change] Change GetSheetNames type IEnumerable<string> -> List<string>
2021-05-13 22:18:31 +08:00
wei
1463c16ba0 0.14.6
- [Bug] Fix SaveAs by datareader error "Invalid attempt to call FieldCount when reader is closed" #230
2021-05-13 11:41:07 +08:00
wei
a72b469cdb 0.14.5
- [Breaking Change] Rename OpenXmlConfiguration FillMergedCells
2021-05-12 20:29:08 +08:00
wei
0a8e2fdde3 [Bug] Fix QueryAsDataTable error "Cannot set Column to be null" #229 2021-05-12 16:56:11 +08:00
wei
78001a7d8e [New] Query support Fill Merged Cells Down #122 2021-05-12 16:33:06 +08:00
wei
c0799b933d Support Xlsm AutoCheck #227 2021-05-10 15:14:58 +08:00
wei
c7e4230729 Fix SaveAsByTemplate single column demension index error #226 2021-05-10 14:33:09 +08:00
wei
64071b196e Fix asp.net webform gridview datasource can't use miniexcel queryasdatatable #223 2021-05-07 13:10:05 +08:00
wei
8f3d521600 0.14.1
- [Bug] Fix custom m/d format not convert datetime #222
2021-05-07 10:02:13 +08:00
wei
33c3a191cc 0.14.0
- [New] Query、GetColumns support startCell #147
- [New] GetColumns support read headers
2021-05-06 15:47:08 +08:00
wei
44b89cccac 0.13.5
- [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216)
- [New] SaveAs support IDataReader value parameter [#211](https://github.com/shps951023/MiniExcel/issues/211)
- [Bug] Fix numeric format string will be cast to numeric type [#I3OSKV](https://gitee.com/dotnetchina/MiniExcel/issues/I3OSKV)
- [Opt] Optimize SaveAs convert value type logic to improve performance
2021-04-30 17:59:12 +08:00