Expand description
OpenXML / SpreadsheetML data structures used by Excel files.
Each submodule in this directory corresponds to one of the Go source files
named xml*.go in the original repository.
Modulesยง
- app
- Extended document properties (
docProps/app.xml). - calc_
chain - Calculation chain and volatile dependencies parts.
- chart
- Chart part (
xl/charts/chartN.xml). - chart_
sheet - Chartsheet part (
chartsheets/sheet*.xml). - comments
- Comments part (
xl/commentsN.xml). - common
- Shared OpenXML data structures used across multiple package parts.
- content_
types - Content types part (
[Content_Types].xml). - core
- Core document properties (
docProps/core.xml). - custom
- Custom file properties part (
docProps/custom.xml). - decode_
chart - Decode-only chart types.
- decode_
drawing - Decode-only drawing part helpers (
xl/drawings/drawingN.xml). - drawing
- DrawingML / SpreadsheetDrawing XML types.
- metadata
- Metadata and rich value parts (
xl/metadata.xml,xl/richData/). - pivot_
cache - Pivot cache definition part (
xl/pivotCache/pivotCacheDefinitionN.xml). - pivot_
table - PivotTable definition part (
xl/pivotTables/pivotTableN.xml). - shared_
strings - Shared string table part (
xl/sharedStrings.xml). - slicers
- Slicer and timeline parts.
- styles
- Styles part (
xl/styles.xml). - table
- Table part (
xl/tables/table*.xml). - theme
- Theme part (
xl/theme/themeN.xml). - vml
- VML drawing part (
xl/drawings/vmlDrawingN.vml). - workbook
- Workbook part (
xl/workbook.xml). - worksheet
- Worksheet part (
xl/worksheets/sheet*.xml).