Skip to content

chore: release#43

Merged
zanlucathiago merged 1 commit into
mainfrom
changeset-release/main
Jul 14, 2026
Merged

chore: release#43
zanlucathiago merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

xls-reader@0.5.0

Minor Changes

  • #42 8249bd0 Thanks @zanlucathiago! - Return Excel error cells as a typed CellError instead of collapsing them to
    null. A cell holding #DIV/0!, #N/A, #REF!, #VALUE!, #NAME?, #NUM!,
    or #NULL! (whether a literal error or a formula's cached error result) now comes
    back as new CellError(code) — distinct from a blank cell (null) and from a
    text cell that happens to contain that string. Check cell instanceof CellError
    and read cell.code; in JSON it serializes to { "code": "#DIV/0!" }. Exports
    the new CellError class and ExcelErrorCode type.

    Behavior change: error cells were previously null. If you relied on that, treat
    a CellError as empty explicitly.

@zanlucathiago
zanlucathiago merged commit faeb8b7 into main Jul 14, 2026
3 checks passed
@zanlucathiago
zanlucathiago deleted the changeset-release/main branch July 14, 2026 14:23
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