Commit e7f94a0
Big refactoring before first beta release (#821)
* Refactoring first draft
- Bumped language version to 13
- Added suuport for nullable reference types
- Changed block scoped namespaces to file scoped
- Changed MiniExcelLibs.OpenXml.SaveByTemplate to MiniExcelLibs.SaveByTemplate
- Changed using statements to using declarations where possible and appropriate
- Implemented collections expressions where possible and appropriate
- Chanegd == null and != null checks to is null and is not null
- Implemented pattern matching and primary constructors where possible and appropriate
- Removed License code file
- Added the TaskHelper class
- Renamed OpenXml.Config class to OpenXml.Constants.Schemas
- Renamed IConfiguration and Configuration classes to IMiniExcelConfiguration and MiniExcelConfiguration
- Renamed calChainHelper.cs file to CalcChainHelper.cs
- Minor style changes (sorting modifiers, renaming variables, etc...)
* 1 41 3 fix bugs (#818)
* v1.41.2 AddPicture not working #814
* #814 samples
* Fix v1.41.1 AddPicture image max column and row are 2 cells #815
* Fix AddPicture get error same export file and second time. #817
---------
Signed-off-by: Wei Lin <[email protected]>
(cherry picked from commit 1103aed)
* Bugfix for AddPicture method
- Fixes issues 814, 815 and 817
- Upgrades ClosedXml and Epplus packages in test project
- Adds EpplusLicense class that specifies the context as non commercial
- Resolves conflicting targetframeworks in main csproj and bumps version to 2.0.0-beta.1
- Addds codeql analysis to pushes and prs of maintenance branch
- Fixes typo in drawio diagram
Co-Authored-By: Wei Lin <[email protected]>
* Remove `MiniExcelTask.cs`
* fix docs description
* Add configuration items to `.editorconfig`
---------
Co-authored-by: Wei Lin <[email protected]>
Co-authored-by: izanhzh <[email protected]>1 parent b00b045 commit e7f94a0
File tree
254 files changed
+11081
-9414
lines changed- .github/workflows
- benchmarks/MiniExcel.Benchmarks/BenchmarkSections
- docs
- samples/xlsx
- TestIssue815_1
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssue815_2
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssue816_1
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssue816_2
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssue816_3
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssue816_4
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssueICFV1I_1_41_1
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- TestIssueICFV1I_1_41_2
- _rels
- docProps
- xl
- _rels
- drawings
- _rels
- media
- theme
- worksheets
- _rels
- src/MiniExcel
- Attributes
- Csv
- Exceptions
- OpenXml
- Constants
- Models
- Styles
- Picture
- Reflection
- SaveByTemplate
- Utils
- WriteAdapter
- Zip
- tests/MiniExcelTests
- SaveByTemplate
- Utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
254 files changed
+11081
-9414
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
| 1460 | + | |
| 1461 | + | |
1460 | 1462 | | |
1461 | 1463 | | |
1462 | 1464 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1634 | 1634 | | |
1635 | 1635 | | |
1636 | 1636 | | |
| 1637 | + | |
| 1638 | + | |
1637 | 1639 | | |
1638 | 1640 | | |
1639 | 1641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1368 | 1368 | | |
1369 | 1369 | | |
1370 | 1370 | | |
| 1371 | + | |
| 1372 | + | |
1371 | 1373 | | |
1372 | 1374 | | |
1373 | 1375 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 116 | + | |
120 | 117 | | |
121 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
30 | 40 | | |
| |||
0 commit comments