Skip to content

xlsx-kit@0.7.1

Choose a tag to compare

@github-actions github-actions released this 11 May 15:54
Immutable release. Only release title and notes can be modified.
7f2d488

Patch Changes

  • #76 e646e1c Thanks @baseballyama! - addAutoFilterColumn, makeHyperlink, and setPrintTitles now throw
    OpenXmlSchemaError instead of the generic Error when their preconditions
    are violated. Existing catch blocks that check err instanceof OpenXmlError
    now match these errors uniformly with the rest of the library.