Applies a XML transformation to an Excel XML document and produces
a simplified book/page/row/cell tree.
Namespace: PDTec.IceNet.Domain.DX.Excel.XmlAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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