Skip to main content

Module xml

Module xml 

Source
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).