Commit a100519
Merge develop8 1 to develop8 (#2077)
* Moved long running tests to it's own test classes.
* Quadtree insert delete-manual merge
* Updated cf rule
* Fixed insert/delete on ranges for conditional formatting.
* Fix in Quadtree
* Removed commented out code
* Added new functionality to auto fit columns with the WrapText style set.
* Added MeasureWrappedTextCells to TextSettings.
* Added MeasureWrappedTextCells to ITextMeasurer.MeasureWrappedTextCells
* Implemented new interface in GenericFontMetricsTextMeasurer and SystemDrawingTextMeasurer classes.
* Updated test
* Added fix for 1885 and quad intersect tables (#1953)
* Fixed xml comment.
* Added more xml comments
* Added test for custom table columns (#1952)
* Added multiple tests to long-running that were individually 1.2 seconds (#1944)
or longer
* Feature/shape in chart (#1865)
* Shape In Chart hack testing.
* fixed hardocded namespaces in drawings when reading.
* Adding shape progress
* Can now add shapes in chart.
* set position and size of shapes in charts
* fixed some issues with setsize on shapes in chart.
* picture and group shape in chart progress.
* groupshape positioning progress
* progress
* progress
* GroupShape in chart progress. It appears to work
* added some todo for later
* Fixed errors in code from merge.
* fixed reading image to chart using stream.
* Set position before and after grouping not working properly.
* Fixed group shapes in chart.
* Ungroup for group shapes in chart.
* Shape in chart progress.
* fixed version issues from merge
* copy groupshape in chart
* Fixed bug with drawings id not being read or written properly.
* copy chart drawings progress.
* copying a chart now properly copies drawings.
* Started adding tests for shape in chart
* added test for group shapes in chart
* More tests
* fixed add issue, and resize groupshape bounding box when ungrouping.
* Fixed autofit test, fixed horizontal and vertical resolution being 0 in some bmp.
* Added missing check for client data node in groupshape
* Made a wrapper for ExcelDrawings for chart to hide some add methods.
* Fixed some issues with excelchart drawings
* added generic pixel to point conversion
* fixed image util missing calculation..
* Made DPI standard
* Fixed isses from merge.
* * Moved Drawings collection from ExcelChart to ExcelChartStandard.
* Renamed DrawingsCollectionType.Excel -> DrawingsCollectionType.Worksheet.
* Renamed DrawingType -> _collectionType.
* Added throw of Exception in ChangeCellAnchor.
* Changed tests
* Added new eEditAs.RelSize used for Chart shapes
* Added resources/images for image files.
Removed commented method in ExcelDrawings
---------
Co-authored-by: Ossian Edström <[email protected]>
Co-authored-by: JanKallman <[email protected]>
* Fix/datavalidation copy quadtree (#1949)
* Applied quadRange to copying of conditionalformattings. Makine one test
twice as fast
* Drastically improved performance for data validations
* Cleanup comments and unused methods
* Fix/header footer text (#1960)
* header footer fix
* new header footer parsing
* HeaderFooter Parsing fixes.
* headerfooter progress.
* header footer progress.
* header footer progress. Need to add remove methods for pictures.
* header footer.
* headerfooter progress.
* Fixed remove of images in the Header & Footer and in the Picture store.
* Writing new tests. Fixed vml issue.
* Renamed public headerfooter classes, added xml comments.
* headerfooter changed static property.
* fixed some parsing issues when reading headerfooter text to collection.
---------
Co-authored-by: JanKallman <[email protected]>
* Bug/i1642 tables and shared formulas (#1956)
* Added fix for #1642. Ensured table formula ranges are not shared
formulas
* Removed irrelevant test for situation
* Added test for structured refs
* Utils classes sort (Merge after ShapeInChart) (#1896)
* Shape In Chart hack testing.
* fixed hardocded namespaces in drawings when reading.
* Adding shape progress
* Can now add shapes in chart.
* set position and size of shapes in charts
* fixed some issues with setsize on shapes in chart.
* picture and group shape in chart progress.
* groupshape positioning progress
* progress
* progress
* GroupShape in chart progress. It appears to work
* added some todo for later
* Fixed errors in code from merge.
* fixed reading image to chart using stream.
* Set position before and after grouping not working properly.
* Fixed group shapes in chart.
* Ungroup for group shapes in chart.
* Shape in chart progress.
* fixed version issues from merge
* copy groupshape in chart
* Fixed bug with drawings id not being read or written properly.
* copy chart drawings progress.
* copying a chart now properly copies drawings.
* Started adding tests for shape in chart
* added test for group shapes in chart
* More tests
* fixed add issue, and resize groupshape bounding box when ungrouping.
* Fixed autofit test, fixed horizontal and vertical resolution being 0 in some bmp.
* Added missing check for client data node in groupshape
* Made a wrapper for ExcelDrawings for chart to hide some add methods.
* Fixed some issues with excelchart drawings
* added generic pixel to point conversion
* fixed image util missing calculation..
* Made DPI standard
* sorted utils classes into folders.
* Fixed isses from merge.
* fixed issues from merge
* * Moved Drawings collection from ExcelChart to ExcelChartStandard.
* Renamed DrawingsCollectionType.Excel -> DrawingsCollectionType.Worksheet.
* Renamed DrawingType -> _collectionType.
* Added throw of Exception in ChangeCellAnchor.
* Changed tests
* Added new eEditAs.RelSize used for Chart shapes
* Added resources/images for image files.
Removed commented method in ExcelDrawings
* added missing xml comments
* Removed wierd auto generated comments
* found another comment...
---------
Co-authored-by: Ossian Edström <[email protected]>
Co-authored-by: JanKallman <[email protected]>
* Setting IsPathRelative to false will now save an external workbook with absolulte path in relationship. (#1965)
Fixed some minior errors.
* Fixed freezing pane not taking hidden rows and columns into considera… (#1969)
* Fixed freezing pane not taking hidden rows and columns into consideration.
* made fast
* Removed a line of code that closes the steam on the part for some charts.
* Fixed issue with ChartXml not beeing saved for ExcelChartEx
* Fix/i1629 copy columns rows (#1970)
* Added start of fix for #1629
* Fixed partial copying of merged cells
* Added fixes/tests
* Cleaned up unnecesarry comment
* Removed faulty method
* progress
* progress. it appears to work.
* optimized and reduced repeating code.
* clarity
* changed to AddFormulaNoValidation since it's done on on the worksheet names.
* Fix for #1656 (#1973)
* Fix for #1656
* Simplified Copy logic and added possiblity to copy to multiple
destinations
* Removed unnecesary comment
* Simplified copyOnly for fill and transpose
* Fixed datavalidation copy issue
* Created better name for simplified enum
* Applied re-name properly
* Added new add methods and set methods for defined names.
* Added method to update formula strings so addresses have reference to worksheet
* progress
* progress
* Added repeatable test for both wb and ws
* Fixed file after merge
* Fix/i267 (#2019)
* added test
* Collection Multiple tests and methods draft for axis change
* Cleaned tests. Clarified comments for Fill
* Added a more limited modular axisType changer
* added handling of bar area and start of xy cha
* Added scatter chart, removed unnecesary code
* Removed unnecesary comments
* Cleaned up
* Bug/s870 (#2013)
* Added alternative binary search in comments
* Attempt at solution based on existing values
* Dimension by range start
* Functional lookup binary
* Fixed failing tests
* Comment cleanup
* Broke out solution to static class
* Changed to simpleAddress
* fixed bugs
* Removed unnecesary test
* fixed comment. Clarified name
* fixewd errors
* Fixed chart axis tests
* Fixed an issue with DimensionByValue
* Fixed test
* Fixed issue with ConvertUtil namespace
* Fixed failing test
* Fixed test and added 2 get mehtods for value and formula
* Removed Validation of worksheetname and cell address in Names for External refs
* Fixed column range issues (#2060)
* Fixed column range issues
* Ensured advanced CFs update cell-references on insert/delete
* Copy workbook scope defined names if referenced in a workbook when copying a worksheet.
* Fixed test for external reference to set the IsPathRelative = false
* Fix/defnam (#2065)
* fixed some defined name issues.
* fixed more issue.
* removed null check on worksheet for defined name validation.
* Fix for Shapes in charts to support absolute positioning
* Fixed merge issues. Fixed handling of Group Shapes in Charts
* Fix for group shapes. Fixed test
* Fixed for shapes in charts
* Fixed some issues with absolute Shapes in charts
* Fix/freeze panes hidden cells (#2067)
* Fixed several bugs related to Freeze panes with hidden row/col
* Added documentation comment and made test less repetitive
* Ensured freezepanes does not iterate unnecesarily
* Fixed copying of defined names. Fixed an issue when copying dynamic array formula
* Fixed Index property of names when copying worksheet
* Increased accptable time for cell store perforance test, so low performance appveyor builds shouldn't fail
* Fixed faulty column iteration (#2074)
* Fixed faulty column iteration
* Removed unnecesary comment
* Removed add signature for formulas.
* Removed Move and Copy methods from ExcelNamedRange for now. Needs more validation. Removed validation on NameFormula.Removed related tests.
---------
Co-authored-by: OssianEPPlus <[email protected]>
Co-authored-by: AdrianEPPlus <[email protected]>
Co-authored-by: Ossian Edström <[email protected]>
Co-authored-by: swmal <[email protected]>
Co-authored-by: AdrianParnéus <[email protected]>
Co-authored-by: swmal <{ID}+username}@users.noreply.github.com>1 parent 4e38e58 commit a100519
File tree
459 files changed
+10318
-3194
lines changed- src
- EPPlus.Interfaces/Drawing/Text
- EPPlus.System.Drawing/Drawing/Text
- EPPlusTest
- ConditionalFormatting
- Core
- Range
- Worksheet
- DataValidation
- Drawing
- Chart
- DigitalSignatures
- Export/HtmlExport
- FormulaParsing
- Excel/Functions/RefAndLookup
- Issues
- LegacyTests
- Longrunning Tests
- Properties
- Resources/Images
- Table
- PivotTable/Calculation
- Utils
- VBA
- EPPlus
- CellPictures
- ConditionalFormatting
- Rules
- Constants
- Core
- CellStore
- RangeQuadTree
- Worksheet
- Fill
- Fonts/GenericFontMetrics
- XmlWriter
- DataValidation
- Formulas
- DigitalSignatures
- XAdES
- Drawing
- Chart
- ChartEx
- Style
- enums
- Controls
- EMF
- Records
- SignatureLine
- Structures
- Enums
- ImageHandling
- OleObject
- Structures
- Slicer
- Style
- Style
- Coloring
- Effect
- Fill
- Text
- ThreeD
- Theme
- Vml
- Export
- HtmlExport
- Exporters/Internal
- StyleCollectors
- Translators
- JsonExport
- ToCollection
- ToDataTable
- ExternalReferences
- Filter
- FormulaParsing
- DependencyChain
- ExcelUtilities
- Excel
- Functions
- Database
- DateAndTime
- Workdays
- Engineering
- Information
- Logical
- MathFunctions
- RefAndLookup
- LookupUtils
- Sorting
- Statistical
- Text
- Operators
- FormulaExpressions
- CompileResults
- LexicalAnalysis
- Ranges
- LoadFunctions
- ReflectionHelpers
- Metadata
- FutureMetadata
- Packaging
- RichData
- RichValueArrays
- RichValues
- Relations
- Structures
- SupportingPropertyBags
- Types
- WebImages
- SensitivityLabels
- Sorting/Internal
- Sparkline
- Style
- Dxf
- RichText
- Table
- XmlAccess
- Table
- PivotTable
- Calculation
- Filter
- PivotArea/ConditionalFormats
- enums
- ThreadedComments
- Utils
- ArgumentUtils
- AttributesUtils
- Cell
- Compare
- DateUtils
- EncodingUtils
- EnumUtils
- FileUtils
- Formula
- Image
- Memory
- Security
- String
- TypeConversion
- VBA
- XML
- Vba
- ContentHash
- Signatures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
459 files changed
+10318
-3194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | | - | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
84 | | - | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 35 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
| |||
66 | 77 | | |
67 | 78 | | |
68 | 79 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 80 | | |
74 | 81 | | |
75 | 82 | | |
| |||
88 | 95 | | |
89 | 96 | | |
90 | 97 | | |
91 | | - | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
236 | 243 | | |
237 | 244 | | |
238 | 245 | | |
239 | | - | |
| 246 | + | |
240 | 247 | | |
241 | 248 | | |
242 | 249 | | |
| |||
395 | 402 | | |
396 | 403 | | |
397 | 404 | | |
398 | | - | |
| 405 | + | |
399 | 406 | | |
400 | 407 | | |
401 | 408 | | |
| |||
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
497 | | - | |
| 504 | + | |
498 | 505 | | |
499 | 506 | | |
500 | 507 | | |
| |||
553 | 560 | | |
554 | 561 | | |
555 | 562 | | |
| 563 | + | |
556 | 564 | | |
557 | 565 | | |
558 | 566 | | |
| |||
664 | 672 | | |
665 | 673 | | |
666 | 674 | | |
667 | | - | |
| 675 | + | |
668 | 676 | | |
669 | 677 | | |
670 | 678 | | |
671 | 679 | | |
672 | 680 | | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
673 | 686 | | |
674 | 687 | | |
675 | 688 | | |
| |||
1890 | 1903 | | |
1891 | 1904 | | |
1892 | 1905 | | |
| 1906 | + | |
| 1907 | + | |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
1893 | 1918 | | |
1894 | 1919 | | |
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 15 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
511 | 512 | | |
512 | 513 | | |
513 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
514 | 519 | | |
515 | 520 | | |
516 | | - | |
517 | | - | |
518 | | - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
519 | 524 | | |
520 | | - | |
| 525 | + | |
| 526 | + | |
521 | 527 | | |
522 | | - | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
| 528 | + | |
536 | 529 | | |
537 | 530 | | |
538 | | - | |
| 531 | + | |
539 | 532 | | |
| 533 | + | |
540 | 534 | | |
541 | 535 | | |
542 | 536 | | |
0 commit comments