Skip to content

Add unit test for HAN CELL file compatibility (#3014)#35

Merged
protobi-pieter merged 1 commit intomasterfrom
exceljs-3014
Jan 26, 2026
Merged

Add unit test for HAN CELL file compatibility (#3014)#35
protobi-pieter merged 1 commit intomasterfrom
exceljs-3014

Conversation

@protobi-pieter
Copy link
Copy Markdown

Add integration test to verify the fix for issue exceljs#3014.

Test Coverage

Verifies that files created by HAN CELL (Korean spreadsheet software) can be read without errors:

  • File loads successfully
  • Worksheet name is read correctly
  • Row count is accurate
  • Cell values can be accessed

Test File

Includes a real HAN CELL file (spec/integration/data/hancell-file.xlsx) that uses:

  • x: namespace prefixes for all spreadsheet tags
  • Different XML structure than Excel

This test ensures the fix from exceljs#3014 continues to work.

Related to #33

Add integration test to verify files created by HAN CELL (Korean spreadsheet software)
can be read without errors.

Test verifies:
- File loads successfully
- Worksheet name is read correctly
- Row count is accurate
- Cell values can be accessed
@protobi-pieter protobi-pieter merged commit 6034a3c into master Jan 26, 2026
3 checks passed
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.

1 participant