org.apache.poi.xssf.model
Interface XSSFModel
- All Superinterfaces:
- XSSFWritableModel
- All Known Subinterfaces:
- XSSFChildContainingModel
public interface XSSFModel
- extends XSSFWritableModel
Common interface for XSSF models, which deal with
parts of the xssf file.
These should also implement a constructor of
(InputStream is), so they can be used with
XSSFRelation
Method Summary |
void |
readFrom(java.io.InputStream is)
Read from the given InputStream |
readFrom
void readFrom(java.io.InputStream is)
throws java.io.IOException
- Read from the given InputStream
- Throws:
java.io.IOException
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.