Commit Graph

246 Commits

Author SHA1 Message Date
wei
bcf371f660 doc 2021-03-30 10:14:42 +08:00
wei
9d61fe1292 drafts\【Try】IEnumerable Cast.linq 2021-03-30 09:55:25 +08:00
wei
7463bcdaa2 Add QueryFirst benchmarks 2021-03-30 09:55:01 +08:00
wei
23c696dd27 [doc] Support traditional chinese 2021-03-30 09:54:04 +08:00
wei
c4946efc5a ignore /BenchmarkDotNet.Artifacts 2021-03-30 09:53:14 +08:00
wei
eaa110f376 [doc] add traditional chinese readme 2021-03-29 19:16:56 +08:00
wei
ebeca55ffc Samples/TestDataTableBasic 2021-03-29 16:30:01 +08:00
wei
a6131df537 [doc] update online demo link 2021-03-29 11:22:56 +08:00
wei
cfa5256f44 doc 2021-03-29 10:29:55 +08:00
wei
8e6d6e2069 [doc] Edit About 2021-03-29 10:03:04 +08:00
wei
fc99242bb2 0.8.0 2021-03-29 10:00:17 +08:00
wei
131024c213 doc 2021-03-29 09:58:36 +08:00
wei
295bfada88 MiniExcel Query by filePath tests 2021-03-29 09:58:26 +08:00
wei
13b601e8b1 0.8.0
- [New] Add MiniExcel.Query by file path method
2021-03-29 09:43:57 +08:00
wei
2e087abf83 Code Refacturing 2021-03-29 09:27:42 +08:00
wei
7f72880784 0.7.0 2021-03-28 22:56:18 +08:00
wei
3493bc76f5 Init Benchmark 2021-03-28 22:55:58 +08:00
wei
201022a794 [Breaking Change] SaveAs value parameter change type check logic 2021-03-28 02:08:50 +08:00
wei
c9a730dd64 drafts\【Try】Lazy Loading Memory Different.linq
drafts\【CloseXml】Create by IEnumerable.linq
drafts\【JsonNet】Empty Enumerable Type Loigc.linq
drafts\【MiniExcel】Create 1048576x2.linq
drafts\【MiniExcel】Unicode words.linq
drafts\【Try】Get Generic Type.linq
2021-03-28 01:36:06 +08:00
wei
c4c8b000e0 doc 2021-03-26 14:53:04 +08:00
wei
4fc9700f5f drafts\【Try】Compare between StreamWrite each time & write one time & write batch times.linq 2021-03-26 14:45:13 +08:00
wei
f9c9f0514d doc : support .net version 2021-03-26 14:44:52 +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
4ebe435878 code refacturing 2021-03-26 09:02:55 +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
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