Wei
a3693db188
[New] ExcelFormat support DateTimeOffset/Decimal/double etc. type format #I49RZH #312 #305
2022-01-22 17:02:16 +08:00
Wei
1416af71c0
- [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
2022-01-21 17:21:14 +08:00
Wei
45e4a57c20
[New] SaveAs support image #304
2022-01-21 12:01:22 +08:00
Wei
ecf4929df4
Doc : How SaveAs(path,value) to replace exists file and without throwing "The file ...xlsx already exists error"
2022-01-02 16:55:36 +08:00
Wei
b1f9acb9bf
Fix bug : remove ExcelNumberFormat nuget to resolve error NU3037
2021-11-15 16:21:30 +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
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
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
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
cc26ea4283
doc
2021-05-12 17:04:17 +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