Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Export ¶
Export renders a workbook to .xlsx bytes. Cells whose raw starts with '=' become formulas; numeric-looking raw is written as a number, the rest as a string. Styles and merges are out of scope for v1 (the sheet model does not store them yet).
func Import ¶
func Import(r io.Reader) (sheet.WorkbookSnapshot, error)
Import parses an .xlsx into a WorkbookSnapshot. Sheet id == sheet name. Cells carry their raw value, or "=<formula>" when a formula is present. Styles and merges are skipped in v1 (no error; the sheet model does not store them yet).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.