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
파일 보기 프로젝트 열기: mstum/Simplexcel 1 사용 예제들

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