Commit Graph

67 Commits

Author SHA1 Message Date
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
db9037bf22 [New] Query strong type support multiple column names mapping to the same property. 2021-09-10 17:21:29 +08:00
wei
417b1b79d5 Code Refacturing & document fix 2021-07-30 08:45:26 +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
ITWeiHan
f2d2faaf7b Convert csv to xlsx #261 2021-06-20 20:52:31 +08:00
ITWeiHan
ab3f27434b [New] SaveAsByTemplate support DateTime custom format #255 2021-06-19 21:32:57 +08:00
ITWeiHan
8996ca1032 add Number Format Records cache 2021-06-17 01:48:57 +08:00
wei
c7658b2c79 tests : add csv gb2312 encoding read test 2021-06-08 10:02:11 +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
c93faf7765 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:33:18 +08:00
wei
ff9fe627bc 0.14.7
- [New] SaveAs Support Create Multiple Sheets
- [Breaking Change] Change GetSheetNames type IEnumerable<string> -> List<string>
2021-05-13 22:19:10 +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
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
165f015457 update benchmarks debug mode 2021-05-05 11:36:19 +08:00
wei
bf8ada25dd Test #220 can't summary numeric cell value default, need to cast 2021-04-30 10:36:30 +08:00
wei
ae4e40c305 0.13.4 2021-04-26 13:06:34 +08:00
wei
d31308f1d6 tests SaveAs enum mapping 2021-04-26 12:00:41 +08:00
wei
cd1a71a6f6 [New] Type Query support Enum mapping #89 2021-04-26 11:28:10 +08:00
wei
490ddc8cc0 [Sample] Issue207 sample 2021-04-22 13:50:28 +08:00
wei
9b593cb474 0.13.2
- [Bug] Fix Column more than 255 rows cannot be read error [#208](https://github.com/shps951023/MiniExcel/issues/#208)
2021-04-20 09:57:15 +08:00
ITWeiHan
e04b2da3e0 samples\xlsx\images\empty.xlsx
samples\xlsx\images\withoneimage.xlsx
2021-04-18 00:18:34 +08:00
wei
d098c10d26 - [Fix] Template excel that with namespace prefix will cause parsing error #193 2021-04-16 16:28:43 +08:00
wei
e7f858a6e4 - [Fix] Template concating cell value type problem #179
- [Fix] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 10:36:52 +08:00
wei
427ba279fb - [New] Support GetColumns method #174 2021-04-14 22:28:43 +08:00
wei
6bd9195a4a Paging Query 2021-04-14 16:35:28 +08:00
wei
1ea8957a6a - [New] Support GetColumns method #174
- [Fix] dimension without x prefix #175
2021-04-14 15:42:05 +08:00
wei
d11a3aafeb optimize template performance 2021-04-14 15:02:43 +08:00
ITWeiHan
6dea49daa4 0.12.0-beta
- [New] Support `Filling Excel` by SaveAsByTemplate method to fill data into excel by xlsx template
2021-04-13 23:33:01 +08:00
wei
d8721c380e Template generate support by POCO 2021-04-13 18:40:04 +08:00
wei
d1a0871686 [New] Support Filling Excel by SaveAsByTemplate method to fill data into excel by xlsx template 2021-04-13 15:19:39 +08:00
ITWeiHan
77bfb1c750 0.11.1
- [New] Support Support ColumnIndex Attribute [#142](#142) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB)
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:27:29 +08:00
ITWeiHan
5cba1efe2d 0.11.1
- [New] Support Support ColumnIndex Attribute [#142](https://github.com/shps951023/MiniExcel/issues/142) & [#I3I3EB](https://gitee.com/dotnetchina/MiniExcel/issues/I3I3EB)
- [Bug] Fix issue #157 : Special conditions will get the wrong worksheet name
- [Update] issue #150 : SaveAs input IEnuerable<valuetype> should throw clear msg exception
2021-04-10 03:01:13 +08:00
ITWeiHan
ae9a70b3f7 Fix issue #157 : Special conditions will get the wrong worksheet name 2021-04-09 18:30:57 +08:00
wei
340793574d Fix issue #149 Query sharedstring control characters not encoding 2021-04-06 17:01:20 +08:00
wei
0f6d5bf0df 0.10.2
Fix Issue153 : SharedStrings get wrong index
2021-04-06 10:38:08 +08:00
wei
77cf5f2feb 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
2021-04-02 17:59:57 +08:00
wei
b8497f532a Query dynamic with first head will ignore blank/whitespace columns, from issue #137 2021-04-01 17:16:05 +08:00
wei
1233929cee ### 0.9.1
- [Bug] Solve cannot convert Cell value to Nullable<T> (issue #138)
2021-04-01 14:15:43 +08:00
wei
ceab6e069d 0.9.0
- [Bug] Solve cannot convert Cell value to Nullable<T> (issue #138)
- [Bug] Solve System.IO.Compression referencing twice  (issue #97)
2021-04-01 13:27:39 +08:00
wei
7c14eb2fc7 samples\xlsx\TestBasicTemplate.xlsx 2021-03-31 11:32:53 +08:00
wei
7463bcdaa2 Add QueryFirst benchmarks 2021-03-30 09:55:01 +08:00
wei
ebeca55ffc Samples/TestDataTableBasic 2021-03-29 16:30:01 +08:00
wei
eb31d2b38d - Support create CSV by file path or stream
- Add MiniExcel.Query("file path")
- Support custom configuration setting
- Support auto/manual specify excel type way
2021-03-25 09:24:00 +08:00