org.apache.poi.hssf.dev
Class BiffDrawingToXml

java.lang.Object
  extended by org.apache.poi.hssf.dev.BiffDrawingToXml

public class BiffDrawingToXml
extends java.lang.Object

Utility for representing drawings contained in a binary Excel file as a XML tree


Constructor Summary
BiffDrawingToXml()
           
 
Method Summary
static void main(java.lang.String[] params)
           
static void writeToFile(java.io.OutputStream fos, java.io.InputStream xlsWorkbook, boolean excludeWorkbookRecords, java.lang.String[] params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiffDrawingToXml

public BiffDrawingToXml()
Method Detail

main

public static void main(java.lang.String[] params)
                 throws java.io.IOException
Throws:
java.io.IOException

writeToFile

public static void writeToFile(java.io.OutputStream fos,
                               java.io.InputStream xlsWorkbook,
                               boolean excludeWorkbookRecords,
                               java.lang.String[] params)
                        throws java.io.IOException
Throws:
java.io.IOException