|
Deprecated Methods |
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.hpsf.VariantSupport.codepageToEncoding(int)
POI 3.16 - use CodePageUtil.codepageToEncoding(int) |
org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)
3.15 beta 2. Use CellRangeAddressBase.isInRange(int, int). |
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String)
3.15 beta2. Removed in 3.17. Use CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle) instead. |
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String, HSSFCellStyle)
3.15 beta2. Removed in 3.17. Use CellUtil.createCell(org.apache.poi.ss.usermodel.Row, int, java.lang.String, org.apache.poi.ss.usermodel.CellStyle) instead. |
org.apache.poi.hssf.usermodel.HSSFRow.createCell(int, int)
POI 3.15 beta 3 |
org.apache.poi.ss.usermodel.Row.createCell(int, int)
POI 3.15 beta 3. Use Row.createCell(int, CellType) instead. |
org.apache.poi.hssf.usermodel.HSSFCreationHelper.createHyperlink(int)
POI 3.15 beta 3. Use HSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
org.apache.poi.ss.usermodel.CreationHelper.createHyperlink(int)
POI 3.15 beta 3. Use CreationHelper.createHyperlink(HyperlinkType) instead. |
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.hssf.usermodel.HSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
3.15 beta 2. Use HSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. |
org.apache.poi.ss.usermodel.Workbook.findFont(short, short, short, String, boolean, boolean, short, byte)
POI 3.15 beta 2. Use Workbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. |
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.poifs.crypt.EncryptionVerifier.getAlgorithm()
POI 3.16 beta 1. use EncryptionVerifier.getCipherAlgorithm() |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()
POI 3.15 beta 3. Use HSSFCellStyle.getAlignmentEnum() instead. |
org.apache.poi.ss.usermodel.CellStyle.getAlignment()
POI 3.15 beta 3. Use CellStyle.getAlignmentEnum() instead. |
org.apache.poi.hssf.usermodel.HSSFFont.getBoldweight()
3.15 beta 2. Scheduled for removal in 3.17. Use HSSFFont.getBold() instead. |
org.apache.poi.ss.usermodel.Font.getBoldweight()
3.15 beta 2. Scheduled for removal in 3.17. Use Font.getBold(). |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()
POI 3.15. Use HSSFBorderFormatting.getBorderBottomEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderBottomEnum(). |
org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()
POI 3.15. Use CellStyle.getBorderBottomEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()
POI 3.15. Use BorderFormatting.getBorderBottomEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()
POI 3.15. Use HSSFBorderFormatting.getBorderDiagonalEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()
POI 3.15. Use BorderFormatting.getBorderDiagonalEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()
POI 3.15. Use HSSFBorderFormatting.getBorderLeftEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderLeftEnum(). |
org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()
POI 3.15. Use CellStyle.getBorderLeftEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()
POI 3.15. Use BorderFormatting.getBorderLeftEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()
POI 3.15. Use HSSFBorderFormatting.getBorderRightEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderRightEnum(). |
org.apache.poi.ss.usermodel.CellStyle.getBorderRight()
POI 3.15. Use CellStyle.getBorderRightEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()
POI 3.15. Use BorderFormatting.getBorderRightEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()
POI 3.15. Use HSSFBorderFormatting.getBorderTopEnum().
This method will return an BorderStyle enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()
POI 3.15. Will return a BorderStyle enum in the future. Use HSSFCellStyle.getBorderTopEnum(). |
org.apache.poi.ss.usermodel.CellStyle.getBorderTop()
POI 3.15. Use CellStyle.getBorderTopEnum() instead.
This will return a BorderStyle enum in the future. |
org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()
POI 3.15. Use BorderFormatting.getBorderTopEnum().
This method will return an BorderStyle enum in the future. |
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.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.hssf.util.HSSFCellUtil.getCell(HSSFRow, int)
3.15 beta2. Removed in 3.17. Use CellUtil.getCell(org.apache.poi.ss.usermodel.Row, int) instead. |
org.apache.poi.hssf.usermodel.HSSFSheet.getCellComment(int, int)
as of 2015-11-23 (circa POI 3.14beta1). Use HSSFSheet.getCellComment(CellAddress) instead. |
org.apache.poi.ss.usermodel.Sheet.getCellComment(int, int)
as of 2015-11-23 (circa POI 3.14beta1). Use Sheet.getCellComment(CellAddress) instead. |
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()
POI 3.15. Use CellValue.getCellTypeEnum() instead. |
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.ddf.EscherContainerRecord.getChildIterator()
POI 3.16 beta 1. use iterator() or loop over the container record instead,
e.g. "for (EscherRecord r : container) ..." |
org.apache.poi.poifs.crypt.EncryptionVerifier.getCipherMode()
POI 3.16 beta 1. use EncryptionVerifier.getChainingMode() |
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()
POI 3.15 beta 3. This method will return FillPatternType in the future. Use HSSFCellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.ss.usermodel.CellStyle.getFillPattern()
POI 3.15 beta 3. This method will return FillPatternType in the future. Use CellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.poifs.crypt.EncryptionHeader.getHashAlgorithmEx()
POI 3.16 beta 1. use EncryptionHeader.getHashAlgorithm() |
org.apache.poi.hssf.usermodel.HSSFWorkbook.getRootDirectory()
POI 3.16 beta 1. use POIDocument.getDirectory() instead |
org.apache.poi.hssf.util.HSSFCellUtil.getRow(int, HSSFSheet)
3.15 beta2. Removed in 3.17. Use CellUtil.getRow(int, org.apache.poi.ss.usermodel.Sheet) instead. |
org.apache.poi.common.usermodel.Hyperlink.getType()
POI 3.15 beta 3. Use Hyperlink.getTypeEnum()
getType will return a HyperlinkType enum in the future. |
org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()
POI 3.15. Use HSSFHyperlink.getTypeEnum() instead.
getType will return a HyperlinkType enum in the future. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()
POI 3.15 beta 3. Use HSSFCellStyle.getVerticalAlignmentEnum() instead. |
org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()
POI 3.15 beta 3. Use CellStyle.getVerticalAlignmentEnum() instead. |
org.apache.poi.ss.util.CellReference.isColumnWithnRange(String, SpreadsheetVersion)
3.15 beta 2. Use CellReference.isColumnWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion). |
org.apache.poi.ddf.EscherBoolProperty.isFalse()
use !isTrue() instead, planed to be removed in POI 3.17 |
org.apache.poi.ss.formula.atp.WorkdayCalculator.isNonWorkday(double, double[])
POI 3.16 - will be removed, not used in POI itself |
org.apache.poi.ss.util.CellReference.isRowWithnRange(String, SpreadsheetVersion)
3.15 beta 2. Use CellReference.isRowWithinRange(java.lang.String, org.apache.poi.ss.SpreadsheetVersion) |
org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int)
POI 3.15 beta 3. Use HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType) instead. |
org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int, int)
POI 3.15 beta 3. Use HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int) instead. |
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)
3.15-beta2. Use CellUtil.setAlignment(Cell, HorizontalAlignment) instead. |
org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HorizontalAlignment)
3.15 beta2. Removed in 3.17. Use CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short) instead. |
org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HSSFWorkbook, short)
3.15 beta2. Removed in 3.17. Use CellUtil.setAlignment(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, short) instead. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setAlignment(short)
POI 3.15 beta 3. Use HSSFCellStyle.setAlignment(HorizontalAlignment) instead. |
org.apache.poi.ss.usermodel.CellStyle.setAlignment(short)
POI 3.15 beta 3. Use CellStyle.setAlignment(HorizontalAlignment) instead. |
org.apache.poi.hssf.usermodel.HSSFClientAnchor.setAnchorType(int)
POI 3.15. Use ClientAnchor.setAnchorType(AnchorType) instead. |
org.apache.poi.ss.usermodel.ClientAnchor.setAnchorType(int)
POI 3.15. Use ClientAnchor.setAnchorType(AnchorType) instead. |
org.apache.poi.hssf.usermodel.HSSFFont.setBoldweight(short)
3.15 beta 2. Scheduled for removal in 3.17. Use HSSFFont.setBold(boolean) instead. |
org.apache.poi.ss.usermodel.Font.setBoldweight(short)
3.15 beta 2. Scheduled for removal in 3.17. Use Font.setBold(boolean). |
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet)
POI 3.16 beta 1. Use RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderBottom(short)
3.15 beta 2. Use HSSFCellStyle.setBorderBottom(BorderStyle) instead. |
org.apache.poi.ss.usermodel.CellStyle.setBorderBottom(short)
3.15 beta 2. Use CellStyle.setBorderBottom(BorderStyle) instead. |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)
3.15 beta 2. Use BorderFormatting.setBorderBottom(BorderStyle) |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)
3.15 beta 2. Use BorderFormatting.setBorderDiagonal(BorderStyle) |
org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet)
3.16 beta 1. Use RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderLeft(short)
3.15 beta 2. Use HSSFCellStyle.setBorderLeft(BorderStyle) instead. |
org.apache.poi.ss.usermodel.CellStyle.setBorderLeft(short)
3.15 beta 2. Use CellStyle.setBorderLeft(BorderStyle) instead |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)
3.15 beta 2. Use BorderFormatting.setBorderLeft(BorderStyle) |
org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet)
POI 3.16 beta 1. Use RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderRight(short)
3.15 beta 2. Use HSSFCellStyle.setBorderRight(BorderStyle) instead. |
org.apache.poi.ss.usermodel.CellStyle.setBorderRight(short)
3.15 beta 2. Use CellStyle.setBorderRight(BorderStyle) instead |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)
3.15 beta 2. Use BorderFormatting.setBorderRight(BorderStyle) |
org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet)
3.16 beta 1. Use RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderTop(short)
3.15 beta 2. Use HSSFCellStyle.setBorderTop(BorderStyle) instead. |
org.apache.poi.ss.usermodel.CellStyle.setBorderTop(short)
3.15 beta 2. Use CellStyle.setBorderTop(BorderStyle) instead |
org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)
3.15 beta 2. Use BorderFormatting.setBorderTop(BorderStyle) |
org.apache.poi.ss.util.RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)
3.15 beta 2. Use HSSFCell.setCellErrorValue(FormulaError) instead. |
org.apache.poi.ss.util.CellUtil.setCellStyleProperty(Cell, Workbook, String, Object)
3.15-beta2. Use CellUtil.setCellStyleProperty(Cell, String, Object) instead. |
org.apache.poi.hssf.util.HSSFCellUtil.setCellStyleProperty(HSSFCell, HSSFWorkbook, String, Object)
3.15 beta2. Removed in 3.17. Use CellUtil.setCellStyleProperty(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, java.lang.String, java.lang.Object) instead. |
org.apache.poi.hssf.usermodel.HSSFCell.setCellType(int)
POI 3.15 beta 3. Use HSSFCell.setCellType(CellType) instead. |
org.apache.poi.ss.usermodel.Cell.setCellType(int)
POI 3.15 beta 3. Use Cell.setCellType(CellType) instead. |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setFillPattern(short)
POI 3.15 beta 3. Use HSSFCellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.ss.usermodel.CellStyle.setFillPattern(short)
POI 3.15 beta 3. Use CellStyle.setFillPattern(FillPatternType) instead. |
org.apache.poi.ss.util.CellUtil.setFont(Cell, Workbook, Font)
3.15-beta2. Use CellUtil.setFont(Cell, Font) instead. |
org.apache.poi.hssf.util.HSSFCellUtil.setFont(HSSFCell, HSSFWorkbook, HSSFFont)
3.15 beta2. Removed in 3.17. Use CellUtil.setFont(org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Workbook, org.apache.poi.ss.usermodel.Font) instead. |
org.apache.poi.ss.util.RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet). |
org.apache.poi.ss.util.RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFWorkbook.setSheetHidden(int, int)
|
org.apache.poi.ss.usermodel.Workbook.setSheetHidden(int, int)
POI 3.16 beta 2. Use Workbook.setSheetVisibility(int, SheetVisibility) instead. |
org.apache.poi.ss.util.RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet, Workbook)
3.15 beta 2. Use RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet). |
org.apache.poi.hssf.usermodel.HSSFCellStyle.setVerticalAlignment(short)
POI 3.15 beta 3. Use HSSFCellStyle.setVerticalAlignment(VerticalAlignment) instead. |
org.apache.poi.ss.usermodel.CellStyle.setVerticalAlignment(short)
POI 3.15 beta 3. Use CellStyle.setVerticalAlignment(VerticalAlignment) instead. |
org.apache.poi.ss.usermodel.Sheet.setZoom(int, int)
2015-11-23 (circa POI 3.14beta1). Use Sheet.setZoom(int) instead. |
org.apache.poi.hssf.usermodel.HSSFSheet.shiftMerged(int, int, int, boolean)
POI 3.15 beta 2. Use RowShifter.shiftMergedRegions(int, int, int). |
org.apache.poi.hssf.util.HSSFCellUtil.translateUnicodeValues(HSSFCell)
3.15 beta2. Removed in 3.17. Use CellUtil.translateUnicodeValues(org.apache.poi.ss.usermodel.Cell) instead. |
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. |
org.apache.poi.ss.util.WorkbookUtil.validateSheetState(int)
POI 3.16 beta 2. Use SheetVisibility instead. |