Commit Graph

105 Commits

Author SHA1 Message Date
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