Skip to content
Permalink

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
Choose a base ref
...
head repository: dotnetprojects/EPPlusLGPL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 0 files changed
  • 4 contributors

Commits on Dec 2, 2025

  1. 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
    Thomas Herrmann committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    e1935c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. 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
    Thomas Herrmann committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    5a745df View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

  1. Refactor GetWorksheetNamespacePrefix

    Co-authored-by: Copilot Autofix powered by AI <[email protected]>
    Shane32 and Copilot authored May 6, 2026
    Configuration menu
    Copy the full SHA
    76e971c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca0c042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b857d6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c222138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b248137 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Configuration menu
    Copy the full SHA
    2f11099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4ac302 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2026

  1. Merge pull request #1 from TeaJAge/master

    fix: Add x: namespace prefix to sheetData elements for Excel compatib…
    jogibear9988 authored Jul 17, 2026
    Configuration menu
    Copy the full SHA
    79c1e19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10e05d View commit details
    Browse the repository at this point in the history
Loading