Commit Graph

322 Commits

Author SHA1 Message Date
wei
725317c3f4 CSV SaveAs support datareader 2021-06-08 10:48:34 +08:00
wei
c7658b2c79 tests : add csv gb2312 encoding read test 2021-06-08 10:02:11 +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
f155e2629c Update issue templates 2021-05-26 15:21:05 +08:00
wei
d5bf8b283c remove drafts 2021-05-26 15:16:13 +08:00
wei
7d038237ac ISSUE_TEMPLATE 2021-05-25 17:27:34 +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
09f4643012 0.15.2 2021-05-20 11:55:27 +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
ITWeiHan
aab9f11242 Sheetxml writer error, it contains two ">" #240 2021-05-19 21:32:41 +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
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
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
ITWeiHan
7441d48db4 0.14.7 2021-05-17 15:12:52 +08:00
wei
a9d6759507 0.14.7
- [New] SaveAs Support Create Multiple Sheets
- [Breaking Change] Change GetSheetNames type IEnumerable<string> -> List<string>
2021-05-13 22:22:43 +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
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
cc26ea4283 doc 2021-05-12 17:04:17 +08:00
wei
d798b80076 0.14.4 2021-05-12 16:58:35 +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
b04a040456 doc qq 2021-05-11 12:31:31 +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
c7e4230729 Fix SaveAsByTemplate single column demension index error #226 2021-05-10 14:33:09 +08:00
wei
a79acd72a9 webform doc and test 2021-05-08 18:18:25 +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
c4309ae27f 0.14.0 2021-05-07 08:10: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
8a455901ba [New] Support QueryAsDataTable method [#216](https://github.com/shps951023/MiniExcel/issues/216) 2021-04-30 16:21:29 +08:00
wei
9dc4925a68 Fix numeric format string will be cast to numeric type #I3OSKV
e0044d8
Query refacturing code
2021-04-30 14:45:47 +08:00
wei
e0044d8f01 Fix numeric format string will be cast to numeric type #I3OSKV 2021-04-30 12:09:58 +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
6e20f1e935 doc 2021-04-29 17:25:43 +08:00