이름 |
설명 |
Namespaces |
Various xmlns namespaces |
Relationship |
A Relationship inside the Package |
RelationshipCounter |
|
SharedStrings |
The Shared Strings table in an Excel document |
SheetPackageInfo |
Information about a Worksheet in the Package |
StyleWriter |
|
XlsxCell |
A Cell inside the sheet.xml file ECMA-376, 3rd Edition, Part 1, 18.3.1.4 c (Cell) |
XlsxCellTypes |
ECMA-376, 3rd Edition, Part 1, 18.18.11 ST_CellType (Cell Type) |
XlsxPackage |
A Wrapper for an .xlsx file, containing all the contents and relations and logic to create the file from that content |
XlsxWriter |
|
XlsxWriter.XlsxWriterInternal |
This does the actual writing by manually creating the XML according to ECMA-376, 3rd Edition, Part 1's SpreadsheetML. Due to the way state is handled, Save() can only be called once, hence it's a private class around an internal static member that initialized it anew on every Save(Workbook) Note that in many cases, the order of elements in an XML file matters! |
XmlFile |
An XML File in the package |