Package | Description |
---|---|
org.apache.poi.common.usermodel | |
org.apache.poi.hpsf | |
org.apache.poi.hpsf.wellknown |
Specific support for DocumentSummaryInformation, SummaryInformation types.
|
org.apache.poi.hslf.extractor | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record | |
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.ooxml | |
org.apache.poi.ooxml.extractor | |
org.apache.poi.openxml4j.util | |
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
org.apache.poi.ss.format |
This package contains classes that implement cell formatting
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.ss.usermodel.charts | |
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
org.apache.poi.xslf.extractor | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.binary |
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.model | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.charts | |
org.apache.poi.xssf.usermodel.helpers | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
Hyperlink.getTypeEnum()
Deprecated.
use
getType() instead |
Modifier and Type | Method and Description |
---|---|
Section |
PropertySet.getSingleSection()
Deprecated.
superfluous convenience method
|
Modifier and Type | Class and Description |
---|---|
class |
SectionIDMap
Deprecated.
in 4.0.0, there's no way to create custom PropertyIDMaps, therefore
this class is obsolete
|
Modifier and Type | Class and Description |
---|---|
class |
PowerPointExtractor
Deprecated.
in POI 4.0.0, use
SlideShowExtractor instead |
Modifier and Type | Class and Description |
---|---|
class |
PPGraphics2D
Deprecated.
since 4.0.0 - use SLGraphics
|
Modifier and Type | Method and Description |
---|---|
void |
RecordContainer.moveChildBefore(Record child,
Record before)
Deprecated.
method is not used within POI and will be removed
|
void |
RecordContainer.moveChildrenAfter(Record firstChild,
int number,
Record after)
Deprecated.
method is not used within POI and will be removed
|
void |
RecordContainer.moveChildrenBefore(Record firstChild,
int number,
Record before)
Deprecated.
method is not used within POI and will be removed
|
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
HSLFHyperlink.getTypeEnum()
Deprecated.
use
getType instead |
static boolean |
HSLFMasterSheet.isPlaceholder(HSLFShape shape)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
DrawingManager2.allocateShapeId(short drawingGroupId)
Deprecated.
in POI 3.17-beta2, use allocateShapeId(EscherDgRecord)
|
int |
DrawingManager2.allocateShapeId(short drawingGroupId,
EscherDgRecord dg)
Deprecated.
in POI 3.17-beta2, use allocateShapeId(EscherDgRecord)
|
Modifier and Type | Method and Description |
---|---|
CellType |
HSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.
use
getCachedFormulaResultType
Will be deleted when we make the CellType enum transition. See bug 59791. |
CellType |
HSSFCell.getCellTypeEnum()
Deprecated.
|
HyperlinkType |
HSSFHyperlink.getTypeEnum()
Deprecated.
use
getType() instead |
Modifier and Type | Class and Description |
---|---|
class |
HSSFRegionUtil
Deprecated.
POI 4.0.0
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PackagePart> |
POIXMLDocument.getAllEmbedds()
Deprecated.
use
getAllEmbeddedParts instead |
Modifier and Type | Method and Description |
---|---|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIOLE2TextExtractor ext)
Deprecated.
Use the method with correct "embedded"
|
static POITextExtractor[] |
ExtractorFactory.getEmbededDocsTextExtractors(POIXMLTextExtractor ext)
Deprecated.
Use the method with correct "embedded"
|
Modifier and Type | Class and Description |
---|---|
class |
Nullable<E>
Deprecated.
No longer used in POI code base, use
Optional instead |
Modifier and Type | Method and Description |
---|---|
static boolean |
DocumentFactoryHelper.hasOOXMLHeader(java.io.InputStream inp)
Deprecated.
in 3.17-beta2, use
FileMagic.valueOf(InputStream) == FileMagic.OOXML instead |
Modifier and Type | Method and Description |
---|---|
static CellType |
CellFormat.ultimateTypeEnum(Cell cell)
Deprecated.
use
ultimateType instead |
Modifier and Type | Method and Description |
---|---|
CellType |
BaseFormulaEvaluator.evaluateFormulaCellEnum(Cell cell)
Deprecated.
use
evaluateFormulaCell(cell) instead |
CellType |
EvaluationCell.getCachedFormulaResultTypeEnum()
Deprecated.
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
CellType |
EvaluationCell.getCellTypeEnum()
Deprecated.
POI 3.15 beta 3.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Chart
Deprecated.
|
class |
FontCharset
Deprecated.
enum will be replaced by common version org.apache.poi.common.usermodel.FontCharset
|
Modifier and Type | Method and Description |
---|---|
static Workbook |
WorkbookFactory.create(java.lang.Object pkg)
Deprecated.
use XSSFWorkbookFactory.create
|
CellType |
FormulaEvaluator.evaluateFormulaCellEnum(Cell cell)
Deprecated.
use
evaluateFormulaCell(cell) |
HorizontalAlignment |
CellStyle.getAlignmentEnum()
Deprecated.
use
getAlignment() instead |
BorderStyle |
CellStyle.getBorderBottomEnum()
Deprecated.
use
getBorderBottom() instead |
BorderStyle |
BorderFormatting.getBorderBottomEnum()
Deprecated.
use
getBorderBottom instead |
BorderStyle |
BorderFormatting.getBorderDiagonalEnum()
Deprecated.
use
getBorderDiagonal instead |
BorderStyle |
BorderFormatting.getBorderHorizontalEnum()
Deprecated.
use
getBorderHorizontal instead |
BorderStyle |
CellStyle.getBorderLeftEnum()
Deprecated.
use
getBorderLeft() instead |
BorderStyle |
BorderFormatting.getBorderLeftEnum()
Deprecated.
use
getBorderLeft instead |
BorderStyle |
CellStyle.getBorderRightEnum()
Deprecated.
use
getBorderRight() instead |
BorderStyle |
BorderFormatting.getBorderRightEnum()
Deprecated.
use
getBorderRight instead |
BorderStyle |
CellStyle.getBorderTopEnum()
Deprecated.
use
getBorderTop() instead |
BorderStyle |
BorderFormatting.getBorderTopEnum()
Deprecated.
use
getBorderTop instead |
BorderStyle |
BorderFormatting.getBorderVerticalEnum()
Deprecated.
use
getBorderVertical instead |
CellType |
Cell.getCachedFormulaResultTypeEnum()
Deprecated.
|
CellType |
Cell.getCellTypeEnum()
Deprecated.
|
CellType |
CellValue.getCellTypeEnum()
Deprecated.
use
getCellType instead |
FillPatternType |
CellStyle.getFillPatternEnum()
Deprecated.
use
getFillPattern() instead |
Font |
Workbook.getFontAt(short idx)
Deprecated.
use
getFontAt(int) |
short |
CellStyle.getFontIndex()
Deprecated.
use
getFontIndexAsInt() instead |
short |
Font.getIndex()
Deprecated.
use
getIndexAsInt() instead |
Name |
Workbook.getNameAt(int nameIndex)
Deprecated.
4.0.0. New projects should avoid accessing named ranges by index.
|
int |
Workbook.getNameIndex(java.lang.String name)
Deprecated.
3.18. New projects should avoid accessing named ranges by index.
Use
Workbook.getName(String) instead. |
short |
Workbook.getNumberOfFonts()
Deprecated.
use
getNumberOfFontsAsInt() instead |
VerticalAlignment |
CellStyle.getVerticalAlignmentEnum()
Deprecated.
use
getVerticalAlignment() instead |
void |
Workbook.removeName(int index)
Deprecated.
3.18. New projects should use
Workbook.removeName(Name) . |
void |
Workbook.removeName(java.lang.String name)
Deprecated.
3.18. New projects should use
Workbook.removeName(Name) . |
Modifier and Type | Class and Description |
---|---|
class |
AxisCrossBetween
Deprecated.
use XDDF AxisCrossBetween
|
class |
AxisCrosses
Deprecated.
use XDDF AxisCrosses instead
|
class |
AxisOrientation
Deprecated.
use XDDF AxisOrientation
|
class |
AxisPosition
Deprecated.
use XDDF AxisPosition instead
|
class |
AxisTickMark
Deprecated.
use XDDF AxisTickMark instead
|
interface |
ChartAxis
Deprecated.
use XDDFChartAxis instead
|
interface |
ChartAxisFactory
Deprecated.
|
interface |
ChartData
Deprecated.
use XDDFChartData instead
|
interface |
ChartDataFactory
Deprecated.
|
interface |
ChartDataSource<T>
Deprecated.
use XDDFDataSource instead
|
interface |
ChartLegend
Deprecated.
use XDDFChartLegend instead
|
interface |
ChartSeries
Deprecated.
|
class |
DataSources
Deprecated.
use XDDFDataSourcesFactory instead
|
class |
LayoutMode
Deprecated.
|
class |
LayoutTarget
Deprecated.
use XDDF LayoutTarget instead
|
class |
LegendPosition
Deprecated.
use XDDF LayoutPosition instead
|
interface |
LineChartData
Deprecated.
use XDDFLineChartData instead
|
interface |
LineChartSeries
Deprecated.
use XDDFLineChartData.Series instead
|
interface |
ManualLayout
Deprecated.
use XDDFManualLayout instead
|
interface |
ManuallyPositionable
Deprecated.
|
interface |
ScatterChartData
Deprecated.
use XDDFScatterChartData instead
|
interface |
ScatterChartSeries
Deprecated.
use XDFFScatterChartData.Series instead
|
class |
TitleType
Deprecated.
|
interface |
ValueAxis
Deprecated.
use XDDFValueAxis instead
|
Modifier and Type | Method and Description |
---|---|
static void |
IOUtils.write(POIDocument doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.write(Workbook doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc,
java.io.File out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(POIDocument doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
static void |
IOUtils.writeAndClose(Workbook doc,
java.io.OutputStream out)
Deprecated.
since 4.0, use try-with-resources, will be removed in 4.2
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFPowerPointExtractor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
XSLFHyperlink.getTypeEnum()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XSSFBSharedStringsTable.getEntryAt(int idx)
Deprecated.
use
getItemAt instead |
java.util.List<java.lang.String> |
XSSFBSharedStringsTable.getItems()
Deprecated.
use
getItemAt instead |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ReadOnlySharedStringsTable.getEntryAt(int idx)
Deprecated.
use
getItemAt instead |
java.util.List<java.lang.String> |
ReadOnlySharedStringsTable.getItems()
Deprecated.
use
getItemAt instead |
Modifier and Type | Method and Description |
---|---|
int |
SharedStringsTable.addEntry(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst st)
Deprecated.
use
addSharedStringItem(RichTextString string) instead |
java.util.Map<CellAddress,XSSFComment> |
CommentsTable.getCellComments()
Deprecated.
use
getCellAddresses instead |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst |
SharedStringsTable.getEntryAt(int idx)
Deprecated.
use
getItemAt(int idx) instead |
java.util.List<org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst> |
SharedStringsTable.getItems()
Deprecated.
use
getSharedStringItems instead |
Modifier and Type | Method and Description |
---|---|
CellType |
SXSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.
use
getCachedFormulaResultType instead |
CellType |
SXSSFCell.getCellTypeEnum()
Deprecated.
use
getCellType 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) . |
Modifier and Type | Field and Description |
---|---|
static float |
XSSFWorkbook.DEFAULT_CHARACTER_WIDTH
Deprecated.
POI 3.17 beta 1
|
Modifier and Type | Method and Description |
---|---|
XSSFCategoryAxis |
XSSFChart.createCategoryAxis(AxisPosition pos)
Deprecated.
|
XSSFDateAxis |
XSSFChart.createDateAxis(AxisPosition pos)
Deprecated.
|
XSSFTable |
XSSFSheet.createTable()
Deprecated.
Use
#createTable(AreaReference)) instead |
XSSFValueAxis |
XSSFChart.createValueAxis(AxisPosition pos)
Deprecated.
|
java.util.List<? extends XSSFChartAxis> |
XSSFChart.getAxis()
Deprecated.
use
XDDFChart.getAxes() instead |
CellType |
XSSFCell.getCachedFormulaResultTypeEnum()
Deprecated.
use
getCachedFormulaResultType instead
Will be deleted when we make the CellType enum transition. See bug 59791. |
CellType |
XSSFCell.getCellTypeEnum()
Deprecated.
use
getCellType instead |
XSSFChart |
XSSFChart.getChartAxisFactory()
Deprecated.
|
XSSFChartDataFactory |
XSSFChart.getChartDataFactory()
Deprecated.
|
XSSFManualLayout |
XSSFChart.getManualLayout()
Deprecated.
|
long |
XSSFTable.getNumberOfMappedColumns()
Deprecated.
Use
XSSFTable.getColumnCount() instead. |
XSSFChartLegend |
XSSFChart.getOrCreateLegend()
Deprecated.
|
HyperlinkType |
XSSFHyperlink.getTypeEnum()
Deprecated.
use
getType instead |
java.util.List<XSSFXmlColumnPr> |
XSSFTable.getXmlColumnPrs()
Deprecated.
Use
XSSFTableColumn.getXmlColumnPr() instead. |
void |
XSSFChart.plot(ChartData data,
ChartAxis... chartAxis)
Deprecated.
|
Constructor and Description |
---|
XSSFColor()
Deprecated.
as of 4.0.0, we want to have the indexed map, and all calling contexts have access to it.
|
XSSFColor(java.awt.Color clr)
Deprecated.
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color)
Deprecated.
3.17 beta 1 - pass the workbook styles indexed color map, if any
|
XSSFColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor color,
IndexedColorMap map)
Deprecated.
4.0.0 - use the factory
XSSFColor.from(CTColor, IndexedColorMap) method instead to check for null CTColor instances. Make private eventually |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXSSFChartSeries
Deprecated.
use
XDDFChartData.Series instead |
class |
XSSFCategoryAxis
Deprecated.
use
XDDFCategoryAxis instead |
class |
XSSFChartAxis
Deprecated.
use
XDDFChartAxis instead |
class |
XSSFChartDataFactory
Deprecated.
|
class |
XSSFChartLegend
Deprecated.
use
XDDFChartLegend instead |
class |
XSSFDateAxis
Deprecated.
use
XDDFDateAxis instead |
class |
XSSFLineChartData
Deprecated.
use
XDDFLineChartData instead |
class |
XSSFManualLayout
Deprecated.
use
instead |
class |
XSSFScatterChartData
Deprecated.
use
XDDFScatterChartData instead |
class |
XSSFValueAxis
Deprecated.
use
XDDFValueAxis instead |
Modifier and Type | Method and Description |
---|---|
long |
XSSFXmlColumnPr.getId()
Deprecated.
Use
XSSFTableColumn.getId() instead. |
Constructor and Description |
---|
XSSFXmlColumnPr(XSSFTable table,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum,
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
XWPFTable.addNewRowBetween(int start,
int end)
Deprecated.
4.0.0 due to lack of implementation.
|
VerticalAlign |
XWPFRun.getSubscript()
Deprecated.
use
XWPFRun.getVerticalAlignment |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.