public class StreamingSheet
extends java.lang.Object
implements org.apache.poi.ss.usermodel.Sheet
Constructor and Description |
---|
StreamingSheet(java.lang.String name,
StreamingSheetReader reader) |
Modifier and Type | Method and Description |
---|---|
int |
addMergedRegion(org.apache.poi.ss.util.CellRangeAddress region)
Update operations are not supported
|
int |
addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress cellRangeAddress)
Update operations are not supported
|
void |
addSharedFormula(java.lang.String siValue,
SharedFormula sharedFormula) |
void |
addValidationData(org.apache.poi.ss.usermodel.DataValidation dataValidation)
Not supported
|
void |
autoSizeColumn(int column)
Update operations are not supported
|
void |
autoSizeColumn(int column,
boolean useMergedCells)
Update operations are 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)
Update operations are not supported
|
void |
createSplitPane(int xSplitPos,
int ySplitPos,
int leftmostColumn,
int topRow,
int activePane)
Not supported
|
org.apache.poi.ss.util.CellAddress |
getActiveCell() |
boolean |
getAutobreaks()
Not supported
|
org.apache.poi.ss.usermodel.Comment |
getCellComment(org.apache.poi.ss.util.CellAddress cellAddress)
Return cell comment at row, column, if one exists.
|
java.util.Map<org.apache.poi.ss.util.CellAddress,? extends org.apache.poi.ss.usermodel.Comment> |
getCellComments()
Returns all cell comments on this sheet.
|
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
|
java.util.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()
Return the sheet's existing drawing, or null if there isn't yet one.
|
int |
getFirstRowNum()
Gets the first row on the sheet.
|
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)
Get hyperlink associated with cell (only if feature is enabled on the Builder).
|
org.apache.poi.ss.usermodel.Hyperlink |
getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column (only if feature is enabled on the Builder).
|
java.util.List<? extends org.apache.poi.ss.usermodel.Hyperlink> |
getHyperlinkList()
Get hyperlinks associated with sheet (only if feature is enabled on the Builder).
|
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)
Only works after sheet is fully read (because merged regions data is stored
at the end of the sheet XML).
|
java.util.List<org.apache.poi.ss.util.CellRangeAddress> |
getMergedRegions()
Only works after sheet is fully read (because merged regions data is stored
at the end of the sheet XML).
|
int |
getNumMergedRegions()
Only works after sheet is fully read (because merged regions data is stored
at the end of the sheet XML).
|
org.apache.poi.ss.util.PaneInformation |
getPaneInformation()
Not supported
|
int |
getPhysicalNumberOfRows()
Not supported - use
iterator() or rowIterator() to iterate over rows
and count the rows |
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 - use
iterator() or rowIterator() instead |
int[] |
getRowBreaks()
Not supported
|
boolean |
getRowSumsBelow()
Not supported
|
boolean |
getRowSumsRight()
Not supported
|
boolean |
getScenarioProtect()
Not supported
|
java.util.Map<java.lang.String,SharedFormula> |
getSharedFormulaMap() |
org.apache.poi.ss.usermodel.SheetConditionalFormatting |
getSheetConditionalFormatting()
Not supported
|
java.lang.String |
getSheetName() |
short |
getTopRow()
Not supported
|
boolean |
getVerticallyCenter()
Not supported
|
org.apache.poi.ss.usermodel.Workbook |
getWorkbook()
Workbook is only set under certain usage flows.
|
void |
groupColumn(int fromColumn,
int toColumn)
Update operations are not supported
|
void |
groupRow(int fromRow,
int toRow)
Update operations are 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
|
java.util.Iterator<org.apache.poi.ss.usermodel.Row> |
iterator() |
void |
protectSheet(java.lang.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)
Update operations are not supported
|
void |
removeColumnBreak(int column)
Update operations are not supported
|
void |
removeMergedRegion(int index)
Update operations are not supported
|
void |
removeMergedRegions(java.util.Collection<java.lang.Integer> collection)
Update operations are not supported
|
void |
removeRow(org.apache.poi.ss.usermodel.Row row)
Update operations are not supported
|
void |
removeRowBreak(int row)
Update operations are not supported
|
SharedFormula |
removeSharedFormula(java.lang.String siValue) |
java.util.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(java.lang.String formula,
org.apache.poi.ss.util.CellRangeAddress range)
Update operations are not supported
|
void |
setAutobreaks(boolean value)
Update operations are not supported
|
org.apache.poi.ss.usermodel.AutoFilter |
setAutoFilter(org.apache.poi.ss.util.CellRangeAddress range)
Update operations are not supported
|
void |
setColumnBreak(int column)
Update operations are not supported
|
void |
setColumnGroupCollapsed(int columnNumber,
boolean collapsed)
Update operations are not supported
|
void |
setColumnHidden(int columnIndex,
boolean hidden)
Update operations are not supported
|
void |
setColumnWidth(int columnIndex,
int width)
Update operations are not supported
|
void |
setDefaultColumnStyle(int column,
org.apache.poi.ss.usermodel.CellStyle style)
Update operations are not supported
|
void |
setDefaultColumnWidth(int width)
Update operations are not supported
|
void |
setDefaultRowHeight(short height)
Update operations are not supported
|
void |
setDefaultRowHeightInPoints(float height)
Update operations are not supported
|
void |
setDisplayFormulas(boolean show)
Update operations are not supported
|
void |
setDisplayGridlines(boolean show)
Update operations are not supported
|
void |
setDisplayGuts(boolean value)
Update operations are not supported
|
void |
setDisplayRowColHeadings(boolean show)
Update operations are not supported
|
void |
setDisplayZeros(boolean value)
Update operations are not supported
|
void |
setFitToPage(boolean value)
Update operations are not supported
|
void |
setForceFormulaRecalculation(boolean value)
Update operations are not supported
|
void |
setHorizontallyCenter(boolean value)
Update operations are not supported
|
void |
setMargin(short margin,
double size)
Update operations are not supported
|
void |
setPrintGridlines(boolean show)
Not supported
|
void |
setPrintRowAndColumnHeadings(boolean b)
Update operations are not supported
|
void |
setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress columnRangeRef)
Update operations are not supported
|
void |
setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress rowRangeRef)
Update operations are not supported
|
void |
setRightToLeft(boolean value)
Update operations are not supported
|
void |
setRowBreak(int row)
Update operations are not supported
|
void |
setRowGroupCollapsed(int row,
boolean collapse)
Update operations are not supported
|
void |
setRowSumsBelow(boolean value)
Update operations are not supported
|
void |
setRowSumsRight(boolean value)
Update operations are not supported
|
void |
setSelected(boolean value)
Update operations are not supported
|
void |
setVerticallyCenter(boolean value)
Update operations are not supported
|
void |
setZoom(int i)
Update operations are not supported
|
void |
shiftColumns(int startColumn,
int endColumn,
int n)
Update operations are not supported
|
void |
shiftRows(int startRow,
int endRow,
int n)
Update operations are not supported
|
void |
shiftRows(int startRow,
int endRow,
int n,
boolean copyRowHeight,
boolean resetOriginalRowHeight)
Update operations are not supported
|
void |
showInPane(int toprow,
int leftcol)
Not supported
|
java.util.Spliterator<org.apache.poi.ss.usermodel.Row> |
spliterator() |
void |
ungroupColumn(int fromColumn,
int toColumn)
Update operations are not supported
|
void |
ungroupRow(int fromRow,
int toRow)
Update operations are not supported
|
void |
validateMergedRegions()
Not supported
|
public StreamingSheet(java.lang.String name, StreamingSheetReader reader)
public org.apache.poi.ss.usermodel.Workbook getWorkbook()
getWorkbook
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.Iterator<org.apache.poi.ss.usermodel.Row> iterator()
iterator
in interface java.lang.Iterable<org.apache.poi.ss.usermodel.Row>
iterator
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.Iterator<org.apache.poi.ss.usermodel.Row> rowIterator()
rowIterator
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.Spliterator<org.apache.poi.ss.usermodel.Row> spliterator()
spliterator
in interface java.lang.Iterable<org.apache.poi.ss.usermodel.Row>
spliterator
in interface org.apache.poi.ss.usermodel.Sheet
public java.lang.String getSheetName()
getSheetName
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isColumnHidden(int columnIndex)
isColumnHidden
in interface org.apache.poi.ss.usermodel.Sheet
columnIndex
- - the column to set (0-based)false
if the column is visiblepublic int getFirstRowNum()
getFirstRowNum
in interface org.apache.poi.ss.usermodel.Sheet
public int getLastRowNum()
getLastRowNum
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Comment getCellComment(org.apache.poi.ss.util.CellAddress cellAddress)
getCellComment
in interface org.apache.poi.ss.usermodel.Sheet
cellAddress
- the location of the cell commentjava.lang.IllegalStateException
- if StreamingReader.Builder.setReadComments(boolean)
is not set to truepublic java.util.Map<org.apache.poi.ss.util.CellAddress,? extends org.apache.poi.ss.usermodel.Comment> getCellComments()
getCellComments
in interface org.apache.poi.ss.usermodel.Sheet
java.lang.IllegalStateException
- if StreamingReader.Builder.setReadComments(boolean)
is not set to truepublic org.apache.poi.ss.util.CellRangeAddress getMergedRegion(int index)
getMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.List<org.apache.poi.ss.util.CellRangeAddress> getMergedRegions()
getMergedRegions
in interface org.apache.poi.ss.usermodel.Sheet
public int getNumMergedRegions()
getNumMergedRegions
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Drawing getDrawingPatriarch()
getDrawingPatriarch
in interface org.apache.poi.ss.usermodel.Sheet
java.lang.IllegalStateException
- if StreamingReader.Builder.setReadShapes(boolean)
is not set to truepublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink(int row, int column)
getHyperlink
in interface org.apache.poi.ss.usermodel.Sheet
row
- The row where the hyperlink is anchoredcolumn
- The column where the hyperlink is anchoredjava.lang.IllegalStateException
- if StreamingReader.Builder.setReadHyperlinks(boolean)
is not set to truepublic org.apache.poi.ss.usermodel.Hyperlink getHyperlink(org.apache.poi.ss.util.CellAddress cellAddress)
getHyperlink
in interface org.apache.poi.ss.usermodel.Sheet
cellAddress
- java.lang.IllegalStateException
- if StreamingReader.Builder.setReadHyperlinks(boolean)
is not set to truepublic java.util.List<? extends org.apache.poi.ss.usermodel.Hyperlink> getHyperlinkList()
getHyperlinkList
in interface org.apache.poi.ss.usermodel.Sheet
XlsxHyperlink
to access cell referencejava.lang.IllegalStateException
- if StreamingReader.Builder.setReadHyperlinks(boolean)
is not set to truepublic org.apache.poi.ss.util.CellAddress getActiveCell()
getActiveCell
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.Map<java.lang.String,SharedFormula> getSharedFormulaMap()
public void addSharedFormula(java.lang.String siValue, SharedFormula sharedFormula)
siValue
- the ID for the shared formula (appears in Excel sheet XML as an si
attributesharedFormula
- maps the base cell and formula for the shared formulapublic SharedFormula removeSharedFormula(java.lang.String siValue)
siValue
- the ID for the shared formula (appears in Excel sheet XML as an si
attributepublic org.apache.poi.ss.usermodel.Row createRow(int rownum)
createRow
in interface org.apache.poi.ss.usermodel.Sheet
public void removeRow(org.apache.poi.ss.usermodel.Row row)
removeRow
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Row getRow(int rownum)
iterator()
or rowIterator()
insteadgetRow
in interface org.apache.poi.ss.usermodel.Sheet
public int getPhysicalNumberOfRows()
iterator()
or rowIterator()
to iterate over rows
and count the rowsgetPhysicalNumberOfRows
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnHidden(int columnIndex, boolean hidden)
setColumnHidden
in interface org.apache.poi.ss.usermodel.Sheet
public void setRightToLeft(boolean value)
setRightToLeft
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isRightToLeft()
isRightToLeft
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnWidth(int columnIndex, int width)
setColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public int getColumnWidth(int columnIndex)
getColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public float getColumnWidthInPixels(int columnIndex)
getColumnWidthInPixels
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultColumnWidth(int width)
setDefaultColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public int getDefaultColumnWidth()
getDefaultColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public short getDefaultRowHeight()
getDefaultRowHeight
in interface org.apache.poi.ss.usermodel.Sheet
public float getDefaultRowHeightInPoints()
getDefaultRowHeightInPoints
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultRowHeight(short height)
setDefaultRowHeight
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultRowHeightInPoints(float height)
setDefaultRowHeightInPoints
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.CellStyle getColumnStyle(int column)
getColumnStyle
in interface org.apache.poi.ss.usermodel.Sheet
public int addMergedRegion(org.apache.poi.ss.util.CellRangeAddress region)
addMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public int addMergedRegionUnsafe(org.apache.poi.ss.util.CellRangeAddress cellRangeAddress)
addMergedRegionUnsafe
in interface org.apache.poi.ss.usermodel.Sheet
public void validateMergedRegions()
validateMergedRegions
in interface org.apache.poi.ss.usermodel.Sheet
public void setVerticallyCenter(boolean value)
setVerticallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public void setHorizontallyCenter(boolean value)
setHorizontallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getHorizontallyCenter()
getHorizontallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getVerticallyCenter()
getVerticallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public void removeMergedRegion(int index)
removeMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public void removeMergedRegions(java.util.Collection<java.lang.Integer> collection)
removeMergedRegions
in interface org.apache.poi.ss.usermodel.Sheet
public void setForceFormulaRecalculation(boolean value)
setForceFormulaRecalculation
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getForceFormulaRecalculation()
getForceFormulaRecalculation
in interface org.apache.poi.ss.usermodel.Sheet
public void setAutobreaks(boolean value)
setAutobreaks
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayGuts(boolean value)
setDisplayGuts
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayZeros(boolean value)
setDisplayZeros
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayZeros()
isDisplayZeros
in interface org.apache.poi.ss.usermodel.Sheet
public void setFitToPage(boolean value)
setFitToPage
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowSumsBelow(boolean value)
setRowSumsBelow
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowSumsRight(boolean value)
setRowSumsRight
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getAutobreaks()
getAutobreaks
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getDisplayGuts()
getDisplayGuts
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getFitToPage()
getFitToPage
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getRowSumsBelow()
getRowSumsBelow
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getRowSumsRight()
getRowSumsRight
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isPrintGridlines()
isPrintGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public void setPrintGridlines(boolean show)
setPrintGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isPrintRowAndColumnHeadings()
isPrintRowAndColumnHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public void setPrintRowAndColumnHeadings(boolean b)
setPrintRowAndColumnHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.PrintSetup getPrintSetup()
getPrintSetup
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Header getHeader()
getHeader
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Footer getFooter()
getFooter
in interface org.apache.poi.ss.usermodel.Sheet
public void setSelected(boolean value)
setSelected
in interface org.apache.poi.ss.usermodel.Sheet
public double getMargin(short margin)
getMargin
in interface org.apache.poi.ss.usermodel.Sheet
public void setMargin(short margin, double size)
setMargin
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getProtect()
getProtect
in interface org.apache.poi.ss.usermodel.Sheet
public void protectSheet(java.lang.String password)
protectSheet
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getScenarioProtect()
getScenarioProtect
in interface org.apache.poi.ss.usermodel.Sheet
public void setZoom(int i)
setZoom
in interface org.apache.poi.ss.usermodel.Sheet
public short getTopRow()
getTopRow
in interface org.apache.poi.ss.usermodel.Sheet
public short getLeftCol()
getLeftCol
in interface org.apache.poi.ss.usermodel.Sheet
public void showInPane(int toprow, int leftcol)
showInPane
in interface org.apache.poi.ss.usermodel.Sheet
public void shiftRows(int startRow, int endRow, int n)
shiftRows
in interface org.apache.poi.ss.usermodel.Sheet
public void shiftRows(int startRow, int endRow, int n, boolean copyRowHeight, boolean resetOriginalRowHeight)
shiftRows
in interface org.apache.poi.ss.usermodel.Sheet
public void shiftColumns(int startColumn, int endColumn, int n)
shiftColumns
in interface org.apache.poi.ss.usermodel.Sheet
public void createFreezePane(int colSplit, int rowSplit, int leftmostColumn, int topRow)
createFreezePane
in interface org.apache.poi.ss.usermodel.Sheet
public void createFreezePane(int colSplit, int rowSplit)
createFreezePane
in interface org.apache.poi.ss.usermodel.Sheet
public void createSplitPane(int xSplitPos, int ySplitPos, int leftmostColumn, int topRow, int activePane)
createSplitPane
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.util.PaneInformation getPaneInformation()
getPaneInformation
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayGridlines(boolean show)
setDisplayGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayGridlines()
isDisplayGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayFormulas(boolean show)
setDisplayFormulas
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayFormulas()
isDisplayFormulas
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayRowColHeadings(boolean show)
setDisplayRowColHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayRowColHeadings()
isDisplayRowColHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowBreak(int row)
setRowBreak
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isRowBroken(int row)
isRowBroken
in interface org.apache.poi.ss.usermodel.Sheet
public void removeRowBreak(int row)
removeRowBreak
in interface org.apache.poi.ss.usermodel.Sheet
public int[] getRowBreaks()
getRowBreaks
in interface org.apache.poi.ss.usermodel.Sheet
public int[] getColumnBreaks()
getColumnBreaks
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnBreak(int column)
setColumnBreak
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isColumnBroken(int column)
isColumnBroken
in interface org.apache.poi.ss.usermodel.Sheet
public void removeColumnBreak(int column)
removeColumnBreak
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnGroupCollapsed(int columnNumber, boolean collapsed)
setColumnGroupCollapsed
in interface org.apache.poi.ss.usermodel.Sheet
public void groupColumn(int fromColumn, int toColumn)
groupColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void ungroupColumn(int fromColumn, int toColumn)
ungroupColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void groupRow(int fromRow, int toRow)
groupRow
in interface org.apache.poi.ss.usermodel.Sheet
public void ungroupRow(int fromRow, int toRow)
ungroupRow
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowGroupCollapsed(int row, boolean collapse)
setRowGroupCollapsed
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultColumnStyle(int column, org.apache.poi.ss.usermodel.CellStyle style)
setDefaultColumnStyle
in interface org.apache.poi.ss.usermodel.Sheet
public void autoSizeColumn(int column)
autoSizeColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void autoSizeColumn(int column, boolean useMergedCells)
autoSizeColumn
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Drawing createDrawingPatriarch()
createDrawingPatriarch
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isSelected()
isSelected
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> setArrayFormula(java.lang.String formula, org.apache.poi.ss.util.CellRangeAddress range)
setArrayFormula
in interface org.apache.poi.ss.usermodel.Sheet
public 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.Sheet
public org.apache.poi.ss.usermodel.DataValidationHelper getDataValidationHelper()
getDataValidationHelper
in interface org.apache.poi.ss.usermodel.Sheet
public java.util.List<? extends org.apache.poi.ss.usermodel.DataValidation> getDataValidations()
getDataValidations
in interface org.apache.poi.ss.usermodel.Sheet
public void addValidationData(org.apache.poi.ss.usermodel.DataValidation dataValidation)
addValidationData
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.AutoFilter setAutoFilter(org.apache.poi.ss.util.CellRangeAddress range)
setAutoFilter
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.SheetConditionalFormatting getSheetConditionalFormatting()
getSheetConditionalFormatting
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.util.CellRangeAddress getRepeatingRows()
getRepeatingRows
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.util.CellRangeAddress getRepeatingColumns()
getRepeatingColumns
in interface org.apache.poi.ss.usermodel.Sheet
public void setRepeatingRows(org.apache.poi.ss.util.CellRangeAddress rowRangeRef)
setRepeatingRows
in interface org.apache.poi.ss.usermodel.Sheet
public void setRepeatingColumns(org.apache.poi.ss.util.CellRangeAddress columnRangeRef)
setRepeatingColumns
in interface org.apache.poi.ss.usermodel.Sheet
public int getColumnOutlineLevel(int columnIndex)
getColumnOutlineLevel
in interface org.apache.poi.ss.usermodel.Sheet
public void setActiveCell(org.apache.poi.ss.util.CellAddress cellAddress)
setActiveCell
in interface org.apache.poi.ss.usermodel.Sheet