LowLevel.AppendXmlToPackagePart Method

PicoXLSX

PicoXLSX

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)
Syntax
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
Exceptions
ExceptionCondition
IOExceptionThrows an IOException if the XML data could not be written into the Package Part
See Also