Skip to content

fix: decode numeric XML character references - #132

Open
baseballyama wants to merge 1 commit into
mainfrom
fix/issue-131-numeric-xml-entities
Open

baseballyama wants to merge 1 commit into
mainfrom
fix/issue-131-numeric-xml-entities

Conversation

@baseballyama

Copy link
Copy Markdown
Collaborator

Summary

  • decode decimal and hexadecimal XML character references in text nodes and attributes
  • preserve single-pass XML entity semantics so escaped reference text is not decoded twice
  • cover inline strings and shared strings through loadWorkbook

Verification

  • pnpm typecheck
  • pnpm lint
  • pnpm test (328 files, 2472 tests)
  • pnpm build
  • pnpm size

Closes #131

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: inline-string cell text with numeric XML character references (&#NNNN;) is not decoded

1 participant