public class ExcelBuffer
extends java.lang.Object
| Constructor and Description |
|---|
ExcelBuffer() |
| Modifier and Type | Method and 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