public class OpenXmlMediator extends Plugin
Incapsulate functional for XML to XLSX conversion using Open XML SDK library.
Modifier and Type | Field and Description |
---|---|
String |
relativePath |
public String relativePath
public boolean convert(com.aspose.ms.System.IO.Stream input, com.aspose.ms.System.IO.Stream[] output)
Make conversion of input stream representing Office 2003 XML to output stream representing XLSX. With the aid of external library.
input
- stream representing Office 2003 XML.output
- stream for saving resultant representing XLSX.Copyright © 2014 Aspose. All Rights Reserved.