Reference
API reference
Every public export of xlsx-kit, xlsx-kit/streaming, and xlsx-kit/node, organized by section. Generated from the source via typedoc
and rendered inline so types stay in lockstep with the package.
Loading & saving
17Open a workbook from any source, write it back to any sink.
02Streaming readers & writers
2createWriteOnlyWorkbook, loadWorkbookStream, and the iter-based row APIs.
03Errors
6OpenXmlError and its subclasses, plus shared error options.
04Coordinates & ranges
48A1 ↔ row/col conversion, range parsing, EMU and date helpers.
05Cell value inference
5inferCellType, escape helpers, error code constants.
06Cells & values
29Cell shape, formula helpers, inline rich-text composition.
07Tables & autoFilter
5Excel Tables, table styles, and column-level autoFilter.
08Validation & formatting
3Data validation rules and conditional formatting.
09Comments & hyperlinks
2Legacy comments, threaded comments, and hyperlinks.
10Worksheet
127Worksheet shape and the cell / row / column helpers built on top of it.
11Styles
112Font, Fill, Border, Alignment, NumberFormat, Stylesheet.
12Drawings & images
30Picture / chart anchors, image format detection.
13Charts
38Legacy `c:` chart kinds plus the `cx:` chartex family.
14Chartsheets
2Standalone chartsheet objects and their views.
15Workbook
44Workbook root model: sheets, defined names, properties, calc settings.
16Low-level (XML / ZIP / schema / packaging)
150XML reader / writer, OPC packaging, schema, ZIP. Reach in only when wiring custom parts.