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 |
Modifier and Type | Method and Description |
---|---|
boolean |
convert(InputStream input,
OutputStream output) |
boolean |
convertInternal(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.
|
String |
getName()
Gets name of the Plugin.
|
public String relativePath
public boolean convertInternal(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.public boolean convert(InputStream input, OutputStream output)
Copyright © 2016 Aspose. All Rights Reserved.