Documentation
¶
Overview ¶
Package xlsx is an Extractor for Excel .xlsx files. A .xlsx is a zip of OOXML SpreadsheetML parts; most cell text lives in a shared-string table (xl/sharedStrings.xml) referenced by cells in xl/worksheets/*.xml. This extractor resolves those references and emits one line per row (cells tab-joined) so row context — e.g. a control ID beside its status — survives for retrieval. Formatting, formulas, and merged-cell geometry are not preserved. Stdlib only.
Index ¶
Constants ¶
View Source
const ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
ContentType is the OOXML SpreadsheetML media type for .xlsx files.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.