Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
4fadce2
Update README.md
rigofunc Jun 29, 2017
8fd6cae
Update README.md
rigofunc Jun 29, 2017
07710fa
refactor: rename to FluentExcel
Jul 9, 2017
dd21743
feat: remove the attributes and fix some issues
Jul 25, 2017
52cfb3c
refactor: rename the Arch.FluentExcel to FluentExcel
Jul 25, 2017
f76d002
fix: fix the datetime import from excel crash issues
Jul 27, 2017
140f512
rel: release v1.1
Jul 27, 2017
60e9210
fix: fix the derived POCO fluent api configuration not found issues
Jul 28, 2017
950f77e
rel: release v1.1.1
Jul 28, 2017
547c87b
fine tunning the POCO's property excel cell configuration with some d…
rigofunc Jul 29, 2017
cc4fc89
feat: add separated ignore configuration about exporting and importing.
rigofunc Jul 29, 2017
6918331
fix: fix some typo issues
rigofunc Jul 29, 2017
e915156
docs: update package info
rigofunc Jul 29, 2017
baaf61c
docs: update nuspec
rigofunc Jul 29, 2017
6abc86e
docs: doc about POCO's properties ignore configuration when exporting…
rigofunc Jul 29, 2017
aca497e
docs: update README
rigofunc Jul 29, 2017
17e3dc1
rel: release v1.1.2
Jul 31, 2017
f39b818
fix: fix ignore cannot configure the index & title issues
Jul 31, 2017
f95210c
rel: release v1.1.3
Jul 31, 2017
be998e7
fix: fix the code style issues (MAC and VS2017)
Jul 31, 2017
66791a4
refactor: reuse the type extensions
Aug 1, 2017
80ae657
docs: demo about currency formatter setting
Aug 4, 2017
0563687
docs: update README for formatter setting and ignore config
rigofunc Aug 5, 2017
11854ef
feat: fine tunning the code
rigofunc Aug 5, 2017
aa86e63
feat: setting the statistic cell style with the same with the it stat…
rigofunc Aug 5, 2017
732d035
fix: fix the statistic cell style maybe crash issues
rigofunc Aug 5, 2017
f7d242e
Update README.md
rigofunc Aug 12, 2017
f727a3f
feat: support value converter setting for the model property
Sep 20, 2017
76727c7
feat: add method for setting the ignored properties at once.
Sep 20, 2017
38680ee
feat: add method to adjust the auto index value for exporting.
Sep 20, 2017
15892f9
refactor: rename HasConverter to HasValueConverter for more meaningful
rigofunc Sep 20, 2017
cc9a8fb
docs: add TODO for fixing AdjustAutoIndex() method bug.
rigofunc Sep 20, 2017
020b35d
fix: fix the bug of value converter maybe convert a not null value to…
rigofunc Sep 20, 2017
48549ce
refactor: refactor the fluent configuration for supporting the config…
rigofunc Sep 20, 2017
5e3235e
refactor: rename some properties name for more meaningful
rigofunc Sep 20, 2017
ffd560b
docs: update the xml doc
rigofunc Sep 20, 2017
ee46432
docs: update some xml docs
rigofunc Sep 20, 2017
9a5835d
feat: reuse the value converter for Excel.Load<T>(fileName)
Sep 21, 2017
aae6c1e
feat: add extnsion point for easy extend the configuration by extensi…
Sep 21, 2017
15c8be4
feat: demo extension point.
Sep 21, 2017
23eac14
feat: update README.
Sep 21, 2017
e2ee920
feat: update README about extensions.
rigofunc Sep 21, 2017
9bda621
feat: update README.md
rigofunc Sep 21, 2017
c582bbe
feat: update README.md
rigofunc Sep 21, 2017
0f35b03
feat: update README.md
rigofunc Sep 21, 2017
6099faf
feat: update README about demo
rigofunc Sep 21, 2017
ceddcd2
rel: release v1.2
Sep 21, 2017
3874ef7
docs: update README
Sep 25, 2017
41500e6
give a chance to the value converter even though value is null.
rigofunc Oct 2, 2017
a013a1c
feat: support Excel formatter and C# formatter.
rigofunc Oct 2, 2017
9f5ea7d
fix: fix some issues.
rigofunc Oct 3, 2017
83d1f74
Split source to multiple sheets based on expression
Oct 23, 2017
f545869
reset to the original output file
Oct 23, 2017
5eb4c56
Added splitting by maxRows per sheet function
Oct 23, 2017
5feadd5
Usings clean up
Oct 23, 2017
3e6b41f
Merged MemoryStream and FileStream implementation based on the excelF…
Oct 23, 2017
6b2b0f3
Corrected excelFile usage in ToWorkbook
Oct 24, 2017
cff002e
Reverting Unitest project addition
Oct 24, 2017
a396932
Removing obsolete code block
Oct 24, 2017
93e7236
Corrected sheets iteration and writing to workbook
Oct 24, 2017
8eb1c3e
Merge pull request #10 from magicmoux/FIX-github#2
rigofunc Oct 26, 2017
efcfd3c
fix the bug about AutoIndex
yanxiaodi Nov 20, 2017
35cd0fc
Merge pull request #11 from yanxiaodi/patch-1
rigofunc Nov 20, 2017
2d073d5
fix: fix the AutoIndex issues
Nov 20, 2017
0e1c9dd
docs: update README
rigofunc Dec 30, 2017
11b6cb3
feat: enable end user to set the title row cell style.
rigofunc Dec 30, 2017
7d4d24c
rel: release the v1.2.2
rigofunc Jan 1, 2018
50d2fb4
Document on how to change title cell styles.
simonqbs Jan 3, 2018
c7e79f3
Merge pull request #15 from simonqbs/docs
rigofunc Jan 3, 2018
a418e39
add excel setting for *.xlsx files
WeihanLi Mar 7, 2018
6d2adb3
还原命名空间修改
WeihanLi Mar 7, 2018
18ed6dd
Merge pull request #20 from WeihanLi/develop
rigofunc Mar 12, 2018
6e045c7
port to netstandard 2.0
biggray Jun 13, 2018
5893a16
1. PropertyConfiguration: add value validator
biggray Jun 19, 2018
9af2158
change build target of FluentExcel.Samples to net461 for visual studi…
biggray Jun 19, 2018
f297ad9
dedup FluentExcel.Samples.csproj
biggray Jun 19, 2018
086fe44
1. add row data validator
biggray Jun 20, 2018
3fb0e5b
1. add overloads for Excel.Load<T> which supports stream as input par…
biggray Jun 21, 2018
5e8e641
fix typo
biggray Jun 21, 2018
9308cd9
make IEnumerableNpoiExtensions.ToWorkbook<T> public so that data can …
biggray Jun 21, 2018
8c6d01e
1. add a overload of IEnumerableNpoiExtensions.ToWorkbook<T> which cr…
biggray Jun 21, 2018
aeb6821
1. add overloads for Excel.Load<T> to accept a ExcelSetting
biggray Jun 21, 2018
e737516
make Excel.Load<T> overloads which accept ISheet parameter public
biggray Jun 27, 2018
8728fff
add parameter IFormulaEvaluator to Excel.Load<T> overloads which acce…
biggray Jun 27, 2018
6b8e72f
replace cell value converter with CellValueConverterDelegate delgate
biggray Jul 2, 2018
2cb105f
Merge pull request #21 from biggray/develop
rigofunc Jul 10, 2018
a191daf
refactor: remove the all delegates to Delegate.cs file and remove the…
Jul 10, 2018
0c41965
refactor: remove the unused file(s)
Jul 10, 2018
7aebf69
feat: add AutoSizeColumnsEnabled conf for performance optimizing
Jul 10, 2018
fa16482
add option to ignore rows whose cells are all blank or whitespace
biggray Jul 21, 2018
724dc20
Merge pull request #23 from biggray/develop
rigofunc Jul 21, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions NPOI.Extension.sln → FluentExcel.sln
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{8016EBDF-3080-41D2-8864-756493FAE3D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{E05FA5CC-E386-42EB-BFD3-A72FE5E8F00F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPOI.Extension", "src\NPOI.Extension.csproj", "{5ADDD29D-B3AF-4966-B730-5E5192D0E9DF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentExcel", "src\FluentExcel.csproj", "{5ADDD29D-B3AF-4966-B730-5E5192D0E9DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NPOI.Extension.Example", "samples\NPOI.Extension.Example.csproj", "{08DCA8C6-8AB5-4341-AB82-001EC59B9ACC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentExcel.Samples", "samples\FluentExcel.Samples.csproj", "{08DCA8C6-8AB5-4341-AB82-001EC59B9ACC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8BF2A404-4265-4765-89EA-E0642F142C4B}"
ProjectSection(SolutionItems) = preProject
src\FluentExcel.nuspec = src\FluentExcel.nuspec
README.md = README.md
EndProjectSection
EndProject
Expand All @@ -38,4 +39,7 @@ Global
{5ADDD29D-B3AF-4966-B730-5E5192D0E9DF} = {8016EBDF-3080-41D2-8864-756493FAE3D8}
{08DCA8C6-8AB5-4341-AB82-001EC59B9ACC} = {E05FA5CC-E386-42EB-BFD3-A72FE5E8F00F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45DC4D3E-FB82-4BEE-89AF-0404806F6950}
EndGlobalSection
EndGlobal
Loading