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
ITWeiHan
cc6a296d22
drafts\【CsvHelper】Create 1,000,000 Csv File.linq
...
drafts\【ExcelDataReader】Read Large Xlsx File.linq
drafts\【MiniExcel】Read Large Xlsx File.linq
samples\csv\TestLargeFile_1,000,000.csv
2021-03-22 00:03:10 +08:00
ITWeiHan
07f10a520f
Support TimeSpan Mapping
2021-03-20 23:54:42 +08:00
ITWeiHan
190184eb68
samples\xlsx\TestDatetimeSpanFormat.xlsx
...
samples\xlsx\TestDatetimeSpanFormat_ClosedXml.xlsx
2021-03-20 14:20:29 +08:00
ITWeiHan
1c72760c71
- Support : empty rows dimension
...
- Fix : dimension just one column parsing error
2021-03-18 00:17:45 +08:00
wei
f3c9caa777
Finish : [Query Support Sheet Xml c without r · Issue #2 · shps951023/MiniExcel]( https://github.com/shps951023/MiniExcel/issues/2 )
2021-03-16 20:12:04 +08:00
wei
0deae6c6bf
ExcelDataReader Drafts
2021-03-16 15:27:03 +08:00
wei
0e4ad095b1
Optimize bool and datetime auto check
2021-03-16 09:33:37 +08:00
wei
94775c9638
- Add Query strongly typed mapping
...
- Add QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
2021-03-15 13:41:29 +08:00
wei
3b5ca439d2
TestTypeMapping
2021-03-15 13:02:46 +08:00
wei
3b9238d8b3
Add Query First
2021-03-14 22:20:58 +08:00
wei
1b59b4235c
- Dynamic Query support A,B,C.. column name key
...
- Support insert empty Rows between rows
2021-03-13 22:39:20 +08:00
wei
c178596b90
TestChess.xlsx
2021-03-13 18:46:36 +08:00
wei
18b370b979
samples\xlsx\ExcelDataReaderCollections\TestOpen\TestOpen.xlsx
2021-03-13 01:55:28 +08:00
ITWeiHan
44c333ee6e
Add ConvertAsXlsxWorkbook
...
Add Test 1,000,000 x 10
Add DimensionCenterEmptyRows
2021-03-07 18:28:14 +08:00
wei
2eab71819e
samples\xlsx\TestCenterEmptyRow\TestCenterEmptyRow.xlsx
...
samples\xlsx\TestMultiSheetGetFirstSheet\TestMultiSheetGetFirstSheet.xlsx
2021-03-07 00:40:05 +08:00
wei
449d2549a4
Add:MiniExcelHepler.Read and Tests
2021-03-04 17:07:36 +08:00
wei
a8ed6f5035
Add : Xlsx Samples
2021-03-03 13:07:11 +08:00