A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

C

CalcCountRecord - Class in org.apache.poi.hssf.record
Title: Calc Count Record Description: Specifies the maximum times the gui should perform a formula recalculation.
CalcCountRecord() - Constructor for class org.apache.poi.hssf.record.CalcCountRecord
 
CalcCountRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CalcCountRecord
 
calcExtSSTRecordSize() - Method in class org.apache.poi.hssf.record.SSTRecord
Calculates the size in bytes of the EXTSST record as it would be if the record was serialized.
CalcModeRecord - Class in org.apache.poi.hssf.record
Title: Calc Mode Record
CalcModeRecord() - Constructor for class org.apache.poi.hssf.record.CalcModeRecord
 
CalcModeRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CalcModeRecord
 
calcSize(int) - Static method in class org.apache.poi.poifs.storage.SmallDocumentBlock
Calculate the storage size of a set of SmallDocumentBlocks
calculateSizeOfRecords(int, int) - Static method in class org.apache.poi.hssf.record.DBCellRecord
 
calculateStorageRequirements(POIFSBigBlockSize, int) - Static method in class org.apache.poi.poifs.storage.BATBlock
Calculate how many BATBlocks are needed to hold a specified number of BAT entries.
calculateXBATStorageRequirements(POIFSBigBlockSize, int) - Static method in class org.apache.poi.poifs.storage.BATBlock
Calculate how many XBATBlocks are needed to hold a specified number of BAT entries.
CalendarFieldFunction - Class in org.apache.poi.hssf.record.formula.functions
Implementation of Excel functions DAY, MONTH and YEAR
CALLOUT_1 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CALLOUT_2 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CALLOUT_3 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CALLOUT__CALLOUTACCENTBAR - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTANGLE - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTDROPSPECIFIED - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTDROPTYPE - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTLENGTHSPECIFIED - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTMINUSX - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTMINUSY - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTTEXTBORDER - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__CALLOUTTYPE - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__DROPAUTO - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__ISCALLOUT - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__LENGTHSPECIFIED - Static variable in class org.apache.poi.ddf.EscherProperties
 
CALLOUT__XYCALLOUTGAP - Static variable in class org.apache.poi.ddf.EscherProperties
 
CAN - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
cat(byte[][]) - Static method in class org.apache.poi.hpsf.Util
Concatenates the contents of several byte arrays into a single one.
CATEGORY_DATA_TYPE_ALL_TEXT_CHARACTERISTIC - Static variable in class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
CATEGORY_DATA_TYPE_DATES - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
 
CATEGORY_DATA_TYPE_NUMERIC - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
 
CATEGORY_DATA_TYPE_SEQUENCE - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
 
CATEGORY_DATA_TYPE_SHOW_LABELS_CHARACTERISTIC - Static variable in class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
CATEGORY_DATA_TYPE_TEXT - Static variable in class org.apache.poi.hssf.record.chart.SeriesRecord
 
CATEGORY_DATA_TYPE_VALUE_AND_PERCENTAGE_CHARACTERISTIC - Static variable in class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
CategorySeriesAxisRecord - Class in org.apache.poi.hssf.record.chart
This record refers to a category or series axis and is used to specify label/tickmark frequency.

CategorySeriesAxisRecord() - Constructor for class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
 
CategorySeriesAxisRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
 
CatLabRecord - Class in org.apache.poi.hssf.record.chart
CATLAB - Category Labels (0x0856)
CatLabRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.CatLabRecord
 
CEILING - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
CELL - Static variable in class org.apache.poi.ss.formula.FormulaType
 
Cell - Interface in org.apache.poi.ss.usermodel
High level representation of a cell in a row of a spreadsheet.
CELL - Static variable in class org.apache.poi.ss.util.CellReference.NameType
 
CELL_TYPE_BLANK - Static variable in interface org.apache.poi.ss.usermodel.Cell
Blank Cell type (3)
CELL_TYPE_BOOLEAN - Static variable in interface org.apache.poi.ss.usermodel.Cell
Boolean Cell type (4)
CELL_TYPE_ERROR - Static variable in interface org.apache.poi.ss.usermodel.Cell
Error Cell type (5)
CELL_TYPE_FORMULA - Static variable in interface org.apache.poi.ss.usermodel.Cell
Formula Cell type (2)
CELL_TYPE_NUMERIC - Static variable in interface org.apache.poi.ss.usermodel.Cell
Numeric Cell type (0)
CELL_TYPE_STRING - Static variable in interface org.apache.poi.ss.usermodel.Cell
String Cell type (1)
CellDateFormatter - Class in org.apache.poi.ss.format
Formats a date value.
CellDateFormatter(String) - Constructor for class org.apache.poi.ss.format.CellDateFormatter
Creates a new date formatter with the given specification.
CellElapsedFormatter - Class in org.apache.poi.ss.format
This class implements printing out an elapsed time format.
CellElapsedFormatter(String) - Constructor for class org.apache.poi.ss.format.CellElapsedFormatter
Creates a elapsed time formatter.
CellFormat - Class in org.apache.poi.ss.format
Format a value according to the standard Excel behavior.
CellFormatCondition - Class in org.apache.poi.ss.format
This object represents a condition in a cell format.
CellFormatCondition() - Constructor for class org.apache.poi.ss.format.CellFormatCondition
 
CellFormatPart - Class in org.apache.poi.ss.format
Objects of this class represent a single part of a cell format expression.
CellFormatPart(String) - Constructor for class org.apache.poi.ss.format.CellFormatPart
Create an object to represent a format part.
CellFormatResult - Class in org.apache.poi.ss.format
This object contains the result of applying a cell format or cell format part to a value.
CellFormatResult(boolean, String, Color) - Constructor for class org.apache.poi.ss.format.CellFormatResult
Creates a new format result object.
CellFormatter - Class in org.apache.poi.ss.format
This is the abstract supertype for the various cell formatters.
CellFormatter(String) - Constructor for class org.apache.poi.ss.format.CellFormatter
Creates a new formatter object, storing the format in CellFormatter.format.
CellFormatType - Class in org.apache.poi.ss.format
The different kinds of formats that the formatter understands.
CellFormatType() - Constructor for class org.apache.poi.ss.format.CellFormatType
 
CellGeneralFormatter - Class in org.apache.poi.ss.format
A formatter for the default "General" cell format.
CellGeneralFormatter() - Constructor for class org.apache.poi.ss.format.CellGeneralFormatter
Creates a new general formatter.
cellIterator() - Method in class org.apache.poi.hssf.usermodel.HSSFRow
 
cellIterator() - Method in interface org.apache.poi.ss.usermodel.Row
 
CellNumberFormatter - Class in org.apache.poi.ss.format
This class implements printing out a value using a number format.
CellNumberFormatter(String) - Constructor for class org.apache.poi.ss.format.CellNumberFormatter
Creates a new cell number formatter.
CellRange - Interface in org.apache.poi.ss.usermodel
Represents a rectangular region of a Sheet
CellRangeAddress - Class in org.apache.poi.hssf.util
Deprecated. use CellRangeAddress
CellRangeAddress(int, int, int, int) - Constructor for class org.apache.poi.hssf.util.CellRangeAddress
Deprecated.  
CellRangeAddress(RecordInputStream) - Constructor for class org.apache.poi.hssf.util.CellRangeAddress
Deprecated.  
CellRangeAddress - Class in org.apache.poi.ss.util
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

CellRangeAddress(int, int, int, int) - Constructor for class org.apache.poi.ss.util.CellRangeAddress
 
CellRangeAddress(RecordInputStream) - Constructor for class org.apache.poi.ss.util.CellRangeAddress
 
CellRangeAddress8Bit - Class in org.apache.poi.hssf.util
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Like CellRangeAddress except column fields are 8-bit.

CellRangeAddress8Bit(int, int, int, int) - Constructor for class org.apache.poi.hssf.util.CellRangeAddress8Bit
 
CellRangeAddress8Bit(LittleEndianInput) - Constructor for class org.apache.poi.hssf.util.CellRangeAddress8Bit
 
CellRangeAddressBase - Class in org.apache.poi.ss.util
See OOO documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address'

Common subclass of 8-bit and 16-bit versions

CellRangeAddressList - Class in org.apache.poi.hssf.util
Deprecated. use CellRangeAddressList
CellRangeAddressList(int, int, int, int) - Constructor for class org.apache.poi.hssf.util.CellRangeAddressList
Deprecated.  
CellRangeAddressList() - Constructor for class org.apache.poi.hssf.util.CellRangeAddressList
Deprecated.  
CellRangeAddressList(RecordInputStream) - Constructor for class org.apache.poi.hssf.util.CellRangeAddressList
Deprecated.  
CellRangeAddressList - Class in org.apache.poi.ss.util
Implementation of the cell range address lists,like is described in OpenOffice.org's Excel Documentation: excelfileformat.pdf sec 2.5.14 - 'Cell Range Address List' In BIFF8 there is a common way to store absolute cell range address lists in several records (not formulas).
CellRangeAddressList() - Constructor for class org.apache.poi.ss.util.CellRangeAddressList
 
CellRangeAddressList(int, int, int, int) - Constructor for class org.apache.poi.ss.util.CellRangeAddressList
Convenience constructor for creating a CellRangeAddressList with a single CellRangeAddress.
CellRangeAddressList(RecordInputStream) - Constructor for class org.apache.poi.ss.util.CellRangeAddressList
 
CellRangeUtil - Class in org.apache.poi.hssf.record.cf
 
