| 接口和说明 |
|---|
| org.ttzero.excel.manager.Const.ColumnType
replace it with the number format
|
| org.ttzero.excel.manager.Const.WorksheetExtendProperty
Replace with
Const.ExtendPropertyKey |
| org.ttzero.excel.processor.IntConversionProcessor
replace with
ConversionProcessor |
| 类和说明 |
|---|
| org.ttzero.excel.entity.Sheet.Column
use the new
Column |
| 方法和说明 |
|---|
| org.ttzero.excel.reader.XMLRow.getRowNumber()
replace with
XMLRow.getRowNum() |
| org.ttzero.excel.reader.Row.getRowNumber()
replace with
Row.getRowNum() |
| org.ttzero.excel.reader.XMLSheet.getSize()
use
XMLSheet.getDimension() to getting full range address |
| 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)
replace it with the
Column.setNumFmt(String). |
Copyright © 2022. All rights reserved.