Commit Graph

511 Commits

Author SHA1 Message Date
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
wei
f992264c4f drafts\【CloseXml】Read.linq
drafts\【Epplus】Read.linq
drafts\【ExcelDataReader】Read.linq
drafts\【MiniExcel】Query.linq
drafts\【MiniExcel】SQLite Insert Demo.linq
2021-03-14 22:43:26 +08:00
wei
7f9c61b91d Edit doc 2021-03-14 22:41:21 +08:00
wei
f13b531c09 edit docs 2021-03-14 22:40:14 +08:00
wei
3b9238d8b3 Add Query First 2021-03-14 22:20:58 +08:00
wei
9a5db9e67a 0.0.6-beta 2021-03-14 20:56:10 +08:00
wei
b5a1fd91c1 replace Create by SaveAs 2021-03-14 20:47:25 +08:00
wei
31e59ec93c Edit doc 2021-03-14 20:45:33 +08:00
wei
cfe0ac1f08 0.0.5-beta 2021-03-14 20:45:14 +08:00
wei
a6aae81996 Release remove [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("MiniExcelTests")] 2021-03-14 20:40:23 +08:00
wei
f139b4ea8e ignore packages 2021-03-14 20:27:48 +08:00
wei
5b4077a361 Tests.AspNetMvc 2021-03-14 20:27:30 +08:00