CellRecord - Class in org.apache.poi.hssf.record
Base class for all cell value records (implementors of CellValueRecordInterface).
CellReference - Class in org.apache.poi.hssf.util
Common conversion functions between Excel style A1, C27 style cell references, and POI usermodel style row=0, column=0 style references.
CellReference(String) - Constructor for class org.apache.poi.hssf.util.CellReference
Create an cell ref from a string representation.
CellReference(int, int) - Constructor for class org.apache.poi.hssf.util.CellReference
 
CellReference(int, int, boolean, boolean) - Constructor for class org.apache.poi.hssf.util.CellReference
 
CellReference(String, int, int, boolean, boolean) - Constructor for class org.apache.poi.hssf.util.CellReference
 
CellReference - Class in org.apache.poi.ss.util
 
CellReference(String) - Constructor for class org.apache.poi.ss.util.CellReference
Create an cell ref from a string representation.
CellReference(int, int) - Constructor for class org.apache.poi.ss.util.CellReference
 
CellReference(int, short) - Constructor for class org.apache.poi.ss.util.CellReference
 
CellReference(Cell) - Constructor for class org.apache.poi.ss.util.CellReference
 
CellReference(int, int, boolean, boolean) - Constructor for class org.apache.poi.ss.util.CellReference
 
CellReference(String, int, int, boolean, boolean) - Constructor for class org.apache.poi.ss.util.CellReference
 
CellReference.NameType - Class in org.apache.poi.ss.util
Used to classify identifiers found in formulas as cell references or not.
CellReference.NameType() - Constructor for class org.apache.poi.ss.util.CellReference.NameType
 
cellReferenceIsWithinRange(String, String, SpreadsheetVersion) - Static method in class org.apache.poi.ss.util.CellReference
Used to decide whether a name of the form "[A-Z]*[0-9]*" that appears in a formula can be interpreted as a cell reference.
CellStyle - Interface in org.apache.poi.ss.usermodel
 
CellTextFormatter - Class in org.apache.poi.ss.format
This class implements printing out text.
CellTextFormatter(String) - Constructor for class org.apache.poi.ss.format.CellTextFormatter
 
CellUtil - Class in org.apache.poi.ss.util
Various utility functions that make working with a cells and rows easier.
CellValue - Class in org.apache.poi.ss.usermodel
Mimics the 'data view' of a cell.
CellValue(double) - Constructor for class org.apache.poi.ss.usermodel.CellValue
 
CellValue(String) - Constructor for class org.apache.poi.ss.usermodel.CellValue
 
CellValueRecordInterface - Interface in org.apache.poi.hssf.record
The cell value record interface is implemented by all classes of type Record that contain cell values.
CENTER - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
CENTER - Static variable in class org.apache.poi.ss.usermodel.HorizontalAlignment
The horizontal alignment is centered, meaning the text is centered across the cell.
CENTER - Static variable in class org.apache.poi.ss.usermodel.VerticalAlignment
The vertical alignment is centered across the height of the cell.
CENTER_SELECTION - Static variable in class org.apache.poi.hssf.record.ExtendedFormatRecord
 
CENTER_SELECTION - Static variable in class org.apache.poi.ss.usermodel.HorizontalAlignment
The horizontal alignment is centered across multiple cells.
CF_BITMAP - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format - Bitmap
CF_DIB - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format - Device Independent Bitmap
CF_ENHMETAFILE - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format - Enhanced Windows metafile format
CF_METAFILEPICT - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format - Windows metafile format.
CFHeaderRecord - Class in org.apache.poi.hssf.record
Conditional Formatting Header record CFHEADER (0x01B0)
CFHeaderRecord() - Constructor for class org.apache.poi.hssf.record.CFHeaderRecord
Creates new CFHeaderRecord
CFHeaderRecord(CellRangeAddress[], int) - Constructor for class org.apache.poi.hssf.record.CFHeaderRecord
 
CFHeaderRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CFHeaderRecord
 
CFRecordsAggregate - Class in org.apache.poi.hssf.record.aggregates
CFRecordsAggregate - aggregates Conditional Formatting records CFHeaderRecord and number of up to three CFRuleRecord records together to simplify access to them.
CFRecordsAggregate(CellRangeAddress[], CFRuleRecord[]) - Constructor for class org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
 
CFRuleRecord - Class in org.apache.poi.hssf.record
Conditional Formatting Rule Record (0x01B1).
CFRuleRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CFRuleRecord
 
CFRuleRecord.ComparisonOperator - Class in org.apache.poi.hssf.record
 
CFRuleRecord.ComparisonOperator() - Constructor for class org.apache.poi.hssf.record.CFRuleRecord.ComparisonOperator
 
CFTAG_FMTID - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format Tag - Format ID
CFTAG_MACINTOSH - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format Tag - Macintosh clipboard format
CFTAG_NODATA - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format Tag - No Data
CFTAG_WINDOWS - Static variable in class org.apache.poi.hpsf.Thumbnail
Clipboard Format Tag - Windows clipboard format
changeName(Property, String) - Method in class org.apache.poi.poifs.property.DirectoryProperty
Change a Property's name
CHART_PLUS - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CHART_STAR - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CHART_X - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
ChartEndBlockRecord - Class in org.apache.poi.hssf.record.chart
ENDBLOCK - Chart Future Record Type End Block (0x0853)
ChartEndBlockRecord() - Constructor for class org.apache.poi.hssf.record.chart.ChartEndBlockRecord
 
ChartEndBlockRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartEndBlockRecord
 
ChartEndObjectRecord - Class in org.apache.poi.hssf.record.chart
ENDOBJECT - Chart Future Record Type End Object (0x0855)
ChartEndObjectRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartEndObjectRecord
 
ChartFormatRecord - Class in org.apache.poi.hssf.record.chart
Class ChartFormatRecord (0x1014)

