类 DrawSlashContext
- java.lang.Object
-
- cn.woodwhales.common.util.excel.DrawSlashContext
-
public class DrawSlashContext extends Object
excel 画斜线上下文对象- 作者:
- woodwhales
-
-
字段概要
字段 修饰符和类型 字段 说明 intcol1起始列索引intcol2结束列索引OutputStreamoutputStream文件输出流introw1起始行索引introw2结束行索引org.apache.poi.ss.usermodel.Sheetsheetsheet 对象org.apache.poi.ss.usermodel.Workbookworkbookexcel 文件对象
-
构造器概要
构造器 构造器 说明 DrawSlashContext()
-
-
-
字段详细资料
-
outputStream
public OutputStream outputStream
文件输出流
-
workbook
public org.apache.poi.ss.usermodel.Workbook workbook
excel 文件对象
-
sheet
public org.apache.poi.ss.usermodel.Sheet sheet
sheet 对象
-
col1
public int col1
起始列索引
-
row1
public int row1
起始行索引
-
col2
public int col2
结束列索引
-
row2
public int row2
结束行索引
-
-
方法详细资料
-
export
public void export() throws IOException导出指指定文件流- 抛出:
IOException- IOException
-
-