C# Класс Simplexcel.XlsxInternal.XlsxPackage

A Wrapper for an .xlsx file, containing all the contents and relations and logic to create the file from that content
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SaveToStream void
WorkbookRelsXml XmlFile
WriteInfoXmlFile void
WriteXmlFile void
XlsxPackage System

Приватные методы

Метод Описание
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