public abstract class ExcelExporter extends Object implements Closeable
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.poi.ss.usermodel.Workbook |
workbook |
| 构造器和说明 |
|---|
ExcelExporter() |
public abstract void write(OutputStream outputStream) throws IOException
outputStream - 输出流IOException - IO异常public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionCopyright © 2025 EFCloud. All rights reserved.