forked from rimland/EPPlus
-
Notifications
You must be signed in to change notification settings - Fork 7
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Shane32/EPPlus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dotnetprojects/EPPlusLGPL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 0 files changed
- 4 contributors
Commits on Dec 2, 2025
-
fix: Add x: namespace prefix to sheetData elements for Excel compatib…
…ility Dynamically generated sheetData content was missing namespace prefixes, causing XML inconsistency when worksheet root uses 'x:' prefix. Symptoms: Excel opens the file with correct file size but displays an empty worksheet - data is silently ignored due to malformed XML.
Thomas Herrmann committedDec 2, 2025 Configuration menu - View commit details
-
Copy full SHA for e1935c7 - Browse repository at this point
Copy the full SHA e1935c7View commit details
Commits on Dec 19, 2025
-
fix: Dynamic XML namespace prefixes for consistent Excel files
When saving, inconsistent namespace prefixes were used, resulting in invalid XML documents. The prefix is now dynamically determined from the document and used consistently across all elements. - Extract _nsPrefix from WorksheetXml. DocumentElement - Replace all hardcoded "x:" prefixes with _nsPrefix - Add using alias RegexMatch to resolve naming conflict - Fix $"" combined with AppendFormat/string.Format calls
Thomas Herrmann committedDec 19, 2025 Configuration menu - View commit details
-
Copy full SHA for 5a745df - Browse repository at this point
Copy the full SHA 5a745dfView commit details
Commits on May 6, 2026
-
Refactor GetWorksheetNamespacePrefix
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76e971c - Browse repository at this point
Copy the full SHA 76e971cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca0c042 - Browse repository at this point
Copy the full SHA ca0c042View commit details -
Configuration menu - View commit details
-
Copy full SHA for b857d6a - Browse repository at this point
Copy the full SHA b857d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c222138 - Browse repository at this point
Copy the full SHA c222138View commit details -
Configuration menu - View commit details
-
Copy full SHA for b248137 - Browse repository at this point
Copy the full SHA b248137View commit details
Commits on May 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2f11099 - Browse repository at this point
Copy the full SHA 2f11099View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ac302 - Browse repository at this point
Copy the full SHA b4ac302View commit details
Commits on Jul 17, 2026
-
Merge pull request #1 from TeaJAge/master
fix: Add x: namespace prefix to sheetData elements for Excel compatib…
Configuration menu - View commit details
-
Copy full SHA for 79c1e19 - Browse repository at this point
Copy the full SHA 79c1e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10e05d - Browse repository at this point
Copy the full SHA e10e05dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master