wei
c415e3422f
[New] SaveAs default style with autoFilter mode. #190
2021-10-21 15:51:56 +08:00
wei
1c76e4d5da
Doc : How to remove empty rows?
2021-10-19 16:36:37 +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
4bb1517c24
[Doc] DataReader export multiple sheets #283
2021-09-14 15:16:56 +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
ce74a06638
Doc : Dapper Query recommend ExecuteReader
2021-09-10 08:03:10 +08:00
wei
3d7590b6a0
Doc:How to stop the foreach when blank row?
2021-08-20 17:07:26 +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
417b1b79d5
Code Refacturing & document fix
2021-07-30 08:45:26 +08:00
wei
eb3bf99211
Doc : add basic version
2021-07-19 13:22:07 +08:00
wei
cb185269b3
Benchmark coderefacturing
2021-07-13 08:29:47 +08:00
WeiHanLin
6a27a4e93a
Doc : update benchmark
2021-07-10 02:36:35 +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
WeiHanLin
f876de8d49
Thanks Jetbrains for providing a free All product IDE for this project
2021-07-01 00:30:16 +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
ITWeiHan
3c03f19a07
doc
2021-06-25 21:37:04 +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
9a2fd59a35
0.17.0
...
- [New] Support Async/Task #52 , contributor: [isdaniel ( SHIH,BING-SIOU)](https://github.com/isdaniel )
2021-06-21 12:04:34 +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
dd2ccf0163
doc : Q. Why no title empty excel is generated when the value is empty when exporting Excel
2021-06-19 18:33:21 +08:00
wei
4d98d087d1
doc
2021-06-19 18:03:08 +08:00
wei
edf8cf0e9e
doc : SaveAs
2021-06-09 09:09:18 +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
7f191110fa
doc : custom csv
2021-06-08 09:35:09 +08:00
wei
d5a74e7136
doc : GetSheetNames method doesn't need ToList
2021-06-05 20:10:39 +08:00
wei
f18c82fad0
Q. How does Query use integer indexs?
2021-06-02 16:56:33 +08:00
wei
e3fb9c3ebe
doc : Dynamic Query cast row to `IDictionary<string,object>
2021-05-31 10:37:45 +08:00
wei
7fd2d3ebfd
code refactoring
2021-05-21 12:06:15 +08:00
wei
2c920d6dc7
doc : i18n multi-language and role authority management
2021-05-20 15:58:07 +08:00
wei
2e2fa21d17
doc : i18n multi-language and role authority management
2021-05-20 15:54:51 +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
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
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
a72b469cdb
0.14.5
...
- [Breaking Change] Rename OpenXmlConfiguration FillMergedCells
2021-05-12 20:29:08 +08:00
wei
78001a7d8e
[New] Query support Fill Merged Cells Down #122
2021-05-12 16:33:06 +08:00
wei
4bb1c76fa5
doc
2021-05-11 12:25:36 +08:00
wei
c0799b933d
Support Xlsm AutoCheck #227
2021-05-10 15:14:58 +08:00
wei
a79acd72a9
webform doc and test
2021-05-08 18:18:25 +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
10faf5d2d5
[doc] FAQ : Whether to use Count will load all data into the memory?
2021-05-05 17:19:34 +08:00
wei
7af431509c
[doc] Fix broken links
2021-05-05 11:54:33 +08:00
wei
165f015457
update benchmarks debug mode
2021-05-05 11:36:19 +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
wei
6e20f1e935
doc
2021-04-29 17:25:43 +08:00
wei
58104b5f6c
doc
2021-04-29 14:16:33 +08:00
wei
822ae0c781
doc
2021-04-27 11:00:10 +08:00
wei
c02806ca53
[doc] add upload demo
2021-04-26 16:34:08 +08:00
wei
750231e0fa
FQA: Excel header title not equal class property name, how to mapping
2021-04-26 10:36:56 +08:00
wei
e1247018b3
doc
2021-04-23 14:28:24 +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
wei
7c2a4dd337
ASP.NET Core 3.1 or MVC 5 Download Excel Xlsx API Demo
2021-04-19 15:15:06 +08:00
ITWeiHan
c3e67b4fb2
Add Datatable parameter test
2021-04-19 02:49:16 +08:00
ITWeiHan
61d816f477
- [Bug] Fix after stream SaveAs/SaveAsByTemplate, miniexcel will close stream [ #200 ]( https://github.com/shps951023/MiniExcel/issues/200 )
2021-04-18 10:57:50 +08:00
ITWeiHan
0beb96cf91
[New] SaveAsByTemplate by template bytes
2021-04-18 00:13:41 +08:00
ITWeiHan
14c99087d6
doc : fix img link error
2021-04-17 02:34:46 +08:00
wei
aaa4f43479
doc
2021-04-16 21:04:34 +08:00
wei
7513f20aef
support 4.5 .net framework
2021-04-16 19:38:01 +08:00
wei
4728be6fe5
doc add FQA
2021-04-15 12:12:28 +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
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
00d5231ebc
doc fix a-name link
2021-04-14 14:56:52 +08:00
wei
6e3424cb7a
doc
2021-04-14 14:47:55 +08:00
wei
bb250dc53b
doc
2021-04-14 14:37:55 +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
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
8e18570fb7
doc
2021-04-09 17:11:32 +08:00
ITWeiHan
004c32e3ec
doc
2021-04-09 16:55:15 +08:00
ITWeiHan
a577af9079
LINQPad Basic Demo
2021-04-09 16:52:53 +08:00
wei
d691e6dc14
doc
2021-04-08 11:03:06 +08:00
wei
485c8b664c
0.11.0
...
- [New] Added GetSheetNames method support multi-sheets Query
- [New] Query support by sheet name
- Optimiz SaveAs/Query excel file type auto-check
2021-04-08 10:22:50 +08:00
ITWeiHan
656b1d65f1
doc
2021-04-05 18:46:35 +08:00
ITWeiHan
d57a476a27
doc
2021-04-05 18:44:27 +08:00
ITWeiHan
be27f161f0
doc
2021-04-05 14:46:10 +08:00
wei
751e7edf5a
add discussions
2021-04-03 13:00:42 +08:00
wei
48c3eb9798
Contributors
2021-04-03 12:51:03 +08:00
wei
4a79a3677a
doc
2021-04-02 21:55:02 +08:00
wei
05425ec189
dor
2021-04-02 21:53:34 +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
d92ed62290
doc
2021-04-01 11:42:58 +08:00
wei
49351287a9
[doc] support simplified Chinese
2021-03-31 17:18:20 +08:00
wei
ff626bbab8
[doc] add core flow logic draw
2021-03-31 11:37:05 +08:00
wei
c3dc6ae503
doc
2021-03-30 21:37:12 +08:00
wei
c29d6b80e5
doc
2021-03-30 10:17:48 +08:00
wei
bcf371f660
doc
2021-03-30 10:14:42 +08:00
wei
23c696dd27
[doc] Support traditional chinese
2021-03-30 09:54:04 +08:00
wei
eaa110f376
[doc] add traditional chinese readme
2021-03-29 19:16:56 +08:00
wei
a6131df537
[doc] update online demo link
2021-03-29 11:22:56 +08:00
wei
cfa5256f44
doc
2021-03-29 10:29:55 +08:00
wei
8e6d6e2069
[doc] Edit About
2021-03-29 10:03:04 +08:00
wei
131024c213
doc
2021-03-29 09:58:36 +08:00
wei
c4c8b000e0
doc
2021-03-26 14:53:04 +08:00
wei
f9c9f0514d
doc : support .net version
2021-03-26 14:44:52 +08:00
wei
92a4c3fa66
### 0.6.0
...
- [New] SaveAs support parameter IEnumerable lazy loading
- [Breaking Change] Remove SaveAs by object, now only support Datatable,IEnumerable<T>,ICollection<T>
- [Bug] Fix empty rows generate excel error (issue: #128 )
2021-03-26 13:46:08 +08:00
wei
6cf42d9abf
doc: update try it link
2021-03-25 15:31:45 +08:00