序列化表格
-
程序包 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions
-
异常错误 cn.toutatis.xvoid.axolotl.excel.reader.support.exceptions.AxolotlExcelReadException
class AxolotlExcelReadException extends AxolotlException implements Serializable-
序列化字段
-
currentReadColumnIndex
int currentReadColumnIndex
当前读取的列号 -
currentReadRowIndex
int currentReadRowIndex
当前读取的行号 -
exceptionType
AxolotlExcelReadException.ExceptionType exceptionType
异常类型 -
fieldName
String fieldName
错误的属性名称
-
-
-
-
程序包 cn.toutatis.xvoid.axolotl.excel.writer.exceptions
-
异常错误 cn.toutatis.xvoid.axolotl.excel.writer.exceptions.AxolotlWriteException
class AxolotlWriteException extends AxolotlException implements Serializable
-
-
程序包 cn.toutatis.xvoid.axolotl.excel.writer.support
-
类 cn.toutatis.xvoid.axolotl.excel.writer.support.CellAddress
class CellAddress extends Object implements Serializable-
序列化字段
-
_nonTemplateCell
org.apache.poi.ss.usermodel.Cell _nonTemplateCell
[内部维护变量] 非模板单元格 -
calculatedValue
BigDecimal calculatedValue
计算值 -
cellMultipleMatchTemplate
boolean cellMultipleMatchTemplate
该值等于0为该单元格位置占位符,大于1说明有其他占位符,只赋予值但不位移单元格 -
cellStyle
org.apache.poi.ss.usermodel.CellStyle cellStyle
模板单元格的样式 一般继承自模板占位符的单元格样式 -
cellValue
String cellValue
模板单元格的值 -
columnPosition
int columnPosition
模板单元格的列位置 -
defaultValue
String defaultValue
占位符产生的默认值 -
mergeRegion
org.apache.poi.ss.util.CellRangeAddress mergeRegion
合并单元格的区域 需要特殊处理 -
name
String name
名称 -
placeholder
String placeholder
模板单元格的占位符 -
placeholderType
PlaceholderType placeholderType
-
rowPosition
int rowPosition
模板单元格的行位置 -
writtenRow
int writtenRow
模板单元格的已写入行
-
-
-
-
程序包 cn.toutatis.xvoid.axolotl.exceptions
-
异常错误 cn.toutatis.xvoid.axolotl.exceptions.AxolotlException
class AxolotlException extends RuntimeException implements Serializable
-