| 方法和说明 |
|---|
| 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.
|
Copyright © 2020. All rights reserved.