| Constructor and Description |
|---|
StreamingSheet(String name,
StreamingSheetReader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
addMergedRegion(org.apache.poi.ss.util.CellRangeAddress region)
Not supported
|
int |
addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress cellRangeAddress)
Not supported
|
void |
addValidationData(org.apache.poi.ss.usermodel.DataValidation dataValidation)
Not supported
|
void |
autoSizeColumn(int column)
Not supported
|
void |
autoSizeColumn(int column,
boolean useMergedCells)
Not supported
|
org.apache.poi.ss.usermodel.Drawing |
createDrawingPatriarch()
Not supported
|
void |
createFreezePane(int colSplit,
int rowSplit)
Not supported
|
void |
createFreezePane(int colSplit,
int rowSplit,
int leftmostColumn,
int topRow)
Not supported
|
org.apache.poi.ss.usermodel.Row |
createRow(int rownum)
Not supported
|
void |
createSplitPane(int xSplitPos,
int ySplitPos,
int leftmostColumn,
int topRow,
int activePane)
Not supported
|
org.apache.poi.ss.util.CellAddress |
getActiveCell()
Not supported
|
boolean |
getAutobreaks()
Not supported
|
org.apache.poi.ss.usermodel.Comment |
getCellComment(org.apache.poi.ss.util.CellAddress cellAddress)
Not supported
|
Map<org.apache.poi.ss.util.CellAddress,? extends org.apache.poi.ss.usermodel.Comment> |
getCellComments()
Not supported
|
int[] |
getColumnBreaks()
Not supported
|
int |
getColumnOutlineLevel(int columnIndex)
Not supported
|
org.apache.poi.ss.usermodel.CellStyle |
getColumnStyle(int column)
Not supported
|
int |
getColumnWidth(int columnIndex)
Not supported
|
float |
getColumnWidthInPixels(int columnIndex)
Not supported
|
org.apache.poi.ss.usermodel.DataValidationHelper |
getDataValidationHelper()
Not supported
|
List<? extends org.apache.poi.ss.usermodel.DataValidation> |
getDataValidations()
Not supported
|
int |
getDefaultColumnWidth()
Not supported
|
short |
getDefaultRowHeight()
Not supported
|
float |
getDefaultRowHeightInPoints()
Not supported
|
boolean |
getDisplayGuts()
Not supported
|
org.apache.poi.ss.usermodel.Drawing |
getDrawingPatriarch()
Not supported
|
int |
getFirstRowNum()
Not supported
|
boolean |
getFitToPage()
Not supported
|
org.apache.poi.ss.usermodel.Footer |
getFooter()
Not supported
|
boolean |
getForceFormulaRecalculation()
Not supported
|
org.apache.poi.ss.usermodel.Header |
getHeader()
Not supported
|
boolean |
getHorizontallyCenter()
Not supported
|
org.apache.poi.ss.usermodel.Hyperlink |
getHyperlink(org.apache.poi.ss.util.CellAddress cellAddress)
Not supported
|
org.apache.poi.ss.usermodel.Hyperlink |
getHyperlink(int i,
int i1)
Not supported
|
List<? extends org.apache.poi.ss.usermodel.Hyperlink> |
getHyperlinkList()
Not supported
|
int |
getLastRowNum()
Gets the last row on the sheet
|
short |
getLeftCol()
Not supported
|
double |
getMargin(short margin)
Not supported
|
org.apache.poi.ss.util.CellRangeAddress |
getMergedRegion(int index)
Not supported
|
List<org.apache.poi.ss.util.CellRangeAddress> |
getMergedRegions()
Not supported
|
int |
getNumMergedRegions()
Not supported
|
org.apache.poi.ss.util.PaneInformation |
getPaneInformation()
Not supported
|
int |
getPhysicalNumberOfRows()
Not supported
|
org.apache.poi.ss.usermodel.PrintSetup |
getPrintSetup()
Not supported
|
boolean |
getProtect()
Not supported
|
org.apache.poi.ss.util.CellRangeAddress |
getRepeatingColumns()
Not supported
|
org.apache.poi.ss.util.CellRangeAddress |
getRepeatingRows()
Not supported
|
org.apache.poi.ss.usermodel.Row |
getRow(int rownum)
Not supported
|
int[] |
getRowBreaks()
Not supported
|
boolean |
getRowSumsBelow()
Not supported
|
boolean |
getRowSumsRight()
Not supported
|
boolean |
getScenarioProtect()
Not supported
|
org.apache.poi.ss.usermodel.SheetConditionalFormatting |
getSheetConditionalFormatting()
Not supported
|
String |
getSheetName() |
short |
getTopRow()
Not supported
|
boolean |
getVerticallyCenter()
Not supported
|
org.apache.poi.ss.usermodel.Workbook |
getWorkbook()
Not supported
|
void |
groupColumn(int fromColumn,
int toColumn)
Not supported
|
void |
groupRow(int fromRow,
int toRow)
Not supported
|
boolean |
isColumnBroken(int column)
Not supported
|
boolean |
isColumnHidden(int columnIndex)
Get the hidden state for a given column
|
boolean |
isDisplayFormulas()
Not supported
|
boolean |
isDisplayGridlines()
Not supported
|
boolean |
isDisplayRowColHeadings()
Not supported
|
boolean |
isDisplayZeros()
Not supported
|
boolean |
isPrintGridlines()
Not supported
|
boolean |
isPrintRowAndColumnHeadings()
Not supported
|
boolean |
isRightToLeft()
Not supported
|
boolean |
isRowBroken(int row)
Not supported
|
boolean |
isSelected()
Not supported
|
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator() |
void |
protectSheet(String password)
Not supported
|
org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> |
removeArrayFormula(org.apache.poi.ss.usermodel.Cell cell)
Not supported
|
void |
removeColumnBreak(int column)
Not supported
|
void |
removeMergedRegion(int index)
Not supported
|
void |
removeMergedRegions(Collection<Integer> collection)
Not supported
|
void |
removeRow(org.apache.poi.ss.usermodel.Row row)
Not supported
|
void |
removeRowBreak(int row)
Not supported
|
Iterator<org.apache.poi.ss.usermodel.Row> |
rowIterator() |
void |
setActiveCell(org.apache.poi.ss.util.CellAddress cellAddress)
Not supported
|
org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> |
setArrayFormula(String formula,
org.apache.poi.ss.util.CellRangeAddress range)
Not supported
|
void |
setAutobreaks(boolean value)
Not supported
|
org.apache.poi.ss.usermodel.AutoFilter |
setAutoFilter(org.apache.poi.ss.util.CellRangeAddress range)
Not supported
|
void |
setColumnBreak(int column)
Not supported
|
void |
setColumnGroupCollapsed(int columnNumber,
boolean collapsed)
Not supported
|
void |
setColumnHidden(int columnIndex,
boolean hidden)
Not supported
|
void |
setColumnWidth(int columnIndex,
int width)
Not supported
|
void |
setDefaultColumnStyle(int column,
org.apache.poi.ss.usermodel.CellStyle style)
Not supported
|
void |
setDefaultColumnWidth(int width)
Not supported
|
void |
setDefaultRowHeight(short height)
Not supported
|
void |
setDefaultRowHeightInPoints(float height)
Not supported
|
void |
setDisplayFormulas(boolean show)
Not supported
|
void |
setDisplayGridlines(boolean show)
Not supported
|
void |
setDisplayGuts(boolean value)
Not supported
|
void |
setDisplayRowColHeadings(boolean show)
Not supported
|
void |
setDisplayZeros(boolean value)
Not supported
|
void |
setFitToPage(boolean value)
Not supported
|
void |
setForceFormulaRecalculation(boolean value)
Not supported
|
void |
setHorizontallyCenter(boolean value)
Not supported
|
void |
setMargin(short margin,
double size)
Not supported
|
void |
setPrintGridlines(boolean show)
Not supported
|
void |
setPrintRowAndColumnHeadings(boolean b)
Not supported
|
void |
setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress columnRangeRef)
Not supported
|
void |
setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress rowRangeRef)
Not supported
|
void |
setRightToLeft(boolean value)
Not supported
|
void |
setRowBreak(int row)
Not supported
|
void |
setRowGroupCollapsed(int row,
boolean collapse)
Not supported
|
void |
setRowSumsBelow(boolean value)
Not supported
|
void |
setRowSumsRight(boolean value)
Not supported
|
void |
setSelected(boolean value)
Not supported
|
void |
setVerticallyCenter(boolean value)
Not supported
|
void |
setZoom(int i)
Not supported
|
void |
shiftColumns(int startColumn,
int endColumn,
int n)
Not supported
|
void |
shiftRows(int startRow,
int endRow,
int n)
Not supported
|
void |
shiftRows(int startRow,
int endRow,
int n,
boolean copyRowHeight,
boolean resetOriginalRowHeight)
Not supported
|
void |
showInPane(int toprow,
int leftcol)
Not supported
|
void |
ungroupColumn(int fromColumn,
int toColumn)
Not supported
|
void |
ungroupRow(int fromRow,
int toRow)
Not supported
|
void |
validateMergedRegions()
Not supported
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StreamingSheet(String name, StreamingSheetReader reader)
public Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public Iterator<org.apache.poi.ss.usermodel.Row> rowIterator()
rowIterator in interface org.apache.poi.ss.usermodel.Sheetpublic String getSheetName()
getSheetName in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isColumnHidden(int columnIndex)
isColumnHidden in interface org.apache.poi.ss.usermodel.SheetcolumnIndex - - the column to set (0-based)false if the column is visiblepublic org.apache.poi.ss.usermodel.Row createRow(int rownum)
createRow in interface org.apache.poi.ss.usermodel.Sheetpublic void removeRow(org.apache.poi.ss.usermodel.Row row)
removeRow in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Row getRow(int rownum)
getRow in interface org.apache.poi.ss.usermodel.Sheetpublic int getPhysicalNumberOfRows()
getPhysicalNumberOfRows in interface org.apache.poi.ss.usermodel.Sheetpublic int getFirstRowNum()
getFirstRowNum in interface org.apache.poi.ss.usermodel.Sheetpublic int getLastRowNum()
getLastRowNum in interface org.apache.poi.ss.usermodel.Sheetpublic void setColumnHidden(int columnIndex,
boolean hidden)
setColumnHidden in interface org.apache.poi.ss.usermodel.Sheetpublic void setRightToLeft(boolean value)
setRightToLeft in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isRightToLeft()
isRightToLeft in interface org.apache.poi.ss.usermodel.Sheetpublic void setColumnWidth(int columnIndex,
int width)
setColumnWidth in interface org.apache.poi.ss.usermodel.Sheetpublic int getColumnWidth(int columnIndex)
getColumnWidth in interface org.apache.poi.ss.usermodel.Sheetpublic float getColumnWidthInPixels(int columnIndex)
getColumnWidthInPixels in interface org.apache.poi.ss.usermodel.Sheetpublic void setDefaultColumnWidth(int width)
setDefaultColumnWidth in interface org.apache.poi.ss.usermodel.Sheetpublic int getDefaultColumnWidth()
getDefaultColumnWidth in interface org.apache.poi.ss.usermodel.Sheetpublic short getDefaultRowHeight()
getDefaultRowHeight in interface org.apache.poi.ss.usermodel.Sheetpublic float getDefaultRowHeightInPoints()
getDefaultRowHeightInPoints in interface org.apache.poi.ss.usermodel.Sheetpublic void setDefaultRowHeight(short height)
setDefaultRowHeight in interface org.apache.poi.ss.usermodel.Sheetpublic void setDefaultRowHeightInPoints(float height)
setDefaultRowHeightInPoints in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.CellStyle getColumnStyle(int column)
getColumnStyle in interface org.apache.poi.ss.usermodel.Sheetpublic int addMergedRegion(org.apache.poi.ss.util.CellRangeAddress region)
addMergedRegion in interface org.apache.poi.ss.usermodel.Sheetpublic int addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress cellRangeAddress)
addMergedRegionUnsafe in interface org.apache.poi.ss.usermodel.Sheetpublic void validateMergedRegions()
validateMergedRegions in interface org.apache.poi.ss.usermodel.Sheetpublic void setVerticallyCenter(boolean value)
setVerticallyCenter in interface org.apache.poi.ss.usermodel.Sheetpublic void setHorizontallyCenter(boolean value)
setHorizontallyCenter in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getHorizontallyCenter()
getHorizontallyCenter in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getVerticallyCenter()
getVerticallyCenter in interface org.apache.poi.ss.usermodel.Sheetpublic void removeMergedRegion(int index)
removeMergedRegion in interface org.apache.poi.ss.usermodel.Sheetpublic void removeMergedRegions(Collection<Integer> collection)
removeMergedRegions in interface org.apache.poi.ss.usermodel.Sheetpublic int getNumMergedRegions()
getNumMergedRegions in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.util.CellRangeAddress getMergedRegion(int index)
getMergedRegion in interface org.apache.poi.ss.usermodel.Sheetpublic List<org.apache.poi.ss.util.CellRangeAddress> getMergedRegions()
getMergedRegions in interface org.apache.poi.ss.usermodel.Sheetpublic void setForceFormulaRecalculation(boolean value)
setForceFormulaRecalculation in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getForceFormulaRecalculation()
getForceFormulaRecalculation in interface org.apache.poi.ss.usermodel.Sheetpublic void setAutobreaks(boolean value)
setAutobreaks in interface org.apache.poi.ss.usermodel.Sheetpublic void setDisplayGuts(boolean value)
setDisplayGuts in interface org.apache.poi.ss.usermodel.Sheetpublic void setDisplayZeros(boolean value)
setDisplayZeros in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isDisplayZeros()
isDisplayZeros in interface org.apache.poi.ss.usermodel.Sheetpublic void setFitToPage(boolean value)
setFitToPage in interface org.apache.poi.ss.usermodel.Sheetpublic void setRowSumsBelow(boolean value)
setRowSumsBelow in interface org.apache.poi.ss.usermodel.Sheetpublic void setRowSumsRight(boolean value)
setRowSumsRight in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getAutobreaks()
getAutobreaks in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getDisplayGuts()
getDisplayGuts in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getFitToPage()
getFitToPage in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getRowSumsBelow()
getRowSumsBelow in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getRowSumsRight()
getRowSumsRight in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isPrintGridlines()
isPrintGridlines in interface org.apache.poi.ss.usermodel.Sheetpublic void setPrintGridlines(boolean show)
setPrintGridlines in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isPrintRowAndColumnHeadings()
isPrintRowAndColumnHeadings in interface org.apache.poi.ss.usermodel.Sheetpublic void setPrintRowAndColumnHeadings(boolean b)
setPrintRowAndColumnHeadings in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.PrintSetup getPrintSetup()
getPrintSetup in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Header getHeader()
getHeader in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Footer getFooter()
getFooter in interface org.apache.poi.ss.usermodel.Sheetpublic void setSelected(boolean value)
setSelected in interface org.apache.poi.ss.usermodel.Sheetpublic double getMargin(short margin)
getMargin in interface org.apache.poi.ss.usermodel.Sheetpublic void setMargin(short margin,
double size)
setMargin in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getProtect()
getProtect in interface org.apache.poi.ss.usermodel.Sheetpublic void protectSheet(String password)
protectSheet in interface org.apache.poi.ss.usermodel.Sheetpublic boolean getScenarioProtect()
getScenarioProtect in interface org.apache.poi.ss.usermodel.Sheetpublic void setZoom(int i)
setZoom in interface org.apache.poi.ss.usermodel.Sheetpublic short getTopRow()
getTopRow in interface org.apache.poi.ss.usermodel.Sheetpublic short getLeftCol()
getLeftCol in interface org.apache.poi.ss.usermodel.Sheetpublic void showInPane(int toprow,
int leftcol)
showInPane in interface org.apache.poi.ss.usermodel.Sheetpublic void shiftRows(int startRow,
int endRow,
int n)
shiftRows in interface org.apache.poi.ss.usermodel.Sheetpublic void shiftRows(int startRow,
int endRow,
int n,
boolean copyRowHeight,
boolean resetOriginalRowHeight)
shiftRows in interface org.apache.poi.ss.usermodel.Sheetpublic void shiftColumns(int startColumn,
int endColumn,
int n)
shiftColumns in interface org.apache.poi.ss.usermodel.Sheetpublic void createFreezePane(int colSplit,
int rowSplit,
int leftmostColumn,
int topRow)
createFreezePane in interface org.apache.poi.ss.usermodel.Sheetpublic void createFreezePane(int colSplit,
int rowSplit)
createFreezePane in interface org.apache.poi.ss.usermodel.Sheetpublic void createSplitPane(int xSplitPos,
int ySplitPos,
int leftmostColumn,
int topRow,
int activePane)
createSplitPane in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.util.PaneInformation getPaneInformation()
getPaneInformation in interface org.apache.poi.ss.usermodel.Sheetpublic void setDisplayGridlines(boolean show)
setDisplayGridlines in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isDisplayGridlines()
isDisplayGridlines in interface org.apache.poi.ss.usermodel.Sheetpublic void setDisplayFormulas(boolean show)
setDisplayFormulas in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isDisplayFormulas()
isDisplayFormulas in interface org.apache.poi.ss.usermodel.Sheetpublic void setDisplayRowColHeadings(boolean show)
setDisplayRowColHeadings in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isDisplayRowColHeadings()
isDisplayRowColHeadings in interface org.apache.poi.ss.usermodel.Sheetpublic void setRowBreak(int row)
setRowBreak in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isRowBroken(int row)
isRowBroken in interface org.apache.poi.ss.usermodel.Sheetpublic void removeRowBreak(int row)
removeRowBreak in interface org.apache.poi.ss.usermodel.Sheetpublic int[] getRowBreaks()
getRowBreaks in interface org.apache.poi.ss.usermodel.Sheetpublic int[] getColumnBreaks()
getColumnBreaks in interface org.apache.poi.ss.usermodel.Sheetpublic void setColumnBreak(int column)
setColumnBreak in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isColumnBroken(int column)
isColumnBroken in interface org.apache.poi.ss.usermodel.Sheetpublic void removeColumnBreak(int column)
removeColumnBreak in interface org.apache.poi.ss.usermodel.Sheetpublic void setColumnGroupCollapsed(int columnNumber,
boolean collapsed)
setColumnGroupCollapsed in interface org.apache.poi.ss.usermodel.Sheetpublic void groupColumn(int fromColumn,
int toColumn)
groupColumn in interface org.apache.poi.ss.usermodel.Sheetpublic void ungroupColumn(int fromColumn,
int toColumn)
ungroupColumn in interface org.apache.poi.ss.usermodel.Sheetpublic void groupRow(int fromRow,
int toRow)
groupRow in interface org.apache.poi.ss.usermodel.Sheetpublic void ungroupRow(int fromRow,
int toRow)
ungroupRow in interface org.apache.poi.ss.usermodel.Sheetpublic void setRowGroupCollapsed(int row,
boolean collapse)
setRowGroupCollapsed in interface org.apache.poi.ss.usermodel.Sheetpublic void setDefaultColumnStyle(int column,
org.apache.poi.ss.usermodel.CellStyle style)
setDefaultColumnStyle in interface org.apache.poi.ss.usermodel.Sheetpublic void autoSizeColumn(int column)
autoSizeColumn in interface org.apache.poi.ss.usermodel.Sheetpublic void autoSizeColumn(int column,
boolean useMergedCells)
autoSizeColumn in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Comment getCellComment(org.apache.poi.ss.util.CellAddress cellAddress)
getCellComment in interface org.apache.poi.ss.usermodel.Sheetpublic Map<org.apache.poi.ss.util.CellAddress,? extends org.apache.poi.ss.usermodel.Comment> getCellComments()
getCellComments in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Drawing getDrawingPatriarch()
getDrawingPatriarch in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Drawing createDrawingPatriarch()
createDrawingPatriarch in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Workbook getWorkbook()
getWorkbook in interface org.apache.poi.ss.usermodel.Sheetpublic boolean isSelected()
isSelected in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> setArrayFormula(String formula, org.apache.poi.ss.util.CellRangeAddress range)
setArrayFormula in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> removeArrayFormula(org.apache.poi.ss.usermodel.Cell cell)
removeArrayFormula in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.DataValidationHelper getDataValidationHelper()
getDataValidationHelper in interface org.apache.poi.ss.usermodel.Sheetpublic List<? extends org.apache.poi.ss.usermodel.DataValidation> getDataValidations()
getDataValidations in interface org.apache.poi.ss.usermodel.Sheetpublic void addValidationData(org.apache.poi.ss.usermodel.DataValidation dataValidation)
addValidationData in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.AutoFilter setAutoFilter(org.apache.poi.ss.util.CellRangeAddress range)
setAutoFilter in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.SheetConditionalFormatting getSheetConditionalFormatting()
getSheetConditionalFormatting in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.util.CellRangeAddress getRepeatingRows()
getRepeatingRows in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.util.CellRangeAddress getRepeatingColumns()
getRepeatingColumns in interface org.apache.poi.ss.usermodel.Sheetpublic void setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress rowRangeRef)
setRepeatingRows in interface org.apache.poi.ss.usermodel.Sheetpublic void setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress columnRangeRef)
setRepeatingColumns in interface org.apache.poi.ss.usermodel.Sheetpublic int getColumnOutlineLevel(int columnIndex)
getColumnOutlineLevel in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink(int i,
int i1)
getHyperlink in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink(org.apache.poi.ss.util.CellAddress cellAddress)
getHyperlink in interface org.apache.poi.ss.usermodel.Sheetpublic List<? extends org.apache.poi.ss.usermodel.Hyperlink> getHyperlinkList()
getHyperlinkList in interface org.apache.poi.ss.usermodel.Sheetpublic org.apache.poi.ss.util.CellAddress getActiveCell()
getActiveCell in interface org.apache.poi.ss.usermodel.Sheetpublic void setActiveCell(org.apache.poi.ss.util.CellAddress cellAddress)
setActiveCell in interface org.apache.poi.ss.usermodel.SheetCopyright © 2018. All rights reserved.