public class OoxmlStrictHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.apache.poi.xssf.model.Comments |
getCommentsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.PackagePart part) |
static org.apache.poi.xssf.model.SharedStrings |
getSharedStringsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.StylesTable |
getStylesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.ThemesTable |
getThemesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
public static org.apache.poi.xssf.model.ThemesTable getThemesTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOException
javax.xml.stream.XMLStreamException
public static org.apache.poi.xssf.model.StylesTable getStylesTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOException
javax.xml.stream.XMLStreamException
public static org.apache.poi.xssf.model.SharedStrings getSharedStringsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws java.io.IOException, javax.xml.stream.XMLStreamException, org.xml.sax.SAXException
java.io.IOException
javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
public static org.apache.poi.xssf.model.Comments getCommentsTable(StreamingReader.Builder builder, org.apache.poi.openxml4j.opc.PackagePart part) throws java.io.IOException, javax.xml.stream.XMLStreamException
java.io.IOException
javax.xml.stream.XMLStreamException