跳过导航链接
A B C E F G I L M N O P R S T U V W X 

A

addMergedRegion(CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
addMergedRegionUnsafe(CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
addOlePackage(byte[], String, String, String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
addPicture(byte[], int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
addToolPack(UDFFinder) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
addValidationData(DataValidation) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
autoSizeColumn(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
autoSizeColumn(int, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported

B

bufferSize(int) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
The number of bytes to read into memory from the input resource.
builder() - 类 中的静态方法com.github.greycode.xlsx.StreamingReader
 
Builder() - 类 的构造器com.github.greycode.xlsx.StreamingReader.Builder
 

C

cellIterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
 
cloneSheet(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
close() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheetReader
 
close() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
close() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 
close() - 类 中的方法com.github.greycode.xlsx.StreamingReader
Closes the streaming resource, attempting to clean up any temporary files created.
CloseException - com.github.greycode.xlsx.exceptions中的异常错误
 
CloseException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.CloseException
 
CloseException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.CloseException
 
CloseException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.CloseException
 
CloseException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.CloseException
 
com.github.greycode.xlsx - 程序包 com.github.greycode.xlsx
 
com.github.greycode.xlsx.exceptions - 程序包 com.github.greycode.xlsx.exceptions
 
com.github.greycode.xlsx.impl - 程序包 com.github.greycode.xlsx.impl
 
createCell(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
createCell(int, CellType) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
createCellStyle() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createDataFormat() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createDrawingPatriarch() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
createFont() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createFreezePane(int, int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
createFreezePane(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
createName() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createRow(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
createSheet() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createSheet(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
createSplitPane(int, int, int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported

E

encryptSstTempFile() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 
evaluateBoolean(String) - 类 中的静态方法com.github.greycode.xlsx.XmlUtils
 

F

FALSE_AS_STRING - 类 中的静态变量com.github.greycode.xlsx.XmlUtils
 
findFont(boolean, short, short, String, boolean, boolean, short, byte) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
first() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 

G

getActiveCell() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getActiveSheetIndex() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getAddress() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
getAllNames() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getAllPictures() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getArrayFormulaRange() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
getAutobreaks() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getBooleanCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Get the value of the cell as a boolean.
getBufferSize() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 
getCachedFormulaResultType() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Only valid for formula cells
getCachedFormulaResultTypeEnum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
已过时。
getCell(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Get the cell representing a given column (logical cell) 0-based.
getCell(int, Row.MissingCellPolicy) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
getCellComment() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
getCellComment(CellAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getCellComments() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getCellFormula() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Return a formula for the cell, for example, SUM(C4:E4)
getCellMap() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
 
getCellStyle() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getCellStyleAt(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getCellType() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Return the cell type.
getCellTypeEnum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
已过时。
getColumnBreaks() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getColumnIndex() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Returns column index of this cell
getColumnOutlineLevel(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getColumnStyle(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getColumnWidth(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getColumnWidthInPixels(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getCoreProperties() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Returns the Core Properties if this feature is enabled on the StreamingReader.Builder
getCreationHelper() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getDataValidationHelper() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDataValidations() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDateCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Get the value of the cell as a date.
getDefaultColumnWidth() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDefaultRowHeight() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDefaultRowHeightInPoints() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDisplayGuts() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getDrawingPatriarch() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getErrorCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
getFirstCellNum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
getFirstRowNum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Gets the first row on the sheet
getFirstVisibleTab() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getFitToPage() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getFontAt(short) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getFontAt(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getFooter() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getForceFormulaRecalculation() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getForceFormulaRecalculation() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getHeader() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getHeight() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
getHeightInPoints() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
getHorizontallyCenter() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getHyperlink() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
getHyperlink(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getHyperlink(CellAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getHyperlinkList() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getLastCellNum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Gets the index of the last cell contained in this row PLUS ONE.
getLastRowNum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Gets the last row on the sheet
getLeftCol() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getLocalDateTimeCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getMargin(short) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getMergedRegion(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getMergedRegions() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getMissingCellPolicy() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getName(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNameAt(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNameIndex(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNames(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNumberOfFonts() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNumberOfFontsAsInt() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNumberOfNames() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNumberOfSheets() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getNumCellStyles() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getNumericCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Get the value of the cell as a number.
getNumericFormat() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getNumericFormatIndex() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getNumMergedRegions() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getOutlineLevel() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
getPaneInformation() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getPassword() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 
getPhysicalNumberOfCells() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Gets the number of defined cells (NOT number of cells in the actual row!).
getPhysicalNumberOfRows() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getPrintArea(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getPrintSetup() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getProtect() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getRepeatingColumns() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getRepeatingRows() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getRichStringCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Get the value of the cell as a XSSFRichTextString For numeric cells we throw an exception.
getRow() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not Supported
getRow(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
getRowBreaks() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getRowCacheSize() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 
getRowIndex() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Returns row index of a row in the sheet that contains this cell
getRowNum() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Get row number this row represents
getRowStyle() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
getRowSumsBelow() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getRowSumsRight() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getScenarioProtect() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getSheet() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getSheet() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
 
getSheet(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getSheetAt(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getSheetConditionalFormatting() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getSheetIndex(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getSheetIndex(Sheet) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getSheetIndex() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release.
getSheetName() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
getSheetName(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getSheetName() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release.
getSheetProperties() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 
getSheetVisibility(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
getSpreadsheetVersion() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
getStringCellValue() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Get the value of the cell as a string.
getTopRow() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getType() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
getVerticallyCenter() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
getWorkbook() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Workbook is only set under certain usage flows.
getZeroHeight() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Get whether or not to display this row with 0 height
groupColumn(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
groupRow(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported

I

init(InputStream) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 
init(File) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 
isColumnBroken(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isColumnHidden(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Get the hidden state for a given column
isDisplayFormulas() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isDisplayGridlines() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isDisplayRowColHeadings() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isDisplayZeros() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isFormatted() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
isFormulaType() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
isHidden() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
isPartOfArrayFormulaGroup() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
isPrintGridlines() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isPrintRowAndColumnHeadings() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isRightToLeft() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isRowBroken(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isSelected() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
isSheetHidden(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
isSheetVeryHidden(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
iterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
 
iterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
iterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheetReader
Returns a new streaming iterator to loop through rows.
iterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
iterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbookReader
 
iterator() - 类 中的方法com.github.greycode.xlsx.StreamingReader
已过时。
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) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported

M

MissingSheetException - com.github.greycode.xlsx.exceptions中的异常错误
 
MissingSheetException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.MissingSheetException
 
MissingSheetException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.MissingSheetException
 
MissingSheetException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.MissingSheetException
 
MissingSheetException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.MissingSheetException
 

N

NotSupportedException - com.github.greycode.xlsx.exceptions中的异常错误
 
NotSupportedException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.NotSupportedException
 
NotSupportedException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.NotSupportedException
 
NotSupportedException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.NotSupportedException
 
NotSupportedException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.NotSupportedException
 

O

open(InputStream) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
Reads a given InputStream and returns a new instance of Workbook.
open(File) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
Reads a given File and returns a new instance of Workbook.
OpenException - com.github.greycode.xlsx.exceptions中的异常错误
 
OpenException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.OpenException
 
OpenException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.OpenException
 
OpenException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.OpenException
 
OpenException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.OpenException
 

P

ParseException - com.github.greycode.xlsx.exceptions中的异常错误
 
ParseException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ParseException
 
ParseException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ParseException
 
ParseException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ParseException
 
ParseException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ParseException
 
password(String) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
For password protected files specify password to open file.
protectSheet(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported

R

read(InputStream) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release. Use StreamingReader.Builder.open(InputStream) instead
read(File) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release. Use StreamingReader.Builder.open(File) instead
readCoreProperties() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 
readDocument(InputStream) - 类 中的静态方法com.github.greycode.xlsx.XmlUtils
 
ReadException - com.github.greycode.xlsx.exceptions中的异常错误
 
ReadException() - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ReadException
 
ReadException(String) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ReadException
 
ReadException(Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ReadException
 
ReadException(String, Exception) - 异常错误 的构造器com.github.greycode.xlsx.exceptions.ReadException
 
removeArrayFormula(Cell) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
removeCell(Cell) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
removeCellComment() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
removeColumnBreak(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
removeFormula() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
removeHyperlink() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
removeMergedRegion(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
removeMergedRegions(Collection<Integer>) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
removeName(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
removeName(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
removeName(Name) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
removePrintArea(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
removeRow(Row) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
removeRowBreak(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
removeSheetAt(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
rowCacheSize(int) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
The number of rows to keep in memory at any given point.
rowIterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet

S

searchForNodeList(Document, String) - 类 中的静态方法com.github.greycode.xlsx.XmlUtils
 
setActiveCell(CellAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setActiveSheet(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setArrayFormula(String, CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setAsActiveCell() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setAutobreaks(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setAutoFilter(CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setBlank() - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellComment(Comment) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellErrorValue(byte) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellFormula(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellMap(TreeMap<Integer, Cell>) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
 
setCellStyle(CellStyle) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setCellType(CellType) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(LocalDateTime) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setCellValue(LocalDate) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setCellValue(double) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(Date) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(Calendar) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(RichTextString) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setCellValue(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setColumnBreak(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setColumnGroupCollapsed(int, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setColumnHidden(int, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setColumnWidth(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setContentSupplier(Supplier) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setDefaultColumnStyle(int, CellStyle) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setDefaultColumnWidth(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setDefaultRowHeight(short) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setDefaultRowHeightInPoints(float) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setDisplayFormulas(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setDisplayGridlines(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setDisplayGuts(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setDisplayRowColHeadings(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setDisplayZeros(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setEncryptSstTempFile(boolean) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
Enables use of encryption in Shared Strings Table temp file.
setFirstVisibleTab(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setFitToPage(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setForceFormulaRecalculation(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setForceFormulaRecalculation(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setFormula(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setFormulaType(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setHeight(short) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
setHeightInPoints(float) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
setHidden(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setHorizontallyCenter(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setHyperlink(Hyperlink) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
Not supported
setMargin(short, double) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setMissingCellPolicy(Row.MissingCellPolicy) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setNumericFormat(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setNumericFormatIndex(Short) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setPrintArea(int, String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setPrintArea(int, int, int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setPrintGridlines(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setPrintRowAndColumnHeadings(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRawContents(Object) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setReadCoreProperties(boolean) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
Enables the reading of the core document properties.
setRepeatingColumns(CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRepeatingRows(CellRangeAddress) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRightToLeft(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Update operations are not supported
setRowBreak(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRowGroupCollapsed(int, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRowNum(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
setRowStyle(CellStyle) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
setRowSumsBelow(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setRowSumsRight(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setSelected(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setSelectedTab(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setSheetHidden(int, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setSheetName(int, String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setSheetOrder(String, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setSheetVisibility(int, SheetVisibility) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
setType(String) - 类 中的方法com.github.greycode.xlsx.impl.StreamingCell
 
setUseSstTempFile(boolean) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
Enables use of Shared Strings Table temp file.
setVerticallyCenter(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
setZeroHeight(boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
setZoom(int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
sheetIndex(int) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release. Use StreamingWorkbook.getSheetAt(int) instead.
sheetIterator() - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
sheetName(String) - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
已过时。
This method will be removed in a future release. Use StreamingWorkbook.getSheet(String) instead.
shiftCellsLeft(int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
shiftCellsRight(int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingRow
Not supported
shiftColumns(int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
shiftRows(int, int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
shiftRows(int, int, int, boolean, boolean) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
showInPane(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
StreamingCell - com.github.greycode.xlsx.impl中的类
 
StreamingCell(Sheet, int, int, boolean) - 类 的构造器com.github.greycode.xlsx.impl.StreamingCell
 
StreamingReader - com.github.greycode.xlsx中的类
Streaming Excel workbook implementation.
StreamingReader(StreamingWorkbookReader) - 类 的构造器com.github.greycode.xlsx.StreamingReader
 
StreamingReader.Builder - com.github.greycode.xlsx中的类
 
StreamingRow - com.github.greycode.xlsx.impl中的类
 
StreamingRow(Sheet, int, boolean) - 类 的构造器com.github.greycode.xlsx.impl.StreamingRow
 
StreamingSheet - com.github.greycode.xlsx.impl中的类
 
StreamingSheet(String, StreamingSheetReader) - 类 的构造器com.github.greycode.xlsx.impl.StreamingSheet
已过时。
StreamingSheet(StreamingWorkbook, String, StreamingSheetReader) - 类 的构造器com.github.greycode.xlsx.impl.StreamingSheet
 
StreamingSheetReader - com.github.greycode.xlsx.impl中的类
 
StreamingSheetReader(SharedStringsTable, StylesTable, XMLEventReader, boolean, int) - 类 的构造器com.github.greycode.xlsx.impl.StreamingSheetReader
 
StreamingWorkbook - com.github.greycode.xlsx.impl中的类
 
StreamingWorkbook(StreamingWorkbookReader) - 类 的构造器com.github.greycode.xlsx.impl.StreamingWorkbook
 
StreamingWorkbookReader - com.github.greycode.xlsx.impl中的类
 
StreamingWorkbookReader(SharedStringsTable, OPCPackage, StreamingSheetReader, StreamingReader.Builder) - 类 的构造器com.github.greycode.xlsx.impl.StreamingWorkbookReader
已过时。
StreamingWorkbookReader(StreamingReader.Builder) - 类 的构造器com.github.greycode.xlsx.impl.StreamingWorkbookReader
 

T

TempFileUtil - com.github.greycode.xlsx.impl中的类
 
TempFileUtil() - 类 的构造器com.github.greycode.xlsx.impl.TempFileUtil
 
TRUE_AS_STRING - 类 中的静态变量com.github.greycode.xlsx.XmlUtils
 

U

ungroupColumn(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
ungroupRow(int, int) - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported
useSstTempFile() - 类 中的方法com.github.greycode.xlsx.StreamingReader.Builder
 

V

validateMergedRegions() - 类 中的方法com.github.greycode.xlsx.impl.StreamingSheet
Not supported

W

write(OutputStream) - 类 中的方法com.github.greycode.xlsx.impl.StreamingWorkbook
Not supported
writeInputStreamToFile(InputStream, int) - 类 中的静态方法com.github.greycode.xlsx.impl.TempFileUtil
 

X

XmlUtils - com.github.greycode.xlsx中的类
 
XmlUtils() - 类 的构造器com.github.greycode.xlsx.XmlUtils
 
A B C E F G I L M N O P R S T U V W X 
跳过导航链接

Copyright © 2020. All rights reserved.