Expand description
Re-exports§
Modules§
- adjust
- Row/column adjustment helpers.
- calc
- Formula calculation engine.
- calc_
chain - Calculation chain and volatile dependencies helpers.
- cell
- Cell-level read/write API.
- chart
- Chart API.
- col
- Column-level API.
- constants
- Constants and default values used across the crate.
- crypt
- Workbook encryption / decryption (
crypt.go). - data_
validation - Data validation support.
- date
- Date and time conversion helpers.
- doc_
props - Document properties API (
docProps.go). - errors
- Error types and messages for the
excelizecrate. - excelize
- Core spreadsheet methods ported from
excelize.go. - file
- File lifecycle and lazy XML readers/writers.
- hsl
- HSL color utilities.
- lib_
util - General utility functions used across the crate.
- merge
- Merge-cell API.
- numfmt
- Number format parser and applier.
- options
- Options for opening and reading spreadsheet files.
- picture
- Picture API.
- pivot_
table - PivotTable support.
- row
- Row-level API.
- shape
- Shape support.
- sheet
- Worksheet-level API.
- slicer
- Slicer support.
- sparkline
- Sparkline support.
- stream
- Streaming writer API.
- styles
- Public style API and XML conversion.
- table
- Table and AutoFilter support.
- templates
- Default XML templates and lookup tables used when creating or validating spreadsheet files.
- vml
- VML-based features: comments, form controls, and header/footer images.
- xml
- OpenXML / SpreadsheetML data structures used by Excel files.