Uses of Class
org.apache.poi.util.Beta
-
Packages that use Beta Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.hssf.usermodel.helpers org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.org.apache.poi.sl.draw org.apache.poi.sl.usermodel org.apache.poi.ss.extractor org.apache.poi.ss.usermodel org.apache.poi.ss.usermodel.helpers org.apache.poi.ss.util org.apache.poi.util Top-level util package are classes that are useful throughout the project. -
-
Uses of Beta in org.apache.poi.common.usermodel.fonts
Classes in org.apache.poi.common.usermodel.fonts with annotations of type Beta Modifier and Type Interface Description interface
FontFacet
A FontFacet holds the font data for a shape of a font, i.e.Methods in org.apache.poi.common.usermodel.fonts with annotations of type Beta Modifier and Type Method Description default List<? extends FontFacet>
FontInfo. getFacets()
If font facets are embedded in the document, return the list of embedded facets. -
Uses of Beta in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel with annotations of type Beta Modifier and Type Class Description class
HSSFRangeCopier
Methods in org.apache.poi.hssf.usermodel with annotations of type Beta Modifier and Type Method Description void
HSSFRow. copyRowFrom(Row srcRow, CellCopyPolicy policy)
Copy the cells from srcRow to this row If this row is not a blank row, this will merge the two rows, overwriting the cells in this row with the cells in srcRow If srcRow is null, overwrite cells in destination row with blank values, styles, etc per cell copy policy srcRow may be from a different sheet in the same workbookvoid
HSSFRow. copyRowFrom(Row srcRow, CellCopyPolicy policy, CellCopyContext context)
Copy the cells from srcRow to this row.void
HSSFSheet. shiftColumns(int startColumn, int endColumn, int n)
Shifts columns in range [startColumn, endColumn] for n places to the right. -
Uses of Beta in org.apache.poi.hssf.usermodel.helpers
Classes in org.apache.poi.hssf.usermodel.helpers with annotations of type Beta Modifier and Type Class Description class
HSSFColumnShifter
Helper for shifting columns up or down -
Uses of Beta in org.apache.poi.poifs.filesystem
Classes in org.apache.poi.poifs.filesystem with annotations of type Beta Modifier and Type Class Description class
TempFilePOIFSFileSystem
An experimental POIFSFileSystem to support the encryption of large files -
Uses of Beta in org.apache.poi.sl.draw
Classes in org.apache.poi.sl.draw with annotations of type Beta Modifier and Type Interface Description interface
EmbeddedExtractor
-
Uses of Beta in org.apache.poi.sl.usermodel
Classes in org.apache.poi.sl.usermodel with annotations of type Beta Modifier and Type Interface Description interface
ObjectMetaData
-
Uses of Beta in org.apache.poi.ss.extractor
Classes in org.apache.poi.ss.extractor with annotations of type Beta Modifier and Type Class Description class
EmbeddedExtractor
This extractor class tries to identify various embedded documents within Excel files and provide them via a common interface, i.e. -
Uses of Beta in org.apache.poi.ss.usermodel
Classes in org.apache.poi.ss.usermodel with annotations of type Beta Modifier and Type Class Description class
CellCopyContext
Used when the cells are being copied from one workbook to another.class
CellCopyPolicy
class
DataConsolidateFunction
Enum mapping the values of STDataConsolidateFunctionclass
RangeCopier
-
Uses of Beta in org.apache.poi.ss.usermodel.helpers
Classes in org.apache.poi.ss.usermodel.helpers with annotations of type Beta Modifier and Type Class Description class
ColumnShifter
Helper for shifting columns up or down -
Uses of Beta in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util with annotations of type Beta Modifier and Type Method Description static void
CellUtil. copyCell(Cell srcCell, Cell destCell, CellCopyPolicy policy, CellCopyContext context)
Copy cell value, formula and style, from srcCell per cell copy policy If srcCell is null, clears the cell value and cell style per cell copy policy. -
Uses of Beta in org.apache.poi.util
Classes in org.apache.poi.util with annotations of type Beta Modifier and Type Class Description class
GenericRecordJsonWriter
-