A B C E F G I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMergedRegion(CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- addMergedRegionUnsafe(CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- addOlePackage(byte[], String, String, String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- addPicture(byte[], int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- addToolPack(UDFFinder) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- addValidationData(DataValidation) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- autoSizeColumn(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- autoSizeColumn(int, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
B
- bufferSize(int) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
The number of bytes to read into memory from the input resource.
- builder() - Static method in class com.github.pjfanning.xlsx.StreamingReader
- Builder() - Constructor for class com.github.pjfanning.xlsx.StreamingReader.Builder
C
- cellIterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- cloneSheet(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- close() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheetReader
- close() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- close() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- close() - Method in class com.github.pjfanning.xlsx.StreamingReader
-
Closes the streaming resource, attempting to clean up any temporary files created.
- CloseException - Exception in com.github.pjfanning.xlsx.exceptions
- CloseException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.CloseException
- CloseException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.CloseException
- CloseException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.CloseException
- CloseException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.CloseException
- com.github.pjfanning.xlsx - package com.github.pjfanning.xlsx
- com.github.pjfanning.xlsx.exceptions - package com.github.pjfanning.xlsx.exceptions
- com.github.pjfanning.xlsx.impl - package com.github.pjfanning.xlsx.impl
- createCell(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- createCell(int, CellType) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- createCellStyle() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createDataFormat() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createDrawingPatriarch() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- createFont() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createFreezePane(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- createFreezePane(int, int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- createName() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createRow(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- createSheet() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createSheet(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- createSplitPane(int, int, int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
E
- encryptSstTempFile() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
F
- findFont(boolean, short, short, String, boolean, boolean, short, byte) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- first() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
G
- getActiveCell() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getActiveSheetIndex() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getAddress() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- getAllNames() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getAllPictures() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getArrayFormulaRange() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- getAutobreaks() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getBooleanCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Get the value of the cell as a boolean.
- getBufferSize() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
- getCachedFormulaResultType() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Only valid for formula cells
- getCachedFormulaResultTypeEnum() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Deprecated.
- getCell(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Get the cell representing a given column (logical cell) 0-based.
- getCell(int, Row.MissingCellPolicy) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- getCellComment() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- getCellComment(CellAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getCellComments() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getCellFormula() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Return a formula for the cell, for example,
SUM(C4:E4)
- getCellMap() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- getCellStyle() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- getCellStyleAt(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getCellType() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Return the cell type.
- getCellTypeEnum() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Deprecated.
- getColumnBreaks() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getColumnIndex() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Returns column index of this cell
- getColumnOutlineLevel(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getColumnStyle(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getColumnWidth(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getColumnWidthInPixels(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getCreationHelper() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getDataValidationHelper() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDataValidations() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDateCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Get the value of the cell as a date.
- getDefaultColumnWidth() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDefaultRowHeight() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDefaultRowHeightInPoints() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDisplayGuts() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getDrawingPatriarch() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getErrorCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- getFirstCellNum() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- getFirstRowNum() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getFirstVisibleTab() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getFitToPage() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getFontAt(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getFontAt(short) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getFooter() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getForceFormulaRecalculation() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getForceFormulaRecalculation() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getHeader() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getHeight() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- getHeightInPoints() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- getHorizontallyCenter() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getHyperlink() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- getHyperlink(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getHyperlink(CellAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getHyperlinkList() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getLastCellNum() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Gets the index of the last cell contained in this row PLUS ONE.
- getLastRowNum() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Gets the last row on the sheet
- getLeftCol() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getMargin(short) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getMergedRegion(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getMergedRegions() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getMissingCellPolicy() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getName(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNameAt(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNameIndex(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNames(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNumberOfFonts() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNumberOfFontsAsInt() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNumberOfNames() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNumberOfSheets() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getNumCellStyles() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getNumericCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Get the value of the cell as a number.
- getNumericFormat() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- getNumericFormatIndex() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- getNumMergedRegions() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getOutlineLevel() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- getPaneInformation() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getPassword() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
- getPhysicalNumberOfCells() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Gets the number of defined cells (NOT number of cells in the actual row!).
- getPhysicalNumberOfRows() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getPrintArea(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getPrintSetup() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getProtect() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRepeatingColumns() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRepeatingRows() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRichStringCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Get the value of the cell as a XSSFRichTextString
- getRow() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Returns the Row this cell belongs to.
- getRow(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRowBreaks() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRowCacheSize() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
- getRowIndex() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Returns row index of a row in the sheet that contains this cell
- getRowNum() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Get row number this row represents
- getRowStyle() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- getRowSumsBelow() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getRowSumsRight() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getScenarioProtect() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getSheet() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- getSheet() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- getSheet(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getSheetAt(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getSheetConditionalFormatting() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getSheetIndex() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release.
- getSheetIndex(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getSheetIndex(Sheet) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getSheetName() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
- getSheetName() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release.
- getSheetName(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- getSheetProperties() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- getSheetVisibility(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getSpreadsheetVersion() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- getStringCellValue() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Get the value of the cell as a string.
- getTopRow() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getType() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- getVerticallyCenter() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getWorkbook() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- getZeroHeight() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Get whether or not to display this row with 0 height
- groupColumn(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- groupRow(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
I
- init(File) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- init(InputStream) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- isColumnBroken(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isColumnHidden(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Get the hidden state for a given column
- isDisplayFormulas() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isDisplayGridlines() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isDisplayRowColHeadings() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isDisplayZeros() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isFormatted() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- isFormulaType() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- isHidden() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- isPartOfArrayFormulaGroup() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- isPrintGridlines() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isPrintRowAndColumnHeadings() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isRightToLeft() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isRowBroken(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isSelected() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- isSheetHidden(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- isSheetVeryHidden(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- iterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- iterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
- iterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheetReader
-
Returns a new streaming iterator to loop through rows.
- iterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- iterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- iterator() - Method in class com.github.pjfanning.xlsx.StreamingReader
-
Deprecated.StreamingReader is equivalent to the POI Workbook object rather than the Sheet object. This method will be removed in a future release.
L
- linkExternalWorkbook(String, Workbook) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
M
- MissingSheetException - Exception in com.github.pjfanning.xlsx.exceptions
- MissingSheetException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.MissingSheetException
- MissingSheetException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.MissingSheetException
- MissingSheetException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.MissingSheetException
- MissingSheetException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.MissingSheetException
N
- NotSupportedException - Exception in com.github.pjfanning.xlsx.exceptions
- NotSupportedException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.NotSupportedException
- NotSupportedException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.NotSupportedException
- NotSupportedException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.NotSupportedException
- NotSupportedException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.NotSupportedException
O
- open(File) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Reads a given
File
and returns a new instance ofWorkbook
. - open(InputStream) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Reads a given
InputStream
and returns a new instance ofWorkbook
. - OpenException - Exception in com.github.pjfanning.xlsx.exceptions
- OpenException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.OpenException
- OpenException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.OpenException
- OpenException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.OpenException
- OpenException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.OpenException
P
- ParseException - Exception in com.github.pjfanning.xlsx.exceptions
- ParseException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.ParseException
- ParseException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ParseException
- ParseException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ParseException
- ParseException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ParseException
- password(String) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
For password protected files specify password to open file.
- protectSheet(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
R
- read(File) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release. Use
StreamingReader.Builder.open(File)
instead - read(InputStream) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release. Use
StreamingReader.Builder.open(InputStream)
instead - readDocument(InputStream) - Static method in class com.github.pjfanning.xlsx.XmlUtils
- ReadException - Exception in com.github.pjfanning.xlsx.exceptions
- ReadException() - Constructor for exception com.github.pjfanning.xlsx.exceptions.ReadException
- ReadException(Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ReadException
- ReadException(String) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ReadException
- ReadException(String, Exception) - Constructor for exception com.github.pjfanning.xlsx.exceptions.ReadException
- removeArrayFormula(Cell) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeCell(Cell) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- removeCellComment() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- removeColumnBreak(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeFormula() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- removeHyperlink() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- removeMergedRegion(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeMergedRegions(Collection<Integer>) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeName(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- removeName(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- removeName(Name) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- removePrintArea(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- removeRow(Row) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeRowBreak(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- removeSheetAt(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- rowCacheSize(int) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
The number of rows to keep in memory at any given point.
- rowIterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
S
- searchForNodeList(Document, String) - Static method in class com.github.pjfanning.xlsx.XmlUtils
- setActiveCell(CellAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setActiveSheet(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setArrayFormula(String, CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setAsActiveCell() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setAutobreaks(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setAutoFilter(CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setBlank() - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellComment(Comment) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellErrorValue(byte) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellFormula(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellMap(TreeMap<Integer, Cell>) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
- setCellStyle(CellStyle) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setCellType(CellType) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(double) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(Calendar) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(Date) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setCellValue(RichTextString) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setColumnBreak(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setColumnGroupCollapsed(int, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setColumnHidden(int, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setColumnWidth(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setContentSupplier(Supplier) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setDefaultColumnStyle(int, CellStyle) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDefaultColumnWidth(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDefaultRowHeight(short) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDefaultRowHeightInPoints(float) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDisplayFormulas(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDisplayGridlines(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDisplayGuts(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDisplayRowColHeadings(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setDisplayZeros(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setEncryptSstTempFile(boolean) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Enables use of encryption in Shared Strings Table temp file.
- setFirstVisibleTab(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setFitToPage(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setForceFormulaRecalculation(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setForceFormulaRecalculation(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setFormula(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setFormulaType(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setHeight(short) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- setHeightInPoints(float) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- setHidden(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setHorizontallyCenter(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setHyperlink(Hyperlink) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
-
Not supported
- setMargin(short, double) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setMissingCellPolicy(Row.MissingCellPolicy) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setNumericFormat(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setNumericFormatIndex(Short) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setPrintArea(int, int, int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setPrintArea(int, String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setPrintGridlines(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setPrintRowAndColumnHeadings(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRawContents(Object) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setRepeatingColumns(CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRepeatingRows(CellRangeAddress) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRightToLeft(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRowBreak(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRowGroupCollapsed(int, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRowNum(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- setRowStyle(CellStyle) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- setRowSumsBelow(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setRowSumsRight(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setSelected(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setSelectedTab(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setSheetHidden(int, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setSheetName(int, String) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setSheetOrder(String, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setSheetVisibility(int, SheetVisibility) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- setType(String) - Method in class com.github.pjfanning.xlsx.impl.StreamingCell
- setUseSstTempFile(boolean) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Enables use of Shared Strings Table temp file.
- setVerticallyCenter(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- setZeroHeight(boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- setZoom(int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- sheetIndex(int) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release. Use
StreamingWorkbook.getSheetAt(int)
instead. - sheetIterator() - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- sheetName(String) - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
-
Deprecated.This method will be removed in a future release. Use
StreamingWorkbook.getSheet(String)
instead. - shiftCellsLeft(int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- shiftCellsRight(int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingRow
-
Not supported
- shiftColumns(int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- shiftRows(int, int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- shiftRows(int, int, int, boolean, boolean) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- showInPane(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- StreamingCell - Class in com.github.pjfanning.xlsx.impl
- StreamingCell(Row, int, int, boolean) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingCell
- StreamingReader - Class in com.github.pjfanning.xlsx
-
Streaming Excel workbook implementation.
- StreamingReader(StreamingWorkbookReader) - Constructor for class com.github.pjfanning.xlsx.StreamingReader
- StreamingReader.Builder - Class in com.github.pjfanning.xlsx
- StreamingRow - Class in com.github.pjfanning.xlsx.impl
- StreamingRow(Sheet, int, boolean) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingRow
- StreamingSheet - Class in com.github.pjfanning.xlsx.impl
- StreamingSheet(String, StreamingSheetReader) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingSheet
- StreamingSheetReader - Class in com.github.pjfanning.xlsx.impl
- StreamingSheetReader(SharedStringsTable, StylesTable, XMLEventReader, boolean, int) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingSheetReader
- StreamingWorkbook - Class in com.github.pjfanning.xlsx.impl
- StreamingWorkbook(StreamingWorkbookReader) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingWorkbook
- StreamingWorkbookReader - Class in com.github.pjfanning.xlsx.impl
- StreamingWorkbookReader(StreamingReader.Builder) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
- StreamingWorkbookReader(SharedStringsTable, OPCPackage, StreamingSheetReader, StreamingReader.Builder) - Constructor for class com.github.pjfanning.xlsx.impl.StreamingWorkbookReader
-
Deprecated.
T
- TempFileUtil - Class in com.github.pjfanning.xlsx.impl
- TempFileUtil() - Constructor for class com.github.pjfanning.xlsx.impl.TempFileUtil
U
- ungroupColumn(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- ungroupRow(int, int) - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
- useSstTempFile() - Method in class com.github.pjfanning.xlsx.StreamingReader.Builder
V
- validateMergedRegions() - Method in class com.github.pjfanning.xlsx.impl.StreamingSheet
-
Not supported
W
- write(OutputStream) - Method in class com.github.pjfanning.xlsx.impl.StreamingWorkbook
-
Not supported
- writeInputStreamToFile(InputStream, int) - Static method in class com.github.pjfanning.xlsx.impl.TempFileUtil
X
- XmlUtils - Class in com.github.pjfanning.xlsx
- XmlUtils() - Constructor for class com.github.pjfanning.xlsx.XmlUtils
All Classes All Packages