Commit Graph

71 Commits

Author SHA1 Message Date
wei
c8de5eccfe code refactoring : SaveAs 2021-03-25 13:25:23 +08:00
wei
8cca5fedde Support csv query typemapping 2021-03-25 11:35:26 +08:00
wei
7cbc2cbe19 code refactoring 2021-03-25 11:05:14 +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
175e8a5234 Just rename 2021-03-25 09:30:39 +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
wei
727d14e23f Support SaveAs DapperRow and IDictionary 2021-03-21 17:00:44 +08:00
ITWeiHan
07f10a520f Support TimeSpan Mapping 2021-03-20 23:54:42 +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
ITWeiHan
1d33ccdce8 SaveAs File by datatable with dimension 2021-03-18 00:40:46 +08:00
ITWeiHan
1c72760c71 - Support : empty rows dimension
- Fix : dimension just one column parsing error
2021-03-18 00:17:45 +08:00
wei
f3c9caa777 Finish : [Query Support Sheet Xml c without r · Issue #2 · shps951023/MiniExcel](https://github.com/shps951023/MiniExcel/issues/2) 2021-03-16 20:12:04 +08:00
wei
e23ec5ba02 appveyor 2021-03-16 15:07:10 +08:00
wei
7580d515e9 support appveyor 2021-03-16 14:58:14 +08:00
wei
0e4ad095b1 Optimize bool and datetime auto check 2021-03-16 09:33:37 +08:00
wei
94775c9638 - Add Query strongly typed mapping
- Add QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
2021-03-15 13:41:29 +08:00
wei
9ec0b3fe88 tests move to /tests folders 2021-03-15 09:00:48 +08:00