public class OOXMLHandle extends Object
| Constructor and Description |
|---|
OOXMLHandle() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getOOXML(WorkBookHandle bk,
String path)
generates OOXML for a workbook
Creates the ZIP file and writes all files into proper directory structure
Will create either an .xlsx or an .xlsm output, depending upon
whether WorkBookHandle bk contains macros
|
static void |
parseNBind(WorkBookHandle bk,
String fName)
OOXML parseNBind - reads in an OOXML (Excel 7) workbook
|
public static void getOOXML(WorkBookHandle bk, String path) throws IOException
bk - workbookhandlepath - output filename and pathIOExceptionpublic static void parseNBind(WorkBookHandle bk, String fName) throws org.xmlpull.v1.XmlPullParserException, IOException, CellNotFoundException
bk - WorkBookHandle - workbook to inputfName - OOXML filename (must be a ZIP file in OPC format)org.xmlpull.v1.XmlPullParserExceptionIOExceptionCellNotFoundExceptionCopyright © 2002–2019 Starter Inc.. All rights reserved.