public class ExcelBuffer
extends java.lang.Object
| Constructor | Description |
|---|---|
ExcelBuffer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addToZipFile(java.lang.String fileName,
java.lang.String content,
java.util.zip.ZipOutputStream zos) |
|
boolean |
encode(java.io.File file,
ExcelWorkBook workbook) |
|
ExcelSheet |
parse(java.io.File file) |
public ExcelSheet parse(java.io.File file)
public boolean encode(java.io.File file,
ExcelWorkBook workbook)
public void addToZipFile(java.lang.String fileName,
java.lang.String content,
java.util.zip.ZipOutputStream zos)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOException