Commit Graph

179 Commits

Author SHA1 Message Date
wei
725317c3f4 CSV SaveAs support datareader 2021-06-08 10:48:34 +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
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
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
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
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
c0799b933d Support Xlsm AutoCheck #227 2021-05-10 15:14:58 +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
33c3a191cc 0.14.0
- [New] Query、GetColumns support startCell #147
- [New] GetColumns support read headers
2021-05-06 15:47:08 +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
3469d7f5b8 [OPT] Optimize stream excel type check #215 2021-04-26 11:48:09 +08:00
wei
cd1a71a6f6 [New] Type Query support Enum mapping #89 2021-04-26 11:28:10 +08:00
wei
e1247018b3 doc 2021-04-23 14:28:24 +08:00
wei
093ce71f2d [Bug] Fixed MiniExcel.SaveAs(path, value,sheetName:"Name"), the actual sheetName is Sheet1 2021-04-22 14:42:43 +08:00
wei
760bd5e851 [Bug] Fixed SaveAsByTemplate when merge cells will cause collection rendering error [#207] 2021-04-22 13:57:37 +08:00
wei
feb46c9c89 - [Breaking Change] Change CSV SaveAs datetime default format : "yyyy-MM-dd HH:mm:ss"
- [New] Support Linux ubuntu dotnet test
- [New] Support Github CI
2021-04-21 19:23:48 +08:00
wei
3aeae7df7a - [New] Support open with read only mode, avoid error of The process cannot access the file because it is being used by another process #87 2021-04-20 16:19:47 +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
ff746cf928 SaveAsByTemplate support input IEnmerable<IDicionary<string,object>> or DapperRows or DataTable parameters 2021-04-18 12:39:40 +08:00
ITWeiHan
fbfca6354e - [New] SaveAsByTemplate support input IEnmerable<IDicionary<string,object>> or DapperRows parameters [#201](https://github.com/shps951023/MiniExcel/issues/201) 2021-04-18 11:59:34 +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
wei
47058efda5 ### 0.13.0
- [New] Support .NET Framework 4.5
- [Bug] Fix template excel that with namespace prefix will cause parsing error #193
- [OPT] Optimize template paresing performance
2021-04-16 19:32:49 +08:00
wei
1be832d8bd 0.12.2
- [Bug] Template concating cell value type problem #179
- [Bug] Template fix non-nullable numeric type cell type is 'str' #180
2021-04-15 11:00:53 +08:00
wei
427ba279fb - [New] Support GetColumns method #174 2021-04-14 22:28:43 +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
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
d152187679 add chinese release version readme 2021-04-10 16:09:57 +08:00
ITWeiHan
51442c47f7 doc 2021-04-10 03:28:44 +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
wei
19db8a20ac doc 2021-04-08 14:40:57 +08:00
wei
64ab488282 Support CsvConfiguration set newLine & seperator & GetStreamReaderFunc 2021-04-08 14:39:33 +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
wei
a15dd8813e [New] Query support getting rows from sheet name 2021-04-07 12:04:40 +08:00
wei
6f42069b0a Optimiz SaveAs/Query excel file type auto-check 2021-04-07 10:05:08 +08:00
wei
b354b947f6 0.10.3
Fix #149 Query sharedstring control characters not encoding
2021-04-06 17:05:11 +08:00
wei
340793574d Fix issue #149 Query sharedstring control characters not encoding 2021-04-06 17:01:20 +08:00
wei
be6ca59911 doc 2021-04-06 10:44:54 +08:00
wei
0f6d5bf0df 0.10.2
Fix Issue153 : SharedStrings get wrong index
2021-04-06 10:38:08 +08:00
ITWeiHan
740d28bd21 0.10.1
- [New] SaveAs support POCO excel column name/ignore attribute
2021-04-05 01:39:10 +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
1233929cee ### 0.9.1
- [Bug] Solve cannot convert Cell value to Nullable<T> (issue #138)
2021-04-01 14:15:43 +08:00
wei
2b3def7f46 [Bug] StrongTypeMapping Query empty row will be generated repeatedly 2021-04-01 13:43:14 +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
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
c29d6b80e5 doc 2021-03-30 10:17:48 +08:00
wei
13b601e8b1 0.8.0
- [New] Add MiniExcel.Query by file path method
2021-03-29 09:43:57 +08:00
wei
7f72880784 0.7.0 2021-03-28 22:56:18 +08:00
wei
201022a794 [Breaking Change] SaveAs value parameter change type check logic 2021-03-28 02:08:50 +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
7222d58979 0.5.0
- Support OpenXml Xlsx SaveAs writer mode that avoids OOM
- [Breaking Change] Remove SaveAs startCell parameter
- [Bug] Fix SaveAs dimension printHeader:true not correct
2021-03-26 08:57:11 +08:00
wei
8cca5fedde Support csv query typemapping 2021-03-25 11:35:26 +08:00
wei
ea2a5e50d6 - [Breaking Changes] Remove Query First/FirstOrDefault/Single/SingleOrDefault, user can use LINQ method do it.
- Remove Query by path
2021-03-25 10:36:04 +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
wei
15c87decf1 Support create CSV file or stream by SaveAs 2021-03-22 17:14:11 +08:00
ITWeiHan
d990195f89 0.3.0 2021-03-21 18:26:00 +08:00
wei
6f60ebd860 Support SaveAs by IEnumerable of DapperRow and IDictionary<string,object> 2021-03-21 17:10:37 +08:00
ITWeiHan
b8605c9bda Support DatetimeSpanFormat Mapping DateTime 2021-03-20 14:51:06 +08:00
wei
786e2a82bd 0.2.2
- SavaAs support xl/sheet dimension
- [Breaking Changes] SaveAs value type from object to DataTable & ICollection
- Bug fix: ICollection with type but no data error (https://github.com/shps951023/MiniExcel/issues/105)
2021-03-18 11:41:22 +08:00
wei
46fae94f3f 0.2.1 2021-03-17 08:45:12 +08:00
wei
3b0d5fe616 appveyor 2021-03-16 15:24:37 +08:00
wei
94775c9638 - Add Query strongly typed mapping
- Add QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
2021-03-15 13:41:29 +08:00
wei
9a5db9e67a 0.0.6-beta 2021-03-14 20:56:10 +08:00
wei
cfe0ac1f08 0.0.5-beta 2021-03-14 20:45:14 +08:00
wei
9cdc099d9a Support SaveAs Stream 2021-03-14 13:26:40 +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
012f6a0349 - namespace MiniExcel to MiniExcelLibs
- rename MiniExcelHelper to MiniExcel
2021-03-05 12:18:12 +08:00
wei
f644e0edcc add docs release note 2021-03-03 15:38:54 +08:00