C# Class Simplexcel.XlsxInternal.XlsxPackage

A Wrapper for an .xlsx file, containing all the contents and relations and logic to create the file from that content
Mostra file Open project: mstum/Simplexcel Class Usage Examples

Private Properties

Property Type Description
SaveToStream void
WorkbookRelsXml XmlFile
WriteInfoXmlFile void
WriteXmlFile void
XlsxPackage System

Private Methods

Method Description
SaveToStream ( Stream outputStream ) : void

Save the Xlsx Package to a new Stream (that the caller owns and has to dispose)

WorkbookRelsXml ( ) : XmlFile

Create the xl/_rels/workbook.xml.rels file

WriteInfoXmlFile ( Package pkg ) : void
WriteXmlFile ( Package pkg, XmlFile file ) : void

Write an Xml File to the package

XlsxPackage ( ) : System