| org.apache.poi.hssf.record.DBCellRecord.calculateSizeOfRecords(int, int)
in POI 3.15-beta2, scheduled for removal in POI 3.17 - this method is not used within POI
|
| org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)
|
| org.apache.poi.poifs.filesystem.EntryUtils.copyNodes(DirectoryEntry, DirectoryEntry, List)
|
| org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String)
|
| org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String, HSSFCellStyle)
|
| org.apache.poi.hssf.usermodel.HSSFRow.createCell(int, int)
POI 3.15 beta 3
|
| org.apache.poi.ss.usermodel.Row.createCell(int, int)
|
| org.apache.poi.ss.formula.FormulaShifter.createForRowShift(int, String, int, int, int)
|
| org.apache.poi.hssf.usermodel.HSSFCreationHelper.createHyperlink(int)
|
| org.apache.poi.ss.usermodel.CreationHelper.createHyperlink(int)
|
org.apache.poi.ss.formula.BaseFormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future
|
| org.apache.poi.ss.formula.BaseFormulaEvaluator.evaluateFormulaCellEnum(Cell)
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateFormulaCellEnum(Cell)
POI 3.15 beta 3. Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.hssf.usermodel.HSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
| org.apache.poi.ss.usermodel.Workbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
| org.apache.poi.common.usermodel.HyperlinkType.forInt(int)
POI 3.15 beta 3
|
| org.apache.poi.ss.formula.FormulaType.forInt(int)
POI 3.15 beta 3. Used to transition code from ints to FormulaTypes.
|
| org.apache.poi.ss.usermodel.CellType.forInt(int)
POI 3.15 beta 3. Used to transition code from ints to CellTypes.
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()
|
| org.apache.poi.ss.usermodel.CellStyle.getAlignment()
|
| org.apache.poi.hssf.usermodel.HSSFFont.getBoldweight()
|
| org.apache.poi.ss.usermodel.Font.getBoldweight()
|
| org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()
|
| org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()
|
| org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()
|
| org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()
|
| org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()
|
| org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()
|
| org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()
|
| org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()
|
| org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()
|
| org.apache.poi.ss.usermodel.CellStyle.getBorderRight()
|
| org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()
|
| org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()
|
| org.apache.poi.ss.usermodel.CellStyle.getBorderTop()
|
| org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()
|
org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
| org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultTypeEnum()
POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultTypeEnum()
POI 3.15 beta 3
Will be renamed to getCachedFormulaResultType() when we make the CellType enum transition in POI 4.0. See bug 59791.
|
| org.apache.poi.hssf.util.HSSFCellUtil.getCell(HSSFRow, int)
|
| org.apache.poi.hssf.usermodel.HSSFSheet.getCellComment(int, int)
|
| org.apache.poi.ss.usermodel.Sheet.getCellComment(int, int)
|
org.apache.poi.hssf.usermodel.HSSFCell.getCellType()
3.15. Will be return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCellType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.Cell.getCellType()
POI 3.15. Will return a CellType enum in the future.
|
| org.apache.poi.ss.usermodel.CellValue.getCellType()
|
| org.apache.poi.hssf.usermodel.HSSFCell.getCellTypeEnum()
POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.ss.formula.EvaluationCell.getCellTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
| org.apache.poi.ss.usermodel.Cell.getCellTypeEnum()
POI 3.15 beta 3
Will be renamed to getCellType() when we make the CellType enum transition in POI 4.0. See bug 59791.
|
| org.apache.poi.common.usermodel.HyperlinkType.getCode()
POI 3.15 beta 3
|
| org.apache.poi.ss.usermodel.CellType.getCode()
POI 3.15 beta 3
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getFillPattern()
|
| org.apache.poi.ss.usermodel.CellStyle.getFillPattern()
|
| org.apache.poi.hssf.util.HSSFCellUtil.getRow(int, HSSFSheet)
|
| org.apache.poi.common.usermodel.Hyperlink.getType()
|
| org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()
|
| org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()
|
| org.apache.poi.ss.util.CellReference.isColumnWithnRange(String, SpreadsheetVersion)
|
| org.apache.poi.ddf.EscherBoolProperty.isFalse()
use !isTrue() instead, planed to be removed in POI 3.17
|
| org.apache.poi.ss.util.CellReference.isRowWithnRange(String, SpreadsheetVersion)
|
| org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int)
|
| org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int, int)
|
| org.apache.poi.hssf.record.DrawingRecord.processContinueRecord(byte[])
POI 3.9
|
| org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()
POI 2.0 Best to write a input stream that wraps this one
where there is special sub record that may overlap continue
records.
|
| org.apache.poi.ss.util.CellUtil.setAlignment(Cell, Workbook, short)
|
| org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HorizontalAlignment)
|
| org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HSSFWorkbook, short)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setAlignment(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setAlignment(short)
|
| org.apache.poi.hssf.usermodel.HSSFClientAnchor.setAnchorType(int)
|
| org.apache.poi.ss.usermodel.ClientAnchor.setAnchorType(int)
|
| org.apache.poi.hssf.usermodel.HSSFFont.setBoldweight(short)
|
| org.apache.poi.ss.usermodel.Font.setBoldweight(short)
|
| org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderBottom(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setBorderBottom(short)
|
| org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)
|
| org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)
|
| org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderLeft(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setBorderLeft(short)
|
| org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)
|
| org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderRight(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setBorderRight(short)
|
| org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)
|
| org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderTop(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setBorderTop(short)
|
| org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)
|
| org.apache.poi.ss.util.RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)
|
| org.apache.poi.ss.util.CellUtil.setCellStyleProperty(Cell, Workbook, String, Object)
|
| org.apache.poi.hssf.util.HSSFCellUtil.setCellStyleProperty(HSSFCell, HSSFWorkbook, String, Object)
|
| org.apache.poi.hssf.usermodel.HSSFCell.setCellType(int)
|
| org.apache.poi.ss.usermodel.Cell.setCellType(int)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setFillPattern(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setFillPattern(short)
|
| org.apache.poi.ss.util.CellUtil.setFont(Cell, Workbook, Font)
|
| org.apache.poi.hssf.util.HSSFCellUtil.setFont(HSSFCell, HSSFWorkbook, HSSFFont)
|
| org.apache.poi.ss.util.RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.ss.util.RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.ss.util.RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
| org.apache.poi.hssf.usermodel.HSSFCellStyle.setVerticalAlignment(short)
|
| org.apache.poi.ss.usermodel.CellStyle.setVerticalAlignment(short)
|
| org.apache.poi.ss.usermodel.Sheet.setZoom(int, int)
|
| org.apache.poi.hssf.usermodel.HSSFSheet.shiftMerged(int, int, int, boolean)
|
| org.apache.poi.hssf.util.HSSFCellUtil.translateUnicodeValues(HSSFCell)
|
| org.apache.poi.ss.format.CellFormat.ultimateType(Cell)
POI 3.15. This will return a CellType enum in the future
|
| org.apache.poi.ss.format.CellFormat.ultimateTypeEnum(Cell)
POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug 59791.
|