(As with all chart related records, documentation is lacking.

ChartFormatRecord() - Constructor for class org.apache.poi.hssf.record.chart.ChartFormatRecord
 
ChartFormatRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartFormatRecord
 
ChartFRTInfoRecord - Class in org.apache.poi.hssf.record.chart
CHARTFRTINFO - Chart Future Record Type Info (0x0850)
ChartFRTInfoRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartFRTInfoRecord
 
ChartRecord - Class in org.apache.poi.hssf.record.chart
CHART (0x1002)

The chart record is used to define the location and size of a chart.

Chart related records don't seem to be covered in either the OOO or the MS documentation.

ChartRecord() - Constructor for class org.apache.poi.hssf.record.chart.ChartRecord
 
ChartRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartRecord
 
ChartStartBlockRecord - Class in org.apache.poi.hssf.record.chart
STARTBLOCK - Chart Future Record Type Start Block (0x0852)
ChartStartBlockRecord() - Constructor for class org.apache.poi.hssf.record.chart.ChartStartBlockRecord
 
ChartStartBlockRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartStartBlockRecord
 
ChartStartObjectRecord - Class in org.apache.poi.hssf.record.chart
STARTOBJECT - Chart Future Record Type Start Object (0x0854)
ChartStartObjectRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartStartObjectRecord
 
ChartSubstreamRecordAggregate - Class in org.apache.poi.hssf.record.aggregates
Manages the all the records associated with a chart sub-stream.
Includes the initial BOFRecord and final EOFRecord.
ChartSubstreamRecordAggregate(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.ChartSubstreamRecordAggregate
 
ChartTitleFormatRecord - Class in org.apache.poi.hssf.record.chart
CHARTTITLEFORMAT (0x1050)

Describes the formatting runs associated with a chart title.

ChartTitleFormatRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.chart.ChartTitleFormatRecord
 
check(int) - Method in class org.apache.poi.util.CommonsLogger
Check if a logger is enabled to log at the specified level
check(int) - Method in class org.apache.poi.util.NullLogger
Check if a logger is enabled to log at the specified level
check(int) - Method in class org.apache.poi.util.POILogger
Check if a logger is enabled to log at the specified level
check(int) - Method in class org.apache.poi.util.SystemOutLogger
Check if a logger is enabled to log at the specified level
checkExternSheet(int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
returns the extern sheet number for specific sheet number , if this sheet doesn't exist in extern sheet , add it
CHEVRON - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
Child - Interface in org.apache.poi.poifs.property
This interface defines methods for finding and setting sibling Property instances
CHINESEBIG5 - Static variable in class org.apache.poi.ss.usermodel.FontCharset
 
Choose - Class in org.apache.poi.hssf.record.formula.functions
 
Choose() - Constructor for class org.apache.poi.hssf.record.formula.functions.Choose
 
chooseSingleElementFromArea(AreaEval, int, int) - Static method in class org.apache.poi.hssf.record.formula.eval.OperandResolver
Implements (some perhaps not well known) Excel functionality to select a single cell from an area depending on the coordinates of the calling cell.
CHORD - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CIRCULAR_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CIRCULAR_REF_ERROR - Static variable in class org.apache.poi.hssf.record.formula.eval.ErrorEval
 
CLASS_ARRAY - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
CLASS_REF - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
CLASS_VALUE - Static variable in class org.apache.poi.hssf.record.formula.Ptg
 
ClassID - Class in org.apache.poi.hpsf
Represents a class ID (16 bytes).
ClassID(byte[], int) - Constructor for class org.apache.poi.hpsf.ClassID
Creates a ClassID and reads its value from a byte array.
ClassID() - Constructor for class org.apache.poi.hpsf.ClassID
Creates a ClassID and initializes its value with 0x00 bytes.
classifyCellReference(String, SpreadsheetVersion) - Static method in class org.apache.poi.ss.util.CellReference
Classifies an identifier as either a simple (2D) cell reference or a named range name
clear() - Method in class org.apache.poi.hpsf.MutableSection
Removes all properties from the section including 0 (dictionary) and 1 (codepage).
clear() - Method in class org.apache.poi.hssf.record.EscherAggregate
 
clear() - Method in class org.apache.poi.hssf.util.LazilyConcatenatedByteArray
Clears the array (sets the concatenated length back to zero.
clear() - Method in class org.apache.poi.util.BinaryTree
Removes all mappings from this map
clear(int) - Method in class org.apache.poi.util.BitField
Clear the bits.
clear() - Method in class org.apache.poi.util.IntList
Removes all of the elements from this list.
clear() - Method in class org.apache.poi.util.ShortList
Removes all of the elements from this list.
clearAllCachedResultValues() - Method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
Should be called whenever there are major changes (e.g.
clearAllCachedResultValues() - Method in class org.apache.poi.ss.formula.WorkbookEvaluator
Should be called whenever there are changes to input cells in the evaluated workbook.
clearAllCachedResultValues() - Method in interface org.apache.poi.ss.usermodel.FormulaEvaluator
Should be called whenever there are changes to input cells in the evaluated workbook.
clearByte(byte) - Method in class org.apache.poi.util.BitField
Clear the bits.
clearDrawingGroups() - Method in class org.apache.poi.hssf.model.DrawingManager2
Clears the cached list of drawing groups
clearEscherRecords() - Method in class org.apache.poi.hssf.record.AbstractEscherHolderRecord
 
clearFormatting() - Method in class org.apache.poi.hssf.record.common.UnicodeString
 
clearFormatting() - Method in class org.apache.poi.hssf.usermodel.HSSFRichTextString
Removes any formatting that may have been applied to the string.
clearFormatting() - Method in interface org.apache.poi.ss.usermodel.RichTextString
Removes any formatting that may have been applied to the string.
clearRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
clearRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
clearRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
clearSections() - Method in class org.apache.poi.hpsf.MutablePropertySet
Removes all sections from this property set.
clearSections() - Method in class org.apache.poi.hpsf.SpecialPropertySet
 
clearShort(short) - Method in class org.apache.poi.util.BitField
Clear the bits.
clearSubRecords() - Method in class org.apache.poi.hssf.record.ObjRecord
 
ClientAnchor - Interface in org.apache.poi.ss.usermodel
A client anchor is attached to an excel worksheet.
clip(Shape) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
clip(Shape) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
clipRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
clipRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
clipRect(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
clone() - Method in class org.apache.poi.ddf.EscherRecord
Escher records may need to be clonable in the future.
clone() - Method in class org.apache.poi.ddf.EscherTextboxRecord
 
clone() - Method in class org.apache.poi.ddf.UnknownEscherRecord
 
clone() - Method in class org.apache.poi.hssf.record.AbstractEscherHolderRecord
 
clone() - Method in class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
Performs a deep clone of the record
clone() - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
 
clone() - Method in class org.apache.poi.hssf.record.AutoFilterInfoRecord
 
clone() - Method in class org.apache.poi.hssf.record.BlankRecord
 
clone() - Method in class org.apache.poi.hssf.record.BOFRecord
 
clone() - Method in class org.apache.poi.hssf.record.BoolErrRecord
 
clone() - Method in class org.apache.poi.hssf.record.BottomMarginRecord
 
clone() - Method in class org.apache.poi.hssf.record.CalcCountRecord
 
clone() - Method in class org.apache.poi.hssf.record.CalcModeRecord
 
clone() - Method in class org.apache.poi.hssf.record.cf.BorderFormatting
 
clone() - Method in class org.apache.poi.hssf.record.cf.FontFormatting
 
clone() - Method in class org.apache.poi.hssf.record.cf.PatternFormatting
 
clone() - Method in class org.apache.poi.hssf.record.CFHeaderRecord
 
clone() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AreaFormatRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AreaRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AxisLineFormatRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AxisOptionsRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AxisParentRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AxisRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.AxisUsedRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.BarRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.BeginRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.CategorySeriesAxisRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.ChartEndBlockRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.ChartRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.ChartStartBlockRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.DataFormatRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.DatRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.DefaultDataLabelTextPropertiesRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.EndRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.FontBasisRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.FontIndexRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.FrameRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.LegendRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.LineFormatRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.LinkedDataRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.NumberFormatIndexRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.ObjectLinkRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.PlotAreaRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.PlotGrowthRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesChartGroupIndexRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesIndexRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesLabelsRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesListRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesTextRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SeriesToChartGroupRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.SheetPropertiesRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.TextRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.TickRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.UnitsRecord
 
clone() - Method in class org.apache.poi.hssf.record.chart.ValueRangeRecord
 
clone() - Method in class org.apache.poi.hssf.record.ColumnInfoRecord
 
clone() - Method in class org.apache.poi.hssf.record.common.UnicodeString
 
clone() - Method in class org.apache.poi.hssf.record.CommonObjectDataSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.ContinueRecord
 
clone() - Method in class org.apache.poi.hssf.record.DBCellRecord
 
clone() - Method in class org.apache.poi.hssf.record.DefaultColWidthRecord
 
clone() - Method in class org.apache.poi.hssf.record.DefaultRowHeightRecord
 
clone() - Method in class org.apache.poi.hssf.record.DeltaRecord
 
clone() - Method in class org.apache.poi.hssf.record.DimensionsRecord
 
clone() - Method in class org.apache.poi.hssf.record.DrawingRecord
 
clone() - Method in class org.apache.poi.hssf.record.DrawingSelectionRecord
 
clone() - Method in class org.apache.poi.hssf.record.DVALRecord
 
clone() - Method in class org.apache.poi.hssf.record.DVRecord
Clones the object.
clone() - Method in class org.apache.poi.hssf.record.EmbeddedObjectRefSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.EndSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.EOFRecord
 
clone() - Method in class org.apache.poi.hssf.record.FeatHdrRecord
 
clone() - Method in class org.apache.poi.hssf.record.FeatRecord
 
clone() - Method in class org.apache.poi.hssf.record.FilePassRecord
 
clone() - Method in class org.apache.poi.hssf.record.FileSharingRecord
Clone this record.
clone() - Method in class org.apache.poi.hssf.record.FooterRecord
 
clone() - Method in class org.apache.poi.hssf.record.FormatRecord
 
clone() - Method in class org.apache.poi.hssf.record.FormulaRecord
 
clone() - Method in class org.apache.poi.hssf.record.FtCblsSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.GridsetRecord
 
clone() - Method in class org.apache.poi.hssf.record.GroupMarkerSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.GutsRecord
 
clone() - Method in class org.apache.poi.hssf.record.HCenterRecord
 
clone() - Method in class org.apache.poi.hssf.record.HeaderFooterRecord
 
clone() - Method in class org.apache.poi.hssf.record.HeaderRecord
 
clone() - Method in class org.apache.poi.hssf.record.HorizontalPageBreakRecord
 
clone() - Method in class org.apache.poi.hssf.record.HyperlinkRecord
 
clone() - Method in class org.apache.poi.hssf.record.IndexRecord
 
clone() - Method in class org.apache.poi.hssf.record.IterationRecord
 
clone() - Method in class org.apache.poi.hssf.record.LabelRecord
 
clone() - Method in class org.apache.poi.hssf.record.LabelSSTRecord
 
clone() - Method in class org.apache.poi.hssf.record.LbsDataSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.LeftMarginRecord
 
clone() - Method in class org.apache.poi.hssf.record.MergeCellsRecord
 
clone() - Method in class org.apache.poi.hssf.record.MulBlankRecord
 
clone() - Method in class org.apache.poi.hssf.record.NoteRecord
 
clone() - Method in class org.apache.poi.hssf.record.NoteStructureSubRecord
 
clone() - Method in class org.apache.poi.hssf.record.NumberRecord
 
clone() - Method in class org.apache.poi.hssf.record.ObjectProtectRecord
 
clone() - Method in class org.apache.poi.hssf.record.ObjRecord
 
clone() - Method in class org.apache.poi.hssf.record.PaneRecord
 
clone() - Method in class org.apache.poi.hssf.record.PasswordRecord
Clone this record.
clone() - Method in class org.apache.poi.hssf.record.PrintGridlinesRecord
 
clone() - Method in class org.apache.poi.hssf.record.PrintHeadersRecord
 
clone() - Method in class org.apache.poi.hssf.record.PrintSetupRecord
 
clone() - Method in class org.apache.poi.hssf.record.ProtectRecord
 
clone() - Method in class org.apache.poi.hssf.record.Record
 
clone() - Method in class org.apache.poi.hssf.record.RefModeRecord
 
clone() - Method in class org.apache.poi.hssf.record.RefreshAllRecord
 
clone() - Method in class org.apache.poi.hssf.record.RightMarginRecord
 
clone() - Method in class org.apache.poi.hssf.record.RKRecord
 
clone() - Method in class org.apache.poi.hssf.record.RowRecord
 
clone() - Method in class org.apache.poi.hssf.record.SaveRecalcRecord
 
clone() - Method in class org.apache.poi.hssf.record.ScenarioProtectRecord
 
clone() - Method in class org.apache.poi.hssf.record.SCLRecord
 
clone() - Method in class org.apache.poi.hssf.record.SelectionRecord
 
clone() - Method in class org.apache.poi.hssf.record.SharedFormulaRecord
 
clone() - Method in class org.apache.poi.hssf.record.StringRecord
 
clone() - Method in class org.apache.poi.hssf.record.SubRecord
 
clone() - Method in class org.apache.poi.hssf.record.TextObjectRecord
 
clone() - Method in class org.apache.poi.hssf.record.TopMarginRecord
 
clone() - Method in class org.apache.poi.hssf.record.UnknownRecord
 
clone() - Method in class org.apache.poi.hssf.record.UserSViewBegin
 
clone() - Method in class org.apache.poi.hssf.record.UserSViewEnd
 
clone() - Method in class org.apache.poi.hssf.record.UseSelFSRecord
 
clone() - Method in class org.apache.poi.hssf.record.VCenterRecord
 
clone() - Method in class org.apache.poi.hssf.record.VerticalPageBreakRecord
 
clone() - Method in class org.apache.poi.hssf.record.WindowProtectRecord
 
clone() - Method in class org.apache.poi.hssf.record.WindowTwoRecord
 
clone() - Method in class org.apache.poi.hssf.record.WSBoolRecord
 
cloneCFAggregate() - Method in class org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
Create a deep clone of the record
cloneDrawings(InternalSheet) - Method in class org.apache.poi.hssf.model.InternalWorkbook
Check if the cloned sheet has drawings.
cloneSheet() - Method in class org.apache.poi.hssf.model.InternalSheet
Clones the low level records of this sheet and returns the new sheet instance.
cloneSheet(int) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
create an HSSFSheet from an existing sheet in the HSSFWorkbook.
cloneSheet(int) - Method in interface org.apache.poi.ss.usermodel.Workbook
Create an Sheet from an existing sheet in the Workbook.
cloneStyleFrom(ExtendedFormatRecord) - Method in class org.apache.poi.hssf.record.ExtendedFormatRecord
Clones all the style information from another ExtendedFormatRecord, onto this one.
cloneStyleFrom(FontRecord) - Method in class org.apache.poi.hssf.record.FontRecord
Clones all the font style information from another FontRecord, onto this one.
cloneStyleFrom(CellStyle) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
Clones all the style information from another HSSFCellStyle, onto this one.
cloneStyleFrom(HSSFCellStyle) - Method in class org.apache.poi.hssf.usermodel.HSSFCellStyle
 
cloneStyleFrom(CellStyle) - Method in interface org.apache.poi.ss.usermodel.CellStyle
Clones all the style information from another CellStyle, onto this one.
cloneViaReserialise() - Method in class org.apache.poi.hssf.record.Record
Clone the current record, via a call to serialize it, and another to create a new record from the bytes.
close() - Method in class org.apache.poi.poifs.filesystem.DocumentInputStream
 
close() - Method in class org.apache.poi.poifs.filesystem.DocumentOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class org.apache.poi.util.BlockingInputStream
 
CLOSED_CURVES - Static variable in class org.apache.poi.ddf.EscherShapePathProperty
 
CLOSED_POLYGON - Static variable in class org.apache.poi.ddf.EscherShapePathProperty
 
CLOUD - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CLOUD_CALLOUT - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CODENAME_1BA - Static variable in class org.apache.poi.hssf.record.UnknownRecord
 
CODEPAGE - Static variable in class org.apache.poi.hssf.record.CodepageRecord
the likely correct value for CODEPAGE (at least for US versions).
CODEPAGE - Static variable in class org.apache.poi.hssf.record.InterfaceHdrRecord
suggested (and probably correct) default
CodepageRecord - Class in org.apache.poi.hssf.record
Title: Codepage Record
CodepageRecord() - Constructor for class org.apache.poi.hssf.record.CodepageRecord
 
CodepageRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CodepageRecord
 
codepageToEncoding(int) - Static method in class org.apache.poi.hpsf.VariantSupport
Turns a codepage number into the equivalent character encoding's name.
coerceValueToBoolean(ValueEval, boolean) - Static method in class org.apache.poi.hssf.record.formula.eval.OperandResolver
 
coerceValueToDouble(ValueEval) - Static method in class org.apache.poi.hssf.record.formula.eval.OperandResolver
Applies some conversion rules if the supplied value is not already a number.
coerceValueToInt(ValueEval) - Static method in class org.apache.poi.hssf.record.formula.eval.OperandResolver
Applies some conversion rules if the supplied value is not already an integer.
Value is first coerced to a double ( See coerceValueToDouble() ).
coerceValueToString(ValueEval) - Static method in class org.apache.poi.hssf.record.formula.eval.OperandResolver
 
CollaboratingWorkbooksEnvironment - Class in org.apache.poi.ss.formula
Manages a collection of WorkbookEvaluators, in order to support evaluation of formulas across spreadsheets.

For POI internal use only

CollaboratingWorkbooksEnvironment.WorkbookNotFoundException - Exception in org.apache.poi.ss.formula
 
collapseColumn(int) - Method in class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
 
collapseRow(int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
 
Color - Interface in org.apache.poi.ss.usermodel
 
COLOR_GROUP - Static variable in class org.apache.poi.ss.format.CellFormatPart
Within CellFormatPart.FORMAT_PAT, the group number for the matched color.
COLOR_NORMAL - Static variable in interface org.apache.poi.ss.usermodel.Font
normal type of black color.
COLOR_PAT - Static variable in class org.apache.poi.ss.format.CellFormatPart
Pattern for the color part of a cell format part.
COLOR_RED - Static variable in interface org.apache.poi.ss.usermodel.Font
Dark Red color
Column - Class in org.apache.poi.hssf.record.formula.functions
 
Column() - Constructor for class org.apache.poi.hssf.record.formula.functions.Column
 
COLUMN - Static variable in class org.apache.poi.ss.util.CellReference.NameType
 
ColumnInfoRecord - Class in org.apache.poi.hssf.record
Title: COLINFO Record (0x007D)

Description: Defines with width and formatting for a range of columns

REFERENCE: PG 293 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)

ColumnInfoRecord() - Constructor for class org.apache.poi.hssf.record.ColumnInfoRecord
Creates a column info record with default width and format
ColumnInfoRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.ColumnInfoRecord
 
ColumnInfoRecordsAggregate - Class in org.apache.poi.hssf.record.aggregates
 
ColumnInfoRecordsAggregate() - Constructor for class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
Creates an empty aggregate
ColumnInfoRecordsAggregate(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.ColumnInfoRecordsAggregate
 
Columns - Class in org.apache.poi.hssf.record.formula.functions
Implementation for Excel COLUMNS function.
Columns() - Constructor for class org.apache.poi.hssf.record.formula.functions.Columns
 
COMBIN - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
combine(ExternSheetRecord[]) - Static method in class org.apache.poi.hssf.record.ExternSheetRecord
 
ComboboxShape - Class in org.apache.poi.hssf.model
Represents a combobox shape.
Comment - Interface in org.apache.poi.ss.usermodel
 
CommentShape - Class in org.apache.poi.hssf.model
Represents a cell comment.
CommentShape(HSSFComment, int) - Constructor for class org.apache.poi.hssf.model.CommentShape
Creates the low-level records for a comment.
CommonObjectDataSubRecord - Class in org.apache.poi.hssf.record
The common object data record is used to store all common preferences for an excel object.

CommonObjectDataSubRecord() - Constructor for class org.apache.poi.hssf.record.CommonObjectDataSubRecord
 
CommonObjectDataSubRecord(LittleEndianInput, int) - Constructor for class org.apache.poi.hssf.record.CommonObjectDataSubRecord
 
CommonsLogger - Class in org.apache.poi.util
A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.
CommonsLogger() - Constructor for class org.apache.poi.util.CommonsLogger
 
compare(Object, Object) - Method in class org.apache.poi.poifs.property.DirectoryProperty.PropertyComparator
compare method.
compare(double, double) - Static method in class org.apache.poi.ss.util.NumberComparer
This class attempts to reproduce Excel's behaviour for comparing numbers.
compareTo(Object) - Method in class org.apache.poi.hssf.record.common.UnicodeString
 
compareTo(Object) - Method in class org.apache.poi.hssf.record.common.UnicodeString.ExtRst
 
compareTo(Object) - Method in class org.apache.poi.hssf.record.common.UnicodeString.FormatRun
 
compareTo(Object) - Method in class org.apache.poi.hssf.usermodel.HSSFRichTextString
Compares one rich text string to another.
compareTo(Object) - Method in class org.apache.poi.hssf.usermodel.HSSFRow
 
compareTo(Object) - Method in class org.apache.poi.ss.util.Region
Deprecated. Compares that the given region is the same less than or greater than this region.
COMPLEX - Static variable in class org.apache.poi.ddf.EscherShapePathProperty
 
compress(byte[]) - Static method in class org.apache.poi.ddf.EscherBlipWMFRecord
Compress the contents of the provided array
CONCATENATE - Static variable in class org.apache.poi.hssf.record.formula.functions.TextFunction
 
concatenate(byte[]) - Method in class org.apache.poi.hssf.util.LazilyConcatenatedByteArray
Concatenates an array onto the end of our array.
ConcatEval - Class in org.apache.poi.hssf.record.formula.eval
 
ConcatPtg - Class in org.apache.poi.hssf.record.formula
 
CONDFORMAT - Static variable in class org.apache.poi.ss.formula.FormulaType
 
CONDITION_OPERATOR_GROUP - Static variable in class org.apache.poi.ss.format.CellFormatPart
Within CellFormatPart.FORMAT_PAT, the group number for the operator in the condition.
CONDITION_PAT - Static variable in class org.apache.poi.ss.format.CellFormatPart
Pattern for the condition part of a cell format part.
CONDITION_TYPE_CELL_VALUE_IS - Static variable in class org.apache.poi.hssf.record.CFRuleRecord
 
CONDITION_TYPE_FORMULA - Static variable in class org.apache.poi.hssf.record.CFRuleRecord
 
CONDITION_VALUE_GROUP - Static variable in class org.apache.poi.ss.format.CellFormatPart
Within CellFormatPart.FORMAT_PAT, the group number for the value in the condition.
ConditionalFormattingTable - Class in org.apache.poi.hssf.record.aggregates
Holds all the conditional formatting for a workbook sheet.

See OOO exelfileformat.pdf sec 4.12 'Conditional Formatting Table'

ConditionalFormattingTable() - Constructor for class org.apache.poi.hssf.record.aggregates.ConditionalFormattingTable
Creates an empty ConditionalFormattingTable
ConditionalFormattingTable(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.ConditionalFormattingTable
 
Constants - Class in org.apache.poi.hpsf
Defines constants of general use.
Constants() - Constructor for class org.apache.poi.hpsf.Constants
 
ConstantValueParser - Class in org.apache.poi.hssf.record.constant
To support Constant Values (2.5.7) as required by the CRN record.
construct(CellValueRecordInterface, RecordStream, SharedValueManager) - Method in class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
Processes a single cell value record
contains(CellRangeAddress, CellRangeAddress) - Static method in class org.apache.poi.hssf.record.cf.CellRangeUtil
Check if the specified range is located inside of this cell range.
contains(int, int) - Method in interface org.apache.poi.hssf.record.formula.eval.AreaEval
returns true if the cell at row and col specified as absolute indexes in the sheet is contained in this area.
contains(int, int) - Method in class org.apache.poi.hssf.record.formula.eval.AreaEvalBase
 
contains(int, short) - Method in class org.apache.poi.ss.util.Region
Deprecated. Answers: "is the row/column inside this range?"
contains(int) - Method in class org.apache.poi.util.IntList
Returns true if this list contains the specified element.
contains(short) - Method in class org.apache.poi.util.ShortList
Returns true if this list contains the specified element.
containsAlignFormattingBlock() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
containsAll(IntList) - Method in class org.apache.poi.util.IntList
Returns true if this list contains all of the elements of the specified collection.
containsAll(ShortList) - Method in class org.apache.poi.util.ShortList
Returns true if this list contains all of the elements of the specified collection.
containsBorderFormattingBlock() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
containsChart() - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Does this HSSFPatriarch contain a chart? (Technically a reference to a chart, since they get stored in a different block of records) FIXME - detect chart in all cases (only seems to work on some charts so far)
containsColumn(int) - Method in class org.apache.poi.hssf.record.ColumnInfoRecord
 
containsColumn(int) - Method in interface org.apache.poi.hssf.record.formula.eval.AreaEval
returns true if the specified col is in range
containsColumn(int) - Method in class org.apache.poi.hssf.record.formula.eval.AreaEvalBase
 
containsFontFormattingBlock() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
containsKey(Object) - Method in class org.apache.poi.hpsf.CustomProperties
Checks against both String Name and Long ID
containsKey(Object) - Method in class org.apache.poi.util.BinaryTree
Returns true if this map contains a mapping for the specified key.
containsPatternFormattingBlock() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
containsProtectionFormattingBlock() - Method in class org.apache.poi.hssf.record.CFRuleRecord
 
containsRow(int) - Method in interface org.apache.poi.hssf.record.formula.eval.AreaEval
returns true if the specified row is in range
containsRow(int) - Method in class org.apache.poi.hssf.record.formula.eval.AreaEvalBase
 
containsValue(Object) - Method in class org.apache.poi.hpsf.CustomProperties
Checks against both the property, and its values.
containsValue(Object) - Method in class org.apache.poi.util.BinaryTree
Returns true if this map maps one or more keys to the specified value.
ContinuableRecord - Class in org.apache.poi.hssf.record.cont
Common superclass of all records that can produce ContinueRecords while being serialized.
ContinuableRecordOutput - Class in org.apache.poi.hssf.record.cont
An augmented LittleEndianOutput used for serialization of ContinuableRecords.
ContinuableRecordOutput(LittleEndianOutput, int) - Constructor for class org.apache.poi.hssf.record.cont.ContinuableRecordOutput
 
ContinueRecord - Class in org.apache.poi.hssf.record
Title: Continue Record(0x003C) - Helper class used primarily for SST Records
ContinueRecord(byte[]) - Constructor for class org.apache.poi.hssf.record.ContinueRecord
 
ContinueRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.ContinueRecord
 
ControlPtg - Class in org.apache.poi.hssf.record.formula
Common superclass for tExp tTbl tParen tNlr tAttr tSheet tEndSheet
ControlPtg() - Constructor for class org.apache.poi.hssf.record.formula.ControlPtg
 
convert(POIFSBigBlockSize, byte[], int) - Static method in class org.apache.poi.poifs.storage.DocumentBlock
convert a single long array into an array of DocumentBlock instances
convert(POIFSBigBlockSize, byte[], int) - Static method in class org.apache.poi.poifs.storage.SmallDocumentBlock
convert a single long array into an array of SmallDocumentBlock instances
convert(POIFSBigBlockSize, BlockWritable[], int) - Static method in class org.apache.poi.poifs.storage.SmallDocumentBlock
Factory for creating SmallDocumentBlocks from DocumentBlocks
ConvertAnchor - Class in org.apache.poi.hssf.model
 
ConvertAnchor() - Constructor for class org.apache.poi.hssf.model.ConvertAnchor
 
convertBlankRecords(MulBlankRecord) - Static method in class org.apache.poi.hssf.record.RecordFactory
Converts a MulBlankRecord into an equivalent array of BlankRecords
convertCellRangesToRegions(CellRangeAddress[]) - Static method in class org.apache.poi.ss.util.Region
Deprecated. Convert a List of CellRange objects to an array of regions
convertColStringToIndex(String) - Static method in class org.apache.poi.ss.util.CellReference
takes in a column reference portion of a CellRef and converts it from ALPHA-26 number format to 0-based base 10.
convertFromExternSheetIndex(int) - Method in class org.apache.poi.hssf.usermodel.HSSFEvaluationWorkbook
 
convertFromExternSheetIndex(int) - Method in interface org.apache.poi.ss.formula.EvaluationWorkbook
 
convertNumToColString(int) - Static method in class org.apache.poi.ss.util.CellReference
Takes in a 0-based base-10 column and returns a ALPHA-26 representation.
convertRecordsToUserModel() - Method in class org.apache.poi.hssf.record.EscherAggregate
Converts the Records into UserModel objects on the bound HSSFPatriarch
convertRegionsToCellRanges(Region[]) - Static method in class org.apache.poi.ss.util.Region
Deprecated.  
convertRKRecords(MulRKRecord) - Static method in class org.apache.poi.hssf.record.RecordFactory
Converts a MulRKRecord into an equivalent array of NumberRecords
convertSharedFormulas(Ptg[], int, int) - Static method in class org.apache.poi.hssf.record.SharedFormulaRecord
Creates a non shared formula from the shared formula counterpart
Perhaps this functionality could be implemented in terms of the raw byte array inside Formula.
convertTime(String) - Static method in class org.apache.poi.ss.usermodel.DateUtil
Converts a string of format "HH:MM" or "HH:MM:SS" to its (Excel) numeric equivalent
convertToCellRangeAddress(Region) - Static method in class org.apache.poi.ss.util.Region
Deprecated.  
convertToNumberRecord(RKRecord) - Static method in class org.apache.poi.hssf.record.RecordFactory
RK record is a slightly smaller alternative to NumberRecord POI likes NumberRecord better
copy(byte[], int, int, byte[], int) - Static method in class org.apache.poi.hpsf.Util
Copies a part of a byte array into another byte array.
copy(byte[], int, int) - Static method in class org.apache.poi.hpsf.Util
Copies bytes from a source byte array into a new byte array.
copy() - Method in class org.apache.poi.hssf.record.formula.OperandPtg
 
copy() - Method in class org.apache.poi.hssf.util.CellRangeAddress8Bit
 
copy() - Method in class org.apache.poi.ss.formula.Formula
 
copy() - Method in class org.apache.poi.ss.util.CellRangeAddress
 
copy() - Method in class org.apache.poi.ss.util.CellRangeAddressList
 
copy(InputStream, OutputStream) - Static method in class org.apache.poi.util.IOUtils
Copies all the data from the given InputStream to the OutputStream.
copyArea(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
copyArea(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
copyArea(int, int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
copyUpdatedCells(Workbook) - Method in class org.apache.poi.ss.formula.eval.forked.ForkedEvaluator
Copies the values of all updated cells (modified by calls to ForkedEvaluator.updateCell(String, int, int, ValueEval)) to the supplied workbook.
Typically, the supplied workbook is a writable copy of the 'master workbook', but at the very least it must contain sheets with the same names.
CORAL - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
CORNER - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CORNER_TABS - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CORNFLOWER_BLUE - Static variable in class org.apache.poi.ss.usermodel.IndexedColors
 
COS - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
COSH - Static variable in class org.apache.poi.hssf.record.formula.functions.NumericFunction
 
COUNT - Static variable in class org.apache.poi.hssf.record.FnGroupCountRecord
suggested default (14 dec)
Count - Class in org.apache.poi.hssf.record.formula.functions
Counts the number of cells that contain numeric data within the list of arguments.
Count() - Constructor for class org.apache.poi.hssf.record.formula.functions.Count
 
Counta - Class in org.apache.poi.hssf.record.formula.functions
Counts the number of cells that contain data within the list of arguments.
Counta() - Constructor for class org.apache.poi.hssf.record.formula.functions.Counta
 
Countblank - Class in org.apache.poi.hssf.record.formula.functions
Implementation for the function COUNTBLANK
Countblank() - Constructor for class org.apache.poi.hssf.record.formula.functions.Countblank
 
countBlocks() - Method in interface org.apache.poi.poifs.filesystem.BATManaged
Return the number of BigBlock's this instance uses
countBlocks() - Method in class org.apache.poi.poifs.filesystem.POIFSDocument
Return the number of BigBlock's this instance uses
countBlocks() - Method in class org.apache.poi.poifs.property.PropertyTable
Return the number of BigBlock's this instance uses
countBlocks() - Method in class org.apache.poi.poifs.storage.BlockAllocationTableWriter
Return the number of BigBlock's this instance uses
countBlocks() - Method in class org.apache.poi.poifs.storage.SmallBlockTableWriter
Return the number of BigBlock's this instance uses
Countif - Class in org.apache.poi.hssf.record.formula.functions
Implementation for the function COUNTIF
Countif() - Constructor for class org.apache.poi.hssf.record.formula.functions.Countif
 
countOfAllChildren() - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Total count of all children and their children's children.
countOfAllChildren() - Method in class org.apache.poi.hssf.usermodel.HSSFShape
Count of all children and their children's children.
countOfAllChildren() - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Count of all children and their childrens children.
countRanges() - Method in class org.apache.poi.ss.util.CellRangeAddressList
Get the number of following ADDR structures.
CountryRecord - Class in org.apache.poi.hssf.record
Title: Country Record (aka WIN.INI country)
CountryRecord() - Constructor for class org.apache.poi.hssf.record.CountryRecord
 
CountryRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CountryRecord
 
CP_037 - Static variable in class org.apache.poi.hpsf.Constants
Codepage 037, a special case
CP_EUC_JP - Static variable in class org.apache.poi.hpsf.Constants
Codepage for EUC-JP
CP_EUC_KR - Static variable in class org.apache.poi.hpsf.Constants
Codepage for EUC-KR
CP_GB18030 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for GB18030
CP_GB2312 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for GB2312
CP_GBK - Static variable in class org.apache.poi.hpsf.Constants
Codepage for GBK, aka MS936
CP_ISO_2022_JP1 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-2022-JP
CP_ISO_2022_JP2 - Static variable in class org.apache.poi.hpsf.Constants
Another codepage for ISO-2022-JP
CP_ISO_2022_JP3 - Static variable in class org.apache.poi.hpsf.Constants
Yet another codepage for ISO-2022-JP
CP_ISO_2022_KR - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-2022-KR
CP_ISO_8859_1 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-1
CP_ISO_8859_2 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-2
CP_ISO_8859_3 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-3
CP_ISO_8859_4 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-4
CP_ISO_8859_5 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-5
CP_ISO_8859_6 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-6
CP_ISO_8859_7 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-7
CP_ISO_8859_8 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-8
CP_ISO_8859_9 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for ISO-8859-9
CP_JOHAB - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Johab
CP_KOI8_R - Static variable in class org.apache.poi.hpsf.Constants
Codepage for KOI8-R
CP_MAC_ARABIC - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Arabic (Java: MacArabic)
CP_MAC_CENTRAL_EUROPE - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Central Europe (Latin-2) (Java: MacCentralEurope)
CP_MAC_CHINESE_SIMPLE - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Chinese Simplified (Java: unknown - use EUC_CN, ISO2022_CN_GB, MS936 or cp935)
CP_MAC_CHINESE_TRADITIONAL - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Chinese Traditional (Java: unknown - use Big5, MS950, or cp937)
CP_MAC_CROATIAN - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Croatian (Java: MacCroatian)
CP_MAC_CYRILLIC - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Cyrillic (Java: MacCyrillic)
CP_MAC_GREEK - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Greek (Java: MacGreek)
CP_MAC_HEBREW - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Hebrew (Java: MacHebrew)
CP_MAC_ICELAND - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Iceland (Java: MacIceland)
CP_MAC_JAPAN - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Japan (Java: unknown - use SJIS, cp942 or cp943)
CP_MAC_KOREAN - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Korean (Java: unknown - use EUC_KR or cp949)
CP_MAC_ROMAN - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Roman (Java: MacRoman)
CP_MAC_ROMANIA - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Romanian (Java: MacRomania)
CP_MAC_THAI - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Thai (Java: MacThai)
CP_MAC_TURKISH - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Turkish (Java: MacTurkish)
CP_MAC_UKRAINE - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Macintosh Ukrainian (Java: MacUkraine)
CP_MS949 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for MS949
CP_SJIS - Static variable in class org.apache.poi.hpsf.Constants
Codepage for SJIS
CP_UNICODE - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Unicode
CP_US_ACSII - Static variable in class org.apache.poi.hpsf.Constants
Codepage for US-ASCII
CP_US_ASCII2 - Static variable in class org.apache.poi.hpsf.Constants
Another codepage for US-ASCII
CP_UTF16 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for UTF-16
CP_UTF16_BE - Static variable in class org.apache.poi.hpsf.Constants
Codepage for UTF-16 big-endian
CP_UTF8 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for UTF-8
CP_WINDOWS_1250 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1250
CP_WINDOWS_1251 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1251
CP_WINDOWS_1252 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1252
CP_WINDOWS_1253 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1253
CP_WINDOWS_1254 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1254
CP_WINDOWS_1255 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1255
CP_WINDOWS_1256 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1256
CP_WINDOWS_1257 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1257
CP_WINDOWS_1258 - Static variable in class org.apache.poi.hpsf.Constants
Codepage for Windows 1258
CR_BEFORE - Static variable in class org.apache.poi.hssf.record.formula.AttrPtg.SpaceType
01H = Carriage returns before the next token (not allowed before tParen token)
CR_BEFORE_CLOSE_PAREN - Static variable in class org.apache.poi.hssf.record.formula.AttrPtg.SpaceType
05H = Carriage returns before closing parenthesis (only allowed before tParen, tFunc, and tFuncVar tokens)
CR_BEFORE_OPEN_PAREN - Static variable in class org.apache.poi.hssf.record.formula.AttrPtg.SpaceType
03H = Carriage returns before opening parenthesis (only allowed before tParen token)
create(InputStream) - Static method in class org.apache.poi.hpsf.PropertySetFactory
Creates the most specific PropertySet from an InputStream.
create(SharedFormulaRecord[], CellReference[], ArrayRecord[], TableRecord[]) - Static method in class org.apache.poi.hssf.record.aggregates.SharedValueManager
 
create(HSSFSheet, String) - Static method in class org.apache.poi.hssf.record.CFRuleRecord
Creates a new comparison operation rule
create(HSSFSheet, byte, String, String) - Static method in class org.apache.poi.hssf.record.CFRuleRecord
Creates a new comparison operation rule
create(byte[]) - Static method in class org.apache.poi.hssf.record.crypto.Biff8EncryptionKey
Create using the default password and a specified docId
create(String, byte[]) - Static method in class org.apache.poi.hssf.record.crypto.Biff8EncryptionKey
 
create(LittleEndianInput) - Static method in class org.apache.poi.hssf.record.formula.FuncPtg
 
create(int) - Static method in class org.apache.poi.hssf.record.formula.FuncPtg
 
create(LittleEndianInput) - Static method in class org.apache.poi.hssf.record.formula.FuncVarPtg
Creates new function pointer from a byte array usually called while reading an excel file.
create(String, int) - Static method in class org.apache.poi.hssf.record.formula.FuncVarPtg
Create a function ptg from a string tokenised by the parser
create(RecordInputStream) - Static method in class org.apache.poi.hssf.record.InterfaceEndRecord
 
create() - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
create(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.DummyGraphics2d
 
create() - Method in class org.apache.poi.hssf.usermodel.EscherGraphics
 
create() - Method in class org.apache.poi.hssf.usermodel.EscherGraphics2d
 
create(String, Properties) - Static method in class org.apache.poi.hssf.usermodel.FontDetails
Create an instance of FontDetails by loading them from the provided property object.
create(HSSFWorkbook) - Static method in class org.apache.poi.hssf.usermodel.HSSFEvaluationWorkbook
 
create(HSSFWorkbook, IStabilityClassifier, UDFFinder) - Static method in class org.apache.poi.hssf.usermodel.HSSFFormulaEvaluator
 
create(InternalWorkbook) - Static method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
 
create(Workbook, IStabilityClassifier) - Static method in class org.apache.poi.ss.formula.eval.forked.ForkedEvaluator
Deprecated. (Sep 2009) (reduce overloading) use ForkedEvaluator.create(Workbook, IStabilityClassifier, UDFFinder)
create(Workbook, IStabilityClassifier, UDFFinder) - Static method in class org.apache.poi.ss.formula.eval.forked.ForkedEvaluator
 
create(Ptg[]) - Static method in class org.apache.poi.ss.formula.Formula
Creates a Formula object from a supplied Ptg array.
create(int, int, int, int, List, Class) - Static method in class org.apache.poi.ss.util.SSCellRange
 
CREATE_NULL_AS_BLANK - Static variable in interface org.apache.poi.ss.usermodel.Row
A new, blank cell is created for missing cells.
createAddInFunctions() - Static method in class org.apache.poi.hssf.record.SupBookRecord
 
createAggregate(List, int, DrawingManager2) - Static method in class org.apache.poi.hssf.record.EscherAggregate
Collapses the drawing records into an aggregate.
createAnchor(HSSFAnchor) - Static method in class org.apache.poi.hssf.model.ConvertAnchor
 
createBATBlocks(POIFSBigBlockSize, int[]) - Static method in class org.apache.poi.poifs.storage.BATBlock
Create an array of BATBlocks from an array of int block allocation table entries
createBlocks() - Method in class org.apache.poi.poifs.storage.BlockAllocationTableWriter
Create the BATBlocks we need
createBorderFormatting() - Method in class org.apache.poi.hssf.usermodel.HSSFConditionalFormattingRule
create a new border formatting structure if it does not exist, otherwise just return existing object.
createBuiltInName(byte, int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
Generates a NameRecord to represent a built-in region
createCell(short) - Method in class org.apache.poi.hssf.usermodel.HSSFRow
Deprecated. (Aug 2008) use HSSFRow.createCell(int)
createCell(short, int) - Method in class org.apache.poi.hssf.usermodel.HSSFRow
Deprecated. (Aug 2008) use HSSFRow.createCell(int, int)
createCell(int) - Method in class org.apache.poi.hssf.usermodel.HSSFRow
Use this to create new cells within the row and return it.
createCell(int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFRow
Use this to create new cells within the row and return it.
createCell(HSSFRow, int, String, HSSFCellStyle) - Static method in class org.apache.poi.hssf.util.HSSFCellUtil
Creates a cell, gives it a value, and applies a style if provided
createCell(HSSFRow, int, String) - Static method in class org.apache.poi.hssf.util.HSSFCellUtil
Create a cell, and give it a value.
createCell(int) - Method in interface org.apache.poi.ss.usermodel.Row
Use this to create new cells within the row and return it.
createCell(int, int) - Method in interface org.apache.poi.ss.usermodel.Row
Use this to create new cells within the row and return it.
createCell(Row, int, String, CellStyle) - Static method in class org.apache.poi.ss.util.CellUtil
Creates a cell, gives it a value, and applies a style if provided
createCell(Row, int, String) - Static method in class org.apache.poi.ss.util.CellUtil
Create a cell, and give it a value.
createCellComment(ClientAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
 
createCellComment(ClientAnchor) - Method in interface org.apache.poi.ss.usermodel.Drawing
 
createCellStyle() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
create a new Cell style and add it to the workbook's style table
createCellStyle() - Method in interface org.apache.poi.ss.usermodel.Workbook
Create a new Cell style and add it to the workbook's style table
createCellXF() - Method in class org.apache.poi.hssf.model.InternalWorkbook
creates a new Cell-type Extneded Format Record and adds it to the end of ExtendedFormatRecords collection
createCFAggregate(RecordStream) - Static method in class org.apache.poi.hssf.record.aggregates.CFRecordsAggregate
Create CFRecordsAggregate from a list of CF Records
createClientAnchor() - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
Creates a HSSFClientAnchor.
createClientAnchor() - Method in interface org.apache.poi.ss.usermodel.CreationHelper
 
createComment(HSSFAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Constructs a cell comment.
createConditionalFormattingRule(byte, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFSheetConditionalFormatting
A factory method allowing to create a conditional formatting rule with a cell comparison operator

TODO - formulas containing cell references are currently not parsed properly

createConditionalFormattingRule(String) - Method in class org.apache.poi.hssf.usermodel.HSSFSheetConditionalFormatting
A factory method allowing to create a conditional formatting rule with a formula.
The formatting rules are applied by Excel when the value of the formula not equal to 0.

TODO - formulas containing cell references are currently not parsed properly

createCustomConstraint(String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createCustomConstraint(String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createCustomFormulaConstraint(String) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
 
createDataFormat() - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
 
createDataFormat() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
Returns the instance of HSSFDataFormat for this workbook.
createDataFormat() - Method in interface org.apache.poi.ss.usermodel.CreationHelper
Creates a new DataFormat instance
createDataFormat() - Method in interface org.apache.poi.ss.usermodel.Workbook
Returns the instance of DataFormat for this workbook.
createDateConstraint(int, String, String, String) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
Creates a date based data validation constraint.
createDateConstraint(int, String, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createDateConstraint(int, String, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createDecimalConstraint(int, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createDecimalConstraint(int, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createDelayedOutput(int) - Method in interface org.apache.poi.util.DelayableLittleEndianOutput
Creates an output stream intended for outputting a sequence of size bytes.
createDelayedOutput(int) - Method in class org.apache.poi.util.LittleEndianByteArrayOutputStream
 
createDgRecord() - Method in class org.apache.poi.hssf.model.DrawingManager
 
createDgRecord() - Method in class org.apache.poi.hssf.model.DrawingManager2
 
createDimensions() - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
 
createDirectory(String) - Method in interface org.apache.poi.poifs.filesystem.DirectoryEntry
create a new DirectoryEntry
createDirectory(String) - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
create a new DirectoryEntry
createDirectory(String) - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
create a new DirectoryEntry in the root directory
createDocument(String, InputStream) - Method in interface org.apache.poi.poifs.filesystem.DirectoryEntry
create a new DocumentEntry
createDocument(String, int, POIFSWriterListener) - Method in interface org.apache.poi.poifs.filesystem.DirectoryEntry
create a new DocumentEntry; the data will be provided later
createDocument(String, InputStream) - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
create a new DocumentEntry
createDocument(String, int, POIFSWriterListener) - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
create a new DocumentEntry; the data will be provided later
createDocument(InputStream, String) - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
Create a new document to be added to the root directory
createDocument(String, int, POIFSWriterListener) - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
create a new DocumentEntry in the root entry; the data will be provided later
createDocumentInputStream(String) - Method in class org.apache.poi.poifs.filesystem.DirectoryNode
open a document in the directory's entry's list of entries
createDocumentInputStream(String) - Method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
open a document in the root entry's list of entries
createDrawingGroup() - Method in class org.apache.poi.hssf.model.InternalWorkbook
Creates a primary drawing group record.
createDrawingPatriarch() - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Creates the top-level drawing patriarch.
createDrawingPatriarch() - Method in interface org.apache.poi.ss.usermodel.Sheet
Creates the top-level drawing patriarch.
createDVRecord(HSSFSheet) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidation
 
createEmpty() - Static method in class org.apache.poi.hssf.record.aggregates.SharedValueManager
 
createEnclosingCellRange(CellRangeAddress, CellRangeAddress) - Static method in class org.apache.poi.hssf.record.cf.CellRangeUtil
Create an enclosing CellRange for the two cell ranges.
createErrorBox(String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidation
 
createErrorBox(String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidation
Sets the title and text for the error box .
createExplicitListConstraint(String[]) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
 
createExplicitListConstraint(String[]) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createExplicitListConstraint(String[]) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createExternalReferences(String, String[]) - Static method in class org.apache.poi.hssf.record.SupBookRecord
 
createExtSSTRecord(int) - Method in class org.apache.poi.hssf.record.SSTRecord
Creates an extended string record based on the current contents of the current SST record.
createFont() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
create a new Font and add it to the workbook's font table
createFont() - Method in interface org.apache.poi.ss.usermodel.Workbook
Create a new Font and add it to the workbook's font table
createFontFormatting() - Method in class org.apache.poi.hssf.usermodel.HSSFConditionalFormattingRule
create a new font formatting structure if it does not exist, otherwise just return existing object.
createForCountingOnly() - Static method in class org.apache.poi.hssf.record.cont.ContinuableRecordOutput
 
createFormat(String) - Method in class org.apache.poi.hssf.model.InternalWorkbook
Creates a FormatRecord, inserts it, and returns the index code.
createFormat(Cell) - Method in class org.apache.poi.ss.usermodel.DataFormatter
Create and return a Format based on the format string from a cell's style.
createFormula(int, int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
 
createFormulaEvaluator() - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
Creates a HSSFFormulaEvaluator, the object that evaluates formula cells.
createFormulaEvaluator() - Method in interface org.apache.poi.ss.usermodel.CreationHelper
Creates FormulaEvaluator - an object that evaluates formula cells.
createFormulaListConstraint(String) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
 
createFormulaListConstraint(String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createFormulaListConstraint(String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createForRowShift(int, int, int, int) - Static method in class org.apache.poi.hssf.record.formula.FormulaShifter
 
createFreezePane(int, int, int, int) - Method in class org.apache.poi.hssf.model.InternalSheet
Creates a split (freezepane).
createFreezePane(int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Creates a split (freezepane).
createFreezePane(int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Creates a split (freezepane).
createFreezePane(int, int, int, int) - Method in interface org.apache.poi.ss.usermodel.Sheet
Creates a split (freezepane).
createFreezePane(int, int) - Method in interface org.apache.poi.ss.usermodel.Sheet
Creates a split (freezepane).
createFromEmbeddedOleObject(POIFSFileSystem) - Static method in class org.apache.poi.poifs.filesystem.Ole10Native
Creates an instance of this class from an embedded OLE Object.
createGroup(HSSFClientAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Creates a new group record stored under this patriarch.
createGroup(HSSFChildAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Create another group under this group.
createHyperlink(int) - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
 
createHyperlink(int) - Method in interface org.apache.poi.ss.usermodel.CreationHelper
Creates a new Hyperlink, of the given type
createIf(int) - Static method in class org.apache.poi.hssf.record.formula.AttrPtg
 
createIndexRecord(int, int) - Method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
 
createInformationProperties() - Method in class org.apache.poi.POIDocument
Will create whichever of SummaryInformation and DocumentSummaryInformation (HPSF) properties are not already part of your document.
createIntegerConstraint(int, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createIntegerConstraint(int, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createInternalReferences(short) - Static method in class org.apache.poi.hssf.record.SupBookRecord
 
createName() - Method in class org.apache.poi.hssf.model.InternalWorkbook
creates new name
createName() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
creates a new named range and add it to the model
createName() - Method in interface org.apache.poi.ss.usermodel.Workbook
Creates a new (uninitialised) defined name in this workbook
createNewFont() - Method in class org.apache.poi.hssf.model.InternalWorkbook
creates a new font record and adds it to the "font table".
createNonClosingInputStream(InputStream) - Static method in class org.apache.poi.poifs.filesystem.POIFSFileSystem
Convenience method for clients that want to avoid the auto-close behaviour of the constructor.
createNumericConstraint(int, int, String, String) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
Creates a number based data validation constraint.
createNumericConstraint(int, int, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createNumericConstraint(int, int, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createPatternFormatting() - Method in class org.apache.poi.hssf.usermodel.HSSFConditionalFormattingRule
create a new pattern formatting structure if it does not exist, otherwise just return existing object.
createPicture(HSSFClientAnchor, int) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Creates a picture.
createPicture(ClientAnchor, int) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
 
createPicture(HSSFChildAnchor, int) - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Creates a picture.
createPicture(ClientAnchor, int) - Method in interface org.apache.poi.ss.usermodel.Drawing
 
createPolygon(HSSFClientAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Creates a polygon
createPolygon(HSSFChildAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Creates a polygon
createPromptBox(String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidation
 
createPromptBox(String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidation
Sets the title and text for the prompt box .
createProperties(byte[], int, short) - Method in class org.apache.poi.ddf.EscherPropertyFactory
Create new properties from a byte array.
createPropertyBlockArray(POIFSBigBlockSize, List) - Static method in class org.apache.poi.poifs.storage.PropertyBlock
Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfall
createPtg(LittleEndianInput) - Static method in class org.apache.poi.hssf.record.formula.Ptg
 
createPtg() - Method in interface org.apache.poi.ss.formula.EvaluationName
 
createRecord(byte[], int) - Method in class org.apache.poi.ddf.DefaultEscherRecordFactory
Generates an escher record including the any children contained under that record.
createRecord(byte[], int) - Method in interface org.apache.poi.ddf.EscherRecordFactory
Create a new escher record from the data provided.
createRecord(RecordInputStream) - Static method in class org.apache.poi.hssf.record.RecordFactory
create a record, if there are MUL records than multiple records are returned digested into the non-mul form.
createRecords(InputStream, PrintStream, BiffViewer.BiffRecordListener, boolean) - Static method in class org.apache.poi.hssf.dev.BiffViewer
Create an array of records from an input stream
createRecords(InputStream) - Static method in class org.apache.poi.hssf.record.RecordFactory
Create an array of records from an input stream
createRichTextString(String) - Method in class org.apache.poi.hssf.usermodel.HSSFCreationHelper
 
createRichTextString(String) - Method in interface org.apache.poi.ss.usermodel.CreationHelper
Creates a new RichTextString instance
createRow(int) - Static method in class org.apache.poi.hssf.record.aggregates.RowRecordsAggregate
Create a row record.
createRow(int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Create a new row within the sheet and return the high level representation
createRow(int) - Method in interface org.apache.poi.ss.usermodel.Sheet
Create a new row within the sheet and return the high level representation
createSafeSheetName(String) - Static method in class org.apache.poi.ss.util.WorkbookUtil
Creates a valid sheet name, which is conform to the rules.
createShape(HSSFShape, int) - Static method in class org.apache.poi.hssf.model.AbstractShape
Create a new shape object used to create the escher records.
createShape(HSSFChildAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Create a new simple shape under this group.
createSheet(RecordStream) - Static method in class org.apache.poi.hssf.model.InternalSheet
read support (offset used as starting point for search) for low level API.
createSheet() - Static method in class org.apache.poi.hssf.model.InternalSheet
Creates a sheet with all the usual records minus values and the "index" record (not required).
createSheet() - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
createSheet(String) - Method in class org.apache.poi.hssf.usermodel.HSSFWorkbook
create an HSSFSheet for this HSSFWorkbook, adds it to the sheets and returns the high level representation.
createSheet() - Method in interface org.apache.poi.ss.usermodel.Workbook
Sreate an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
createSheet(String) - Method in interface org.apache.poi.ss.usermodel.Workbook
Create an Sheet for this Workbook, adds it to the sheets and returns the high level representation.
createSheetBOF() - Static method in class org.apache.poi.hssf.record.BOFRecord
 
createSimpleShape(HSSFClientAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Creates a simple shape.
createSingleRecord(RecordInputStream) - Static method in class org.apache.poi.hssf.record.RecordFactory
 
createSkip(int) - Static method in class org.apache.poi.hssf.record.formula.AttrPtg
 
createSpace(int, int) - Static method in class org.apache.poi.hssf.record.formula.AttrPtg
 
createSplitPane(int, int, int, int, int) - Method in class org.apache.poi.hssf.model.InternalSheet
Creates a split pane.
createSplitPane(int, int, int, int, int) - Method in class org.apache.poi.hssf.usermodel.HSSFSheet
Creates a split pane.
createSplitPane(int, int, int, int, int) - Method in interface org.apache.poi.ss.usermodel.Sheet
Creates a split pane.
createStubWorkbook(ExternSheetRecord[], BoundSheetRecord[], SSTRecord) - Static method in class org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder
Creates a stub Workbook from the supplied records, suitable for use with the HSSFFormulaParser
createStubWorkbook(ExternSheetRecord[], BoundSheetRecord[]) - Static method in class org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder
Creates a stub workbook from the supplied records, suitable for use with the HSSFFormulaParser
createStyleRecord(int) - Method in class org.apache.poi.hssf.model.InternalWorkbook
Creates a new StyleRecord, for the given Extended Format index, and adds it onto the end of the records collection
createSubRecord(LittleEndianInput, int) - Static method in class org.apache.poi.hssf.record.SubRecord
read a sub-record from the supplied stream
createTempFile(String, String) - Static method in class org.apache.poi.util.TempFile
Creates a temporary file.
createTextbox(HSSFClientAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFPatriarch
Constructs a textbox under the patriarch.
createTextbox(HSSFChildAnchor) - Method in class org.apache.poi.hssf.usermodel.HSSFShapeGroup
Create a new textbox under this group.
createTextLengthConstraint(int, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createTextLengthConstraint(int, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createTimeConstraint(int, String, String) - Static method in class org.apache.poi.hssf.usermodel.DVConstraint
Creates a time based data validation constraint.
createTimeConstraint(int, String, String) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createTimeConstraint(int, String, String) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createValidation(DataValidationConstraint, CellRangeAddressList) - Method in class org.apache.poi.hssf.usermodel.HSSFDataValidationHelper
 
createValidation(DataValidationConstraint, CellRangeAddressList) - Method in interface org.apache.poi.ss.usermodel.DataValidationHelper
 
createWorkbook(List) - Static method in class org.apache.poi.hssf.model.InternalWorkbook
read support for low level API.
createWorkbook() - Static method in class org.apache.poi.hssf.model.InternalWorkbook
Creates an empty workbook object with three blank sheets and all the empty fields.
createXBATBlocks(POIFSBigBlockSize, int[], int) - Static method in class org.apache.poi.poifs.storage.BATBlock
Create an array of XBATBlocks from an array of int block allocation table entries
CreationHelper - Interface in org.apache.poi.ss.usermodel
An object that handles instantiating concrete classes of the various instances one needs for HSSF and XSSF.
CRNCountRecord - Class in org.apache.poi.hssf.record
XCT - CRN Count
CRNCountRecord() - Constructor for class org.apache.poi.hssf.record.CRNCountRecord
 
CRNCountRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CRNCountRecord
 
CRNRecord - Class in org.apache.poi.hssf.record
Title: CRN(0x005A)

Description: This record stores the contents of an external cell or cell range

REFERENCE: OOO 5.23

CRNRecord() - Constructor for class org.apache.poi.hssf.record.CRNRecord
 
CRNRecord(RecordInputStream) - Constructor for class org.apache.poi.hssf.record.CRNRecord
 
CUBE - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_CONNECTOR_2 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_CONNECTOR_3 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_CONNECTOR_4 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_CONNECTOR_5 - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_DOWN_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_LEFT_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_RIGHT_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVED_UP_ARROW - Static variable in class org.apache.poi.ss.usermodel.ShapeTypes
 
CURVES - Static variable in class org.apache.poi.ddf.EscherShapePathProperty
 
CustomProperties - Class in org.apache.poi.hpsf
Maintains the instances of CustomProperty that belong to a DocumentSummaryInformation.
CustomProperties() - Constructor for class org.apache.poi.hpsf.CustomProperties
 
CustomProperty - Class in org.apache.poi.hpsf
This class represents custom properties in the document summary information stream.
CustomProperty() - Constructor for class org.apache.poi.hpsf.CustomProperty
Creates an empty CustomProperty.
CustomProperty(Property) - Constructor for class org.apache.poi.hpsf.CustomProperty
Creates a CustomProperty without a name by copying the underlying Property' attributes.
CustomProperty(Property, String) - Constructor for class org.apache.poi.hpsf.CustomProperty
Creates a CustomProperty with a name.
CustomViewSettingsRecordAggregate - Class in org.apache.poi.hssf.record.aggregates
Manages the all the records associated with a 'Custom View Settings' sub-stream.
Includes the initial USERSVIEWBEGIN(0x01AA) and final USERSVIEWEND(0x01AB).
CustomViewSettingsRecordAggregate(RecordStream) - Constructor for class org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _