Applies a XML transformation to an Excel XML document and produces
a simplified book/page/row/cell tree.
Namespace:
PDTec.IceNet.Domain.DX.Excel.Xml
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static void CleanXml(
XmlReader xrExcelXml,
XmlWriter xwBook
)
Parameters
- xrExcelXml
- Type: System.XmlXmlReader
The Excel XML reader. - xwBook
- Type: System.XmlXmlWriter
The XML writer the result is to be written to.
See Also