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