| 字段和说明 |
|---|
| org.ttzero.excel.entity.Sheet.Column.type
Do not use.
|
| 方法和说明 |
|---|
| org.ttzero.excel.reader.Sheet.getSize()
use
Sheet.getDimension() to getting full range address |
| org.ttzero.excel.reader.ExcelReader.hasFormula()
This method can not accurately reflect whether
the workbook contains formulas. Here we only check whether
they contain a common calcChain file, and the Excel files
generated by some tools do not contain the calcChain file,
but write all formulas in each cell.
|
| org.ttzero.excel.entity.Sheet.Column.setType(int)
Do not use
|
Copyright © 2021. All rights reserved.