public class DrawSlashContext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
col1
起始列索引
|
int |
col2
结束列索引
|
OutputStream |
outputStream
文件输出流
|
int |
row1
起始行索引
|
int |
row2
结束行索引
|
org.apache.poi.ss.usermodel.Sheet |
sheet
sheet 对象
|
org.apache.poi.ss.usermodel.Workbook |
workbook
excel 文件对象
|
| 构造器和说明 |
|---|
DrawSlashContext() |
public OutputStream outputStream
public org.apache.poi.ss.usermodel.Workbook workbook
public org.apache.poi.ss.usermodel.Sheet sheet
public int col1
public int row1
public int col2
public int row2
public void export()
throws IOException
IOException - IOExceptionCopyright © 2023. All rights reserved.