Package org.apache.poi.hssf.dev
Class BiffDrawingToXml
java.lang.Object
org.apache.poi.hssf.dev.BiffDrawingToXml
Utility for representing drawings contained in a binary Excel file as a XML tree
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
writeToFile
(OutputStream fos, InputStream xlsWorkbook, boolean excludeWorkbookRecords, String[] params)
-
Constructor Details
-
BiffDrawingToXml
public BiffDrawingToXml()
-
-
Method Details
-
main
- Throws:
IOException
-
writeToFile
public static void writeToFile(OutputStream fos, InputStream xlsWorkbook, boolean excludeWorkbookRecords, String[] params) throws IOException - Throws:
IOException
-