Commit Graph

119 Commits

Author SHA1 Message Date
Jed Samok
9de96abba8
add QueryRange test and docs.(#634) (#635) 2024-07-19 22:04:44 +08:00
Wei Lin
219c86c5ae .NET Foundation requirement: Code of Conduct&CoC enforcement announcement 2024-06-29 12:36:26 +08:00
vov4uk
6bcf5dd89d
Update README (#618)
* Update README

* Link PackageReadmeFile

* Signed commit
2024-06-25 00:20:38 +08:00
Wei Lin
cfdc452a98 doc: benefit link 2024-01-14 15:43:30 +08:00
Wei
dfabbf0c52 [doc] update dapper query description 2023-12-27 12:04:37 +08:00
Wei
bd1f7d5b21 [doc] Fix dapper query wrong description #552 2023-12-27 09:23:03 +08:00
Wei Lin
645a7cf87a update version and doc cn 2023-05-28 12:24:22 +08:00
Wei Lin
6358ce4efd doc : add chinese readme desc 2023-02-21 23:03:17 +08:00
Wei Lin
4a45f045c3 [New] support function to custom separator 2023-01-07 13:52:18 +08:00
Wei Lin
a319bdb682 update doc 2022-12-27 16:22:32 +08:00
Wei Lin
e662a8b28b update video link 2022-12-27 10:14:10 +08:00
Wei Lin
b0a2d97923 update tutorial video link 2022-12-23 14:10:01 +08:00
Wei Lin
4138786cb5 Doc:Taobao Store 2022-11-27 20:49:21 +08:00
Wei Lin
a30d3bbda9 [New] SaveAs support FastMode 2022-11-09 22:44:52 +08:00
WeiLin
d4365111bc [New] Support CSV Insert #I4X92G (via @shps951023) 2022-09-19 21:17:47 +08:00
WeiLin
379328afe8 1.26.3
- [OPT] Export default buffersize from 1024 bytes -> 1024 * 512 bytes
- [New] Export support custom buffersize
- [New] SaveAsByTemplate number use InvariantCulture (via @psxbox)
2022-06-07 23:42:23 +08:00
WeiLin
1fe758bedd [Doc] fix spelling mistake 2022-05-02 15:34:43 +08:00
WeiLin
7b8ff93587 [Bug] Fixed DynamicColumnAttribute Ignore, Index error #377 2022-04-22 00:48:02 +08:00
Wei
bd236e666c [Doc] update link 2022-04-18 13:23:50 +08:00
WeiLin
d5672af72a [Doc] update 1.26.1 document 2022-04-17 16:15:09 +08:00
WeiLin
c197010b34 [New] Support dynamic column setting 2022-04-12 23:31:15 +08:00
Wei
2302d14ec8 - [New] support DynamicExcelColumnAttribute
- [Doc] ExcelColumnAttribute
2022-04-12 21:37:12 +08:00
Wei
13c8a01886 [doc] update release document 2022-04-04 01:23:41 +08:00
Wei
f9d3a2b370 - [Bug] Fixed QueryAsDataTable read big file will throw NotImplementedException #360
- [Doc] Reading big file by disk-base cache
2022-04-03 13:17:50 +08:00
Wei
bbe29ae1b3 [New] SaveAs support overwriteFile parameter for enable/unable overwriting exist file #307 2022-03-19 21:14:20 +08:00
Wei
c5108d3a09 [Doc] update topic 2022-03-14 12:07:32 +08:00
Wei
6ae635bf26 [New] SaveAsByTemplate default ignore template missing parameter key exception, OpenXmlConfiguration.IgnoreTemplateParameterMissing can control it. #I4WXFB 2022-03-09 22:48:15 +08:00
Wei
a222e2a4f8 [New] Support System.ComponentModel.DisplayName's [DisplayName] as title [#I4TXGT] 2022-02-16 16:20:42 +08:00
Wei
c46a03dfc7 [New] Support GetReader method #328 #290 2022-02-14 16:22:59 +08:00
Wei
3deedcb2e0 - [Breaking Change] Remove Byte Array to base64 Converter
- [Breaking Change] Replace `ConvertByteArrayToBase64String` by `EnableConvertByteArray`
2022-02-12 16:05:05 +08:00
Wei
f2f5e6d497 [Bug] SaveAs file error (Excel cell max length 32,767 characters) #327 2022-02-12 15:51:57 +08:00
Wei
5db234d019 - [New] SaveAs support to custom CultureInfo #316
- [New] Query support to custom CultureInfo #316
2022-02-12 09:51:08 +08:00
Wei
ebc05c508d [New] Query support to custom CultureInfo 2022-02-10 17:13:11 +08:00
Wei
e4b9a99e2e - [New] SaveAs CSV support to custom CultureInfo
- [Doc] Update logo icon
2022-02-08 10:53:47 +08:00
Wei
67eddb9239 Doc : add donate link 2022-01-28 05:32:36 +08:00
Wei
a3693db188 [New] ExcelFormat support DateTimeOffset/Decimal/double etc. type format #I49RZH #312 #305 2022-01-22 17:02:16 +08:00
Wei
1416af71c0 - [New] Support byte file import/export
- [New] SaveAs support to convert byte[] value to base64 string
- [New] Query support to convert base64 value to byte[]
- [New] OpenXmlConfiguration add `ConvertByteArrayToBase64String` to turn on/off base64 convertor
2022-01-21 17:21:14 +08:00
Wei
45e4a57c20 [New] SaveAs support image #304 2022-01-21 12:01:22 +08:00
Wei
ecf4929df4 Doc : How SaveAs(path,value) to replace exists file and without throwing "The file ...xlsx already exists error" 2022-01-02 16:55:36 +08:00
Wei
b1f9acb9bf Fix bug : remove ExcelNumberFormat nuget to resolve error NU3037 2021-11-15 16:21:30 +08:00
wei
f6d0d7c22a [New] OpenXmlConfiguration add AutoFilter property. 2021-10-21 16:06:27 +08:00
wei
c415e3422f [New] SaveAs default style with autoFilter mode. #190 2021-10-21 15:51:56 +08:00
wei
1c76e4d5da Doc : How to remove empty rows? 2021-10-19 16:36:37 +08:00
wei
c9ba67255d - [New] Add ConvertCsvToXlsx、ConvertXlsxToCsv method. #292
- [Bug] Fix after CSV Query then SaveAs system will throw "Stream was not readable." exception. #293
2021-09-29 16:08:19 +08:00
wei
4bb1517c24 [Doc] DataReader export multiple sheets #283 2021-09-14 15:16:56 +08:00
wei
abf063d6d0 - [Bug] SaveAs sheet enum mapping cell number type #286
- [New] SaveAs support enum description #I49RYZ
2021-09-13 23:58:01 +08:00
wei
db9037bf22 [New] Query strong type support multiple column names mapping to the same property. 2021-09-10 17:21:29 +08:00
wei
fa854ba2bb [Breaking Change] SaveAs by empty IEnumerable<StrongType> will generate header now empty rows now. #133 2021-09-10 13:37:49 +08:00
wei
ce74a06638 Doc : Dapper Query recommend ExecuteReader 2021-09-10 08:03:10 +08:00
wei
3d7590b6a0 Doc:How to stop the foreach when blank row? 2021-08-20 17:07:26 +08:00