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
421bbabf83
Support minify default openxml xml
2021-03-25 16:10:24 +08:00
wei
6cf42d9abf
doc: update try it link
2021-03-25 15:31:45 +08:00
wei
3540d55e04
Add try it online demo
2021-03-25 15:11:16 +08:00
wei
ece657352e
drafts\【LazyLoading】IEnumerable extract code lazy loading show Stream was not readable.linq
2021-03-25 13:45:59 +08:00
wei
c8de5eccfe
code refactoring : SaveAs
2021-03-25 13:25:23 +08:00
wei
c6eccfc981
doc
2021-03-25 11:59:05 +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
0a9f2cdf42
drafts\【MiniExcel】Auto specify file or stream from xlsx or xls or csv.linq
...
drafts\【MiniExcel】Avoid Re-New Stream.linq
drafts\【MiniExcel】CSV Query.linq
2021-03-24 17:12:38 +08:00
wei
44be8642b8
doc
2021-03-24 17:11:46 +08:00
wei
15c87decf1
Support create CSV file or stream by SaveAs
2021-03-22 17:14:11 +08:00
ITWeiHan
cc6a296d22
drafts\【CsvHelper】Create 1,000,000 Csv File.linq
...
drafts\【ExcelDataReader】Read Large Xlsx File.linq
drafts\【MiniExcel】Read Large Xlsx File.linq
samples\csv\TestLargeFile_1,000,000.csv
2021-03-22 00:03:10 +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
d1b08ee947
Edit doc
2021-03-21 01:02:26 +08:00
ITWeiHan
07f10a520f
Support TimeSpan Mapping
2021-03-20 23:54:42 +08:00
ITWeiHan
8ef92c0fa2
0.2.3
2021-03-20 16:05:31 +08:00
ITWeiHan
b8605c9bda
Support DatetimeSpanFormat Mapping DateTime
2021-03-20 14:51:06 +08:00
ITWeiHan
190184eb68
samples\xlsx\TestDatetimeSpanFormat.xlsx
...
samples\xlsx\TestDatetimeSpanFormat_ClosedXml.xlsx
2021-03-20 14:20:29 +08:00
ITWeiHan
c3587b05ee
drafts\【MiniExcel】XmlReader Read Styles.linq
2021-03-20 14:19:39 +08:00
ITWeiHan
8a0012cc7f
Code Beautify
2021-03-18 22:40:09 +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
a9d30e018e
Merge pull request #98 from shps951023/develop
...
Develop
2021-03-17 08:48:34 +08:00
wei
46fae94f3f
0.2.1
2021-03-17 08:45:12 +08:00
wei
cb2d38dd4c
edit doc
2021-03-16 20:39:49 +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
0deae6c6bf
ExcelDataReader Drafts
2021-03-16 15:27:03 +08:00
wei
c2a1901451
appveyor
2021-03-16 15:24:49 +08:00
wei
3b0d5fe616
appveyor
2021-03-16 15:24:37 +08:00
wei
e23ec5ba02
appveyor
2021-03-16 15:07:10 +08:00
wei
9e71308dd0
List<ExtendedFormat> _styles
2021-03-16 15:02:04 +08:00
wei
7580d515e9
support appveyor
2021-03-16 14:58:14 +08:00
wei
70ac8d5d8c
appveyor.yml
2021-03-16 14:47:27 +08:00
wei
2086ebd6aa
drafts\【ExcelDataReader】Read Large Xlsx File.linq
...
drafts\【MiniExcel】Read Large Xlsx File.linq
2021-03-16 14:32:55 +08:00
wei
0e4ad095b1
Optimize bool and datetime auto check
2021-03-16 09:33:37 +08:00
wei
da98ae52a3
edit doc
2021-03-16 08:08:13 +08:00
wei
97d39afb40
drafts\【ZIP】sharedStrings or not file size diff.linq
2021-03-15 15:46:52 +08:00
wei
338e2e374e
Add strongly type mapping QueryFirst QueryFirstOrDefault QuerySingle QuerySingleOrDefault
2021-03-15 13:49:16 +08:00
wei
94775c9638
- Add Query strongly typed mapping
...
- Add QueryFirstOrDefault、QuerySingle、QuerySingleOrDefault
2021-03-15 13:41:29 +08:00
wei
675a244a60
Same column name use last right one
2021-03-15 13:20:09 +08:00
wei
3b5ca439d2
TestTypeMapping
2021-03-15 13:02:46 +08:00
wei
9ec0b3fe88
tests move to /tests folders
2021-03-15 09:00:48 +08:00
wei
9118078d93
Add Reference from
2021-03-14 23:11:54 +08:00