Package | Description |
---|---|
org.apache.poi.common.usermodel | |
org.apache.poi.ddf |
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
|
org.apache.poi.hpsf |
|
org.apache.poi.hslf.usermodel | |
org.apache.poi.hssf.model |
Provides low level API structures for reading, writing, modifying XLS files.
|
org.apache.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.apache.poi.hssf.util |
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
|
org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
org.apache.poi.ss.formula.atp | |
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.util | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.helpers | |
org.apache.poi.xwpf.model |
Modifier and Type | Field and Description |
---|---|
static int |
Hyperlink.LINK_DOCUMENT
Deprecated.
POI 3.15 beta 3. Use
HyperlinkType.DOCUMENT instead. |
static int |
Hyperlink.LINK_EMAIL
Deprecated.
POI 3.15 beta 3. Use
HyperlinkType.EMAIL instead. |
static int |
Hyperlink.LINK_FILE
Deprecated.
POI 3.15 beta 3. Use
HyperlinkType.FILE instead. |
static int |
Hyperlink.LINK_URL
Deprecated.
POI 3.15 beta 3. Use
HyperlinkType.URL instead. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<EscherRecord> |
EscherContainerRecord.getChildIterator()
Deprecated.
POI 3.16 beta 1. use iterator() or loop over the container record instead,
e.g. "for (EscherRecord r : container) ..."
|
Modifier and Type | Class and Description |
---|---|
class |
MutableProperty
Deprecated.
POI 3.16 - use Property as base class instead
|
class |
MutablePropertySet
Deprecated.
POI 3.16 - use PropertySet as base class instead
|
class |
MutableSection
Deprecated.
POI 3.16 - use Section as base class instead
|
class |
SpecialPropertySet
Deprecated.
POI 3.16 - use PropertySet as base class instead
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
VariantSupport.codepageToEncoding(int codepage)
Deprecated.
POI 3.16 - use
CodePageUtil.codepageToEncoding(int) |
Modifier and Type | Method and Description |
---|---|
protected DirectoryNode |
HSLFSlideShowImpl.getPOIFSDirectory()
Deprecated.
POI 3.16 beta 1. use
POIDocument.getDirectory() instead |
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType)
Deprecated.
POI 3.15 beta 3. Use
HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType) instead. |
static Ptg[] |
HSSFFormulaParser.parse(java.lang.String formula,
HSSFWorkbook workbook,
int formulaType,
int sheetIndex)
Deprecated.
POI 3.15 beta 3. Use
HSSFFormulaParser.parse(String, HSSFWorkbook, FormulaType, int) instead. |
Modifier and Type | Method and Description |
---|---|
HSSFHyperlink |
HSSFCreationHelper.createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
HSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
DirectoryNode |
HSSFWorkbook.getRootDirectory()
Deprecated.
POI 3.16 beta 1. use
POIDocument.getDirectory() instead |
void |
HSSFCellStyle.setAlignment(short align)
Deprecated.
POI 3.15 beta 3. Use
HSSFCellStyle.setAlignment(HorizontalAlignment) instead. |
void |
HSSFClientAnchor.setAnchorType(int anchorType)
Deprecated.
POI 3.15. Use
ClientAnchor.setAnchorType(AnchorType) instead. |
void |
HSSFCellStyle.setBorderBottom(short border)
Deprecated.
3.15 beta 2. Use
HSSFCellStyle.setBorderBottom(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderLeft(short border)
Deprecated.
3.15 beta 2. Use
HSSFCellStyle.setBorderLeft(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderRight(short border)
Deprecated.
3.15 beta 2. Use
HSSFCellStyle.setBorderRight(BorderStyle) instead. |
void |
HSSFCellStyle.setBorderTop(short border)
Deprecated.
3.15 beta 2. Use
HSSFCellStyle.setBorderTop(BorderStyle) instead. |
void |
HSSFCellStyle.setFillPattern(short fp)
Deprecated.
POI 3.15 beta 3. Use
HSSFCellStyle.setFillPattern(FillPatternType) instead. |
void |
HSSFWorkbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated.
|
void |
HSSFCellStyle.setVerticalAlignment(short align)
Deprecated.
POI 3.15 beta 3. Use
HSSFCellStyle.setVerticalAlignment(VerticalAlignment) instead. |
Modifier and Type | Method and Description |
---|---|
int |
EncryptionVerifier.getCipherMode()
Deprecated.
POI 3.16 beta 1. use
EncryptionVerifier.getChainingMode() |
HashAlgorithm |
EncryptionHeader.getHashAlgorithmEx()
Deprecated.
POI 3.16 beta 1. use
EncryptionHeader.getHashAlgorithm() |
Modifier and Type | Method and Description |
---|---|
protected int |
WorkdayCalculator.isNonWorkday(double aDate,
double[] holidays)
Deprecated.
POI 3.16 - will be removed, not used in POI itself
|
Modifier and Type | Interface and Description |
---|---|
interface |
Textbox
Deprecated.
3.16 beta1. This interface isn't implemented ...
|
Modifier and Type | Field and Description |
---|---|
static short |
CellStyle.ALIGN_CENTER
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.CENTER instead. |
static short |
CellStyle.ALIGN_CENTER_SELECTION
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.CENTER_SELECTION instead. |
static short |
CellStyle.ALIGN_FILL
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.FILL instead. |
static short |
CellStyle.ALIGN_GENERAL
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.GENERAL instead. |
static short |
CellStyle.ALIGN_JUSTIFY
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.JUSTIFY instead. |
static short |
CellStyle.ALIGN_LEFT
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.LEFT instead. |
static short |
CellStyle.ALIGN_RIGHT
Deprecated.
POI 3.15 beta 3. Use
HorizontalAlignment.RIGHT instead. |
static short |
CellStyle.ALT_BARS
Deprecated.
3.15 beta 3. Use
FillPatternType.ALT_BARS instead. |
static short |
CellStyle.BIG_SPOTS
Deprecated.
3.15 beta 3. Use
FillPatternType.BIG_SPOTS instead. |
static short |
BorderFormatting.BORDER_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.DASH_DOT |
static short |
CellStyle.BORDER_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.DASH_DOT instead. |
static short |
BorderFormatting.BORDER_DASH_DOT_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.DASH_DOT_DOT |
static short |
CellStyle.BORDER_DASH_DOT_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.DASH_DOT_DOT instead. |
static short |
BorderFormatting.BORDER_DASHED
Deprecated.
3.15 beta 2. Use
BorderStyle.DASHED |
static short |
CellStyle.BORDER_DASHED
Deprecated.
3.15 beta 2. Use
BorderStyle.DASHED instead. |
static short |
BorderFormatting.BORDER_DOTTED
Deprecated.
3.15 beta 2. Use
BorderStyle.DOTTED |
static short |
CellStyle.BORDER_DOTTED
Deprecated.
3.15 beta 2. Use
BorderStyle.DOTTED instead. |
static short |
BorderFormatting.BORDER_DOUBLE
Deprecated.
3.15 beta 2. Use
BorderStyle.DOUBLE |
static short |
CellStyle.BORDER_DOUBLE
Deprecated.
3.15 beta 2. Use
BorderStyle.DOUBLE instead. |
static short |
BorderFormatting.BORDER_HAIR
Deprecated.
3.15 beta 2. Use
BorderStyle.HAIR |
static short |
CellStyle.BORDER_HAIR
Deprecated.
3.15 beta 2. Use
BorderStyle.HAIR instead. |
static short |
BorderFormatting.BORDER_MEDIUM
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM |
static short |
CellStyle.BORDER_MEDIUM
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASH_DOT |
static short |
CellStyle.BORDER_MEDIUM_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASH_DOT instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASH_DOT_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASH_DOT_DOT |
static short |
CellStyle.BORDER_MEDIUM_DASH_DOT_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASH_DOT_DOT instead. |
static short |
BorderFormatting.BORDER_MEDIUM_DASHED
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASHED |
static short |
CellStyle.BORDER_MEDIUM_DASHED
Deprecated.
3.15 beta 2. Use
BorderStyle.MEDIUM_DASHED instead. |
static short |
BorderFormatting.BORDER_NONE
Deprecated.
3.15 beta 2. Use
BorderStyle.NONE |
static short |
CellStyle.BORDER_NONE
Deprecated.
3.15 beta 2. Use
BorderStyle.NONE instead. |
static short |
BorderFormatting.BORDER_SLANTED_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.SLANTED_DASH_DOT |
static short |
CellStyle.BORDER_SLANTED_DASH_DOT
Deprecated.
3.15 beta 2. Use
BorderStyle.SLANTED_DASH_DOT instead. |
static short |
BorderFormatting.BORDER_THICK
Deprecated.
3.15 beta 2. Use
BorderStyle.THICK |
static short |
CellStyle.BORDER_THICK
Deprecated.
3.15 beta 2. Use
BorderStyle.THICK instead. |
static short |
BorderFormatting.BORDER_THIN
Deprecated.
3.15 beta 2. Use
BorderStyle.THIN |
static short |
CellStyle.BORDER_THIN
Deprecated.
3.15 beta 2. Use
BorderStyle.THIN instead. |
static short |
CellStyle.BRICKS
Deprecated.
3.15 beta 3. Use
FillPatternType.BRICKS instead. |
static int |
Cell.CELL_TYPE_BLANK
Deprecated.
POI 3.15 beta 3. Use
CellType.BLANK instead. |
static int |
Cell.CELL_TYPE_BOOLEAN
Deprecated.
POI 3.15 beta 3. Use
CellType.BOOLEAN instead. |
static int |
Cell.CELL_TYPE_ERROR
Deprecated.
POI 3.15 beta 3. Use
CellType.ERROR instead. |
static int |
Cell.CELL_TYPE_FORMULA
Deprecated.
POI 3.15 beta 3. Use
CellType.FORMULA instead. |
static int |
Cell.CELL_TYPE_NUMERIC
Deprecated.
POI 3.15 beta 3. Use
CellType.NUMERIC instead. |
static int |
Cell.CELL_TYPE_STRING
Deprecated.
POI 3.15 beta 3. Use
CellType.STRING instead. |
static Row.MissingCellPolicy |
Row.CREATE_NULL_AS_BLANK
Deprecated.
as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum
|
static short |
CellStyle.DIAMONDS
Deprecated.
3.15 beta 3. Use
FillPatternType.DIAMONDS instead. |
static ClientAnchor.AnchorType |
ClientAnchor.DONT_MOVE_AND_RESIZE
Deprecated.
since POI 3.14beta1 (circa 2015-11-24). Use
ClientAnchor.AnchorType.DONT_MOVE_AND_RESIZE instead. |
static short |
CellStyle.FINE_DOTS
Deprecated.
3.15 beta 3. Use
FillPatternType.FINE_DOTS instead. |
int |
Row.MissingCellPolicy.id
Deprecated.
as of POI 3.15-beta2, scheduled for removal in 3.17 - the id has no function and will be removed.
The
id is only kept only for backwards compatibility with applications that hard-coded the number |
static short |
CellStyle.LEAST_DOTS
Deprecated.
3.15 beta 3. Use
FillPatternType.LEAST_DOTS instead. |
static short |
CellStyle.LESS_DOTS
Deprecated.
3.15 beta 3. Use
FillPatternType.LESS_DOTS instead. |
static ClientAnchor.AnchorType |
ClientAnchor.MOVE_AND_RESIZE
Deprecated.
since POI 3.14beta1 (circa 2015-11-24). Use
ClientAnchor.AnchorType.MOVE_AND_RESIZE instead. |
static ClientAnchor.AnchorType |
ClientAnchor.MOVE_DONT_RESIZE
Deprecated.
since POI 3.14beta1 (circa 2015-11-24). Use
ClientAnchor.AnchorType.MOVE_DONT_RESIZE instead. |
static short |
CellStyle.NO_FILL
Deprecated.
3.15 beta 3. Use
FillPatternType.NO_FILL instead. |
static Row.MissingCellPolicy |
Row.RETURN_BLANK_AS_NULL
Deprecated.
as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum
|
static Row.MissingCellPolicy |
Row.RETURN_NULL_AND_BLANK
Deprecated.
as of POI 3.15-beta2, scheduled for removal in 3.17 - use the MissingCellPolicy enum
|
static int |
Workbook.SHEET_STATE_HIDDEN
Deprecated.
POI 3.16 beta 2. Use
SheetVisibility.HIDDEN instead. |
static int |
Workbook.SHEET_STATE_VERY_HIDDEN
Deprecated.
POI 3.16 beta 2. Use
SheetVisibility.VERY_HIDDEN instead. |
static int |
Workbook.SHEET_STATE_VISIBLE
Deprecated.
POI 3.16 beta 2. Use
SheetVisibility.VISIBLE instead. |
static short |
CellStyle.SOLID_FOREGROUND
Deprecated.
3.15 beta 3. Use
FillPatternType.SOLID_FOREGROUND instead. |
static short |
CellStyle.SPARSE_DOTS
Deprecated.
3.15 beta 3. Use
FillPatternType.SPARSE_DOTS instead. |
static short |
CellStyle.SQUARES
Deprecated.
3.15 beta 3. Use
FillPatternType.SQUARES instead. |
static short |
CellStyle.THICK_BACKWARD_DIAG
Deprecated.
3.15 beta 3. Use
FillPatternType.THICK_BACKWARD_DIAG instead. |
static short |
CellStyle.THICK_FORWARD_DIAG
Deprecated.
3.15 beta 3. Use
FillPatternType.THICK_FORWARD_DIAG instead. |
static short |
CellStyle.THICK_HORZ_BANDS
Deprecated.
3.15 beta 3. Use
FillPatternType.THICK_HORZ_BANDS instead. |
static short |
CellStyle.THICK_VERT_BANDS
Deprecated.
3.15 beta 3. Use
FillPatternType.THICK_VERT_BANDS instead. |
static short |
CellStyle.THIN_BACKWARD_DIAG
Deprecated.
3.15 beta 3. Use
FillPatternType.THIN_BACKWARD_DIAG instead. |
static short |
CellStyle.THIN_FORWARD_DIAG
Deprecated.
3.15 beta 3. Use
FillPatternType.THIN_FORWARD_DIAG instead. |
static short |
CellStyle.THIN_HORZ_BANDS
Deprecated.
3.15 beta 3. Use
FillPatternType.THIN_HORZ_BANDS instead. |
static short |
CellStyle.THIN_VERT_BANDS
Deprecated.
3.15 beta 3. Use
FillPatternType.THIN_VERT_BANDS instead. |
static short |
CellStyle.VERTICAL_BOTTOM
Deprecated.
POI 3.15 beta 3. Use
VerticalAlignment.BOTTOM instead. |
static short |
CellStyle.VERTICAL_CENTER
Deprecated.
POI 3.15 beta 3. Use
VerticalAlignment.CENTER instead. |
static short |
CellStyle.VERTICAL_JUSTIFY
Deprecated.
POI 3.15 beta 3. Use
VerticalAlignment.JUSTIFY instead. |
static short |
CellStyle.VERTICAL_TOP
Deprecated.
POI 3.15 beta 3. Use
VerticalAlignment.TOP instead. |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
CreationHelper.createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
CreationHelper.createHyperlink(HyperlinkType) instead. |
CellType |
CellValue.getCellTypeEnum()
Return the cell type.
|
CellType |
Cell.getCellTypeEnum()
Return the cell type.
|
void |
ClientAnchor.setAnchorType(int anchorType)
Deprecated.
POI 3.15. Use
ClientAnchor.setAnchorType(AnchorType) instead. |
void |
CellStyle.setBorderBottom(short border)
Deprecated.
3.15 beta 2. Use
CellStyle.setBorderBottom(BorderStyle) instead. |
void |
CellStyle.setBorderLeft(short border)
Deprecated.
3.15 beta 2. Use
CellStyle.setBorderLeft(BorderStyle) instead |
void |
CellStyle.setBorderRight(short border)
Deprecated.
3.15 beta 2. Use
CellStyle.setBorderRight(BorderStyle) instead |
void |
CellStyle.setBorderTop(short border)
Deprecated.
3.15 beta 2. Use
CellStyle.setBorderTop(BorderStyle) instead |
void |
Cell.setCellType(int cellType)
Deprecated.
POI 3.15 beta 3. Use
Cell.setCellType(CellType) instead. |
void |
Workbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated.
POI 3.16 beta 2. Use
Workbook.setSheetVisibility(int, SheetVisibility) instead. |
void |
Sheet.setZoom(int numerator,
int denominator)
Deprecated.
2015-11-23 (circa POI 3.14beta1). Use
Sheet.setZoom(int) instead. |
Modifier and Type | Method and Description |
---|---|
static void |
CellUtil.setAlignment(Cell cell,
Workbook workbook,
short align)
Deprecated.
3.15-beta2. Use
CellUtil.setAlignment(Cell, HorizontalAlignment) instead. |
static void |
RegionUtil.setBorderBottom(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated.
POI 3.16 beta 1. Use
RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderBottom(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setBorderBottom(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderLeft(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated.
3.16 beta 1. Use
RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderLeft(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setBorderLeft(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderRight(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated.
POI 3.16 beta 1. Use
RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderRight(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setBorderRight(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderTop(int border,
CellRangeAddress region,
Sheet sheet)
Deprecated.
3.16 beta 1. Use
RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBorderTop(int border,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setBorderTop(BorderStyle, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setBottomBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet) . |
static void |
CellUtil.setCellStyleProperty(Cell cell,
Workbook workbook,
java.lang.String propertyName,
java.lang.Object propertyValue)
Deprecated.
3.15-beta2. Use
CellUtil.setCellStyleProperty(Cell, String, Object) instead. |
static void |
CellUtil.setFont(Cell cell,
Workbook workbook,
Font font)
Deprecated.
3.15-beta2. Use
CellUtil.setFont(Cell, Font) instead. |
static void |
RegionUtil.setLeftBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setRightBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet) . |
static void |
RegionUtil.setTopBorderColor(int color,
CellRangeAddress region,
Sheet sheet,
Workbook workbook)
Deprecated.
3.15 beta 2. Use
RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet) . |
static void |
WorkbookUtil.validateSheetState(int state)
Deprecated.
POI 3.16 beta 2. Use
SheetVisibility instead. |
Modifier and Type | Class and Description |
---|---|
class |
DrawingParagraph |
class |
DrawingTable |
class |
DrawingTableCell |
class |
DrawingTableRow |
class |
DrawingTextBody |
class |
DrawingTextPlaceholder
A
DrawingTextBody which is a placeholder |
class |
XSLFCommonSlideData |
Modifier and Type | Method and Description |
---|---|
XSLFCommonSlideData |
XSLFSheet.getCommonSlideData() |
protected void |
XSLFSheet.setCommonSlideData(org.openxmlformats.schemas.presentationml.x2006.main.CTCommonSlideData data) |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
SXSSFCreationHelper.createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
SXSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
Font |
SXSSFWorkbook.findFont(short boldWeight,
short color,
short fontHeight,
java.lang.String name,
boolean italic,
boolean strikeout,
short typeOffset,
byte underline)
Deprecated.
POI 3.15 beta 2. Use
SXSSFWorkbook.findFont(boolean, short, short, String, boolean, boolean, short, byte) instead. |
XSSFComment |
SXSSFSheet.getCellComment(int row,
int column)
Deprecated.
as of 2015-11-23 (circa POI 3.14beta1). Use
SXSSFSheet.getCellComment(CellAddress) instead. |
Name |
SXSSFWorkbook.getNameAt(int nameIndex)
Deprecated.
3.16. New projects should avoid accessing named ranges by index.
|
int |
SXSSFWorkbook.getNameIndex(java.lang.String name)
Deprecated.
3.16. New projects should avoid accessing named ranges by index.
Use
SXSSFWorkbook.getName(String) instead. |
void |
SXSSFWorkbook.removeName(int index)
Deprecated.
3.16. New projects should use
SXSSFWorkbook.removeName(Name) . |
void |
SXSSFWorkbook.removeName(java.lang.String name)
Deprecated.
3.16. New projects should use
SXSSFWorkbook.removeName(Name) . |
void |
SXSSFWorkbook.setSheetHidden(int sheetIx,
int hidden)
Deprecated.
|
void |
SXSSFSheet.setZoom(int numerator,
int denominator)
Deprecated.
2015-11-23 (circa POI 3.14beta1). Use
SXSSFSheet.setZoom(int) instead. |
Constructor and Description |
---|
SXSSFCell(SXSSFRow row,
int cellType)
Deprecated.
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
Modifier and Type | Method and Description |
---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(int type)
Deprecated.
POI 3.15 beta 3. Use
XSSFCreationHelper.createHyperlink(HyperlinkType) instead. |
int |
XSSFCell.getCachedFormulaResultType()
Deprecated.
3.15. Will return a
CellType enum in the future. |
XSSFComment |
XSSFSheet.getCellComment(int row,
int column)
Deprecated.
as of 2015-11-23 (circa POI 3.14beta1). Use
XSSFSheet.getCellComment(CellAddress) instead. |
int |
XSSFCell.getCellType()
Deprecated.
3.15. Will return a
CellType enum in the future. |
java.lang.String |
XSSFDataFormat.getFormat(int index)
Deprecated.
POI 3.16 beta 1 - use
XSSFDataFormat.getFormat(short) instead |
void |
XSSFSheet.setActiveCell(java.lang.String cellRef)
Deprecated.
3.14beta2 (circa 2015-12-05). Use
XSSFSheet.setActiveCell(CellAddress) instead. |
void |
XSSFCellStyle.setAlignment(short align)
Deprecated.
POI 3.15 beta 3. Use
XSSFCellStyle.setAlignment(HorizontalAlignment) instead. |
void |
XSSFClientAnchor.setAnchorType(int anchorType)
Deprecated.
POI 3.15. Use
ClientAnchor.setAnchorType(AnchorType) instead |
void |
XSSFCellStyle.setBorderBottom(short border)
Deprecated.
3.15 beta 2. Use
XSSFCellStyle.setBorderBottom(BorderStyle) |
void |
XSSFCellStyle.setBorderLeft(short border)
Deprecated.
3.15 beta 2. Use
XSSFCellStyle.setBorderLeft(BorderStyle) |
void |
XSSFCellStyle.setBorderRight(short border)
Deprecated.
3.15 beta 2. Use
XSSFCellStyle.setBorderRight(BorderStyle) |
void |
XSSFCellStyle.setBorderTop(short border)
Deprecated.
3.15 beta 2. Use
XSSFCellStyle.setBorderTop(BorderStyle) |
void |
XSSFCell.setCellType(int cellType)
Deprecated.
POI 3.15 beta 3. Use
XSSFCell.setCellType(CellType) instead. |
void |
XSSFCellStyle.setFillPattern(short fp)
Deprecated.
POI 3.15. Use
XSSFCellStyle.setFillPattern(FillPatternType) instead. |
void |
XSSFWorkbook.setSheetHidden(int sheetIx,
int state)
Deprecated.
|
void |
XSSFSheet.setTabColor(int colorIndex)
Deprecated.
3.15-beta2. Removed in 3.17. Use
XSSFSheet.setTabColor(XSSFColor) . |
void |
XSSFCellStyle.setVerticalAlignment(short align)
Deprecated.
POI 3.15 beta 3. Use
XSSFCellStyle.setVerticalAlignment(VerticalAlignment) instead. |
void |
XSSFSheet.setZoom(int numerator,
int denominator)
Deprecated.
2015-11-23 (circa POI 3.14beta1). Use
XSSFSheet.setZoom(int) instead. |
Modifier and Type | Class and Description |
---|---|
class |
XSSFPaswordHelper
Deprecated.
POI 3.15 beta 3. Use
XSSFPasswordHelper instead. |
Modifier and Type | Class and Description |
---|---|
class |
XMLParagraph
Deprecated.
3.16 beta1. This class isn't used ...
|
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.