xlsx

package
v0.6.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Export

func Export(wb *sheet.Workbook) ([]byte, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL