Skip to main content

Module sst

Module sst 

Source
Expand description

Runtime shared string table.

The SharedStringTable provides an efficient in-memory index for looking up and inserting shared strings. It bridges the gap between the XML-level sheetkit_xml::shared_strings::Sst and the high-level cell API.

Structsยง

SharedStringTable
Runtime shared string table for efficient string lookup and insertion.