fixed issue - #2475
Merged
Merged
Conversation
JanKallman
added a commit
that referenced
this pull request
Aug 24, 2026
* #2455 - Addedgit status hook for naming copied pivot tables during worksheet copy (#2457) * Base theme fallback system functional for borders * Progress on reasoning on true fallback color * Added check for applying tint. we do inverse * A version that passes all test cases.Problem:Magic numbers * Started adding a system with less magic numbers * Ensured directory is created for tests * Fixes issue 2459 (#2461) * Fixes issue #2459. Fix for copying tables/pivottables within a worksheet. * Fix for issue #2463 * Fix for issue #2463 * Cleaned up test * Moved Range Dictionary lookup into SaveWorkbook in RpnFormulaExecute * Fixed #2464 (#2467) * Changed default shape shade to 15% * Fixed positioning of primary and secondary axis and axis titles when setting position to low or high. * Fixes more axis issues * Fixes axis titles when deleted primary axis * Fixed gradient. * Fixed Tint/Shade transform calculation * #2456-Removed Finalizers from the cell store and the ExcelVmlDrawingCollection * fixed issue (#2475) * #2456-Removed finalizers on cell store classes. (#2477) * EPPlus version 8.7.0 * Fixed edge-case fallbacks to use new fix * Fixed glow filter * Implemented new fill fallbacks lotta stuff crashes * Fixed null issue * Fixes date axis label positioning * Re-fixed smiley * Started on each chart element providing style info * Added new default chartDrawingObject * Fixed multiple bugs in new system removed some of old * Fixed failing tests * Fixed edge-case node-exists but is empty --------- Co-authored-by: Mats Alm <897655+swmal@users.noreply.github.com> Co-authored-by: Ossian Edström <ossian.edstrom@epplussoftware.com> Co-authored-by: OssianEPPlus <122265629+OssianEPPlus@users.noreply.github.com> Co-authored-by: AdrianEPPlus <162118292+AdrianEPPlus@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before submitting this pull request I have...