NanoXLSX Library Documentation
![]() | LowLevelAppendXmlToPackagePart Method |
Writes raw XML strings into the passed Package Part
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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 |
