Skip to content

chore(release): version packages - #103

Merged
baseballyama merged 1 commit into
mainfrom
changeset-release/main
Jul 12, 2026
Merged

chore(release): version packages#103
baseballyama 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

@office-kit/xlsx@0.9.0

Minor Changes

  • #100 c74f9d0 Thanks @baseballyama! - Renamed the package from xlsx-kit to @office-kit/xlsx. The old xlsx-kit
    package on npm is deprecated and will receive no further releases — install
    @office-kit/xlsx and update every subpath import (xlsx-kit/io
    @office-kit/xlsx/io, and likewise for /streaming, /workbook, /worksheet,
    /cell, /styles, /chart, /drawing, /node, and the low-level /xml,
    /zip, /packaging, /schema escape hatches). No runtime behaviour changed.

Patch Changes

  • #102 9b1feba Thanks @baseballyama! - fix: loadWorkbook rejected borders with style="none" (#99)

    Files written by OnlyOffice (and any producer that emits the explicit no-border
    value) set border sides to style="none", which is the first value of
    ECMA-376's ST_BorderStyle enumeration. Loading such a file failed with
    expected one of [thin, medium, ...]; got "none". none is now accepted and
    round-trips faithfully; it draws no stroke in HTML/SVG preview.

  • #101 06dbfd8 Thanks @michaelcradock76-spec! - Preserve the _xlfn. future-function prefix on read so dynamic-array formulas
    survive a load → save round-trip. The reader stripped _xlfn. / _xlfn._xlws.
    into the model, and the writer emits formula text verbatim, so a loaded
    _xlfn.SCAN(...) was written back as bare SCAN(...) — an unknown name that
    Excel renders as #NAME?. Formula text is now kept verbatim (matching openpyxl),
    fixing every future function (SCAN, BYCOL, LAMBDA, XLOOKUP, FILTER, SEQUENCE,
    LET, ANCHORARRAY, …).

@baseballyama
baseballyama merged commit 95f28bd into main Jul 12, 2026
@baseballyama
baseballyama deleted the changeset-release/main branch July 12, 2026 10:25
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