PicoXLSX Library Documentation
![]() | LowLevelAppendXmlToPackagePart Method |
Writes raw XML strings into the passed Package Part
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
private void AppendXmlToPackagePart( string doc, PackagePart pp, string title )
Parameters
- doc
- Type: SystemString
document as raw XML string - pp
- Type: System.IO.PackagingPackagePart
Package part to append the XML data - title
- Type: SystemString
Title for interception / debugging purpose

Exception | Condition |
---|---|
IOException | Throws an IOException if the XML data could not be written into the Package Part |
