Constructor and Description |
---|
CSVSheet(CSVWorkbook workbook,
String SheetName)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
addMergedRegion(org.apache.poi.ss.util.CellRangeAddress arg0) |
void |
addValidationData(org.apache.poi.ss.usermodel.DataValidation arg0) |
void |
autoSizeColumn(int arg0) |
void |
autoSizeColumn(int arg0,
boolean arg1) |
org.apache.poi.ss.usermodel.Drawing |
createDrawingPatriarch() |
void |
createFreezePane(int arg0,
int arg1) |
void |
createFreezePane(int arg0,
int arg1,
int arg2,
int arg3) |
org.apache.poi.ss.usermodel.Row |
createRow(int arg0) |
void |
createSplitPane(int arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
boolean |
getAutobreaks() |
org.apache.poi.ss.usermodel.Comment |
getCellComment(int arg0,
int arg1) |
int[] |
getColumnBreaks() |
org.apache.poi.ss.usermodel.CellStyle |
getColumnStyle(int arg0) |
int |
getColumnWidth(int arg0) |
org.apache.poi.ss.usermodel.DataValidationHelper |
getDataValidationHelper() |
int |
getDefaultColumnWidth() |
short |
getDefaultRowHeight() |
float |
getDefaultRowHeightInPoints() |
boolean |
getDisplayGuts() |
int |
getFirstRowNum() |
boolean |
getFitToPage() |
org.apache.poi.ss.usermodel.Footer |
getFooter() |
boolean |
getForceFormulaRecalculation() |
org.apache.poi.ss.usermodel.Header |
getHeader() |
boolean |
getHorizontallyCenter() |
int |
getLastRowNum() |
short |
getLeftCol() |
double |
getMargin(short arg0) |
org.apache.poi.ss.util.CellRangeAddress |
getMergedRegion(int arg0) |
int |
getNumMergedRegions() |
org.apache.poi.hssf.util.PaneInformation |
getPaneInformation() |
int |
getPhysicalNumberOfRows() |
org.apache.poi.ss.usermodel.PrintSetup |
getPrintSetup() |
boolean |
getProtect() |
org.apache.poi.ss.usermodel.Row |
getRow(int arg0) |
int[] |
getRowBreaks() |
int |
getRowNumber(org.apache.poi.ss.usermodel.Row row)
get the row position of a row.
|
boolean |
getRowSumsBelow() |
boolean |
getRowSumsRight() |
boolean |
getScenarioProtect() |
org.apache.poi.ss.usermodel.SheetConditionalFormatting |
getSheetConditionalFormatting() |
String |
getSheetName() |
short |
getTopRow() |
boolean |
getVerticallyCenter() |
org.apache.poi.ss.usermodel.Workbook |
getWorkbook() |
void |
groupColumn(int arg0,
int arg1) |
void |
groupRow(int arg0,
int arg1) |
boolean |
isColumnBroken(int arg0) |
boolean |
isColumnHidden(int arg0) |
boolean |
isDisplayFormulas() |
boolean |
isDisplayGridlines() |
boolean |
isDisplayRowColHeadings() |
boolean |
isDisplayZeros() |
boolean |
isPrintGridlines() |
boolean |
isRightToLeft() |
boolean |
isRowBroken(int arg0) |
boolean |
isSelected() |
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator() |
void |
protectSheet(String arg0) |
org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> |
removeArrayFormula(org.apache.poi.ss.usermodel.Cell arg0) |
void |
removeColumnBreak(int arg0) |
void |
removeMergedRegion(int arg0) |
void |
removeRow(org.apache.poi.ss.usermodel.Row arg0) |
void |
removeRowBreak(int arg0) |
Iterator<org.apache.poi.ss.usermodel.Row> |
rowIterator() |
org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> |
setArrayFormula(String arg0,
org.apache.poi.ss.util.CellRangeAddress arg1) |
void |
setAutobreaks(boolean arg0) |
org.apache.poi.ss.usermodel.AutoFilter |
setAutoFilter(org.apache.poi.ss.util.CellRangeAddress arg0) |
void |
setColumnBreak(int arg0) |
void |
setColumnGroupCollapsed(int arg0,
boolean arg1) |
void |
setColumnHidden(int arg0,
boolean arg1) |
void |
setColumnWidth(int arg0,
int arg1) |
void |
setDefaultColumnStyle(int arg0,
org.apache.poi.ss.usermodel.CellStyle arg1) |
void |
setDefaultColumnWidth(int arg0) |
void |
setDefaultRowHeight(short arg0) |
void |
setDefaultRowHeightInPoints(float arg0) |
void |
setDisplayFormulas(boolean arg0) |
void |
setDisplayGridlines(boolean arg0) |
void |
setDisplayGuts(boolean arg0) |
void |
setDisplayRowColHeadings(boolean arg0) |
void |
setDisplayZeros(boolean arg0) |
void |
setFitToPage(boolean arg0) |
void |
setForceFormulaRecalculation(boolean arg0) |
void |
setHorizontallyCenter(boolean arg0) |
void |
setMargin(short arg0,
double arg1) |
void |
setPrintGridlines(boolean arg0) |
void |
setRightToLeft(boolean arg0) |
void |
setRowBreak(int arg0) |
void |
setRowGroupCollapsed(int arg0,
boolean arg1) |
void |
setRowSumsBelow(boolean arg0) |
void |
setRowSumsRight(boolean arg0) |
void |
setSelected(boolean arg0) |
void |
setVerticallyCenter(boolean arg0) |
void |
setZoom(int arg0,
int arg1) |
void |
shiftRows(int arg0,
int arg1,
int arg2) |
void |
shiftRows(int arg0,
int arg1,
int arg2,
boolean arg3,
boolean arg4) |
void |
showInPane(short arg0,
short arg1) |
void |
ungroupColumn(int arg0,
int arg1) |
void |
ungroupRow(int arg0,
int arg1) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CSVSheet(CSVWorkbook workbook, String SheetName)
workbook
- - the enclosing workbook.SheetName
- The name of the Sheetpublic Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public int getRowNumber(org.apache.poi.ss.usermodel.Row row)
row
- The row to get the row number forpublic int addMergedRegion(org.apache.poi.ss.util.CellRangeAddress arg0)
addMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public void addValidationData(org.apache.poi.ss.usermodel.DataValidation arg0)
addValidationData
in interface org.apache.poi.ss.usermodel.Sheet
public void autoSizeColumn(int arg0)
autoSizeColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void autoSizeColumn(int arg0, boolean arg1)
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 void createFreezePane(int arg0, int arg1)
createFreezePane
in interface org.apache.poi.ss.usermodel.Sheet
public void createFreezePane(int arg0, int arg1, int arg2, int arg3)
createFreezePane
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Row createRow(int arg0)
createRow
in interface org.apache.poi.ss.usermodel.Sheet
public void createSplitPane(int arg0, int arg1, int arg2, int arg3, int arg4)
createSplitPane
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getAutobreaks()
getAutobreaks
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Comment getCellComment(int arg0, int arg1)
getCellComment
in interface org.apache.poi.ss.usermodel.Sheet
public int[] getColumnBreaks()
getColumnBreaks
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.CellStyle getColumnStyle(int arg0)
getColumnStyle
in interface org.apache.poi.ss.usermodel.Sheet
public int getColumnWidth(int arg0)
getColumnWidth
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 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 boolean getDisplayGuts()
getDisplayGuts
in interface org.apache.poi.ss.usermodel.Sheet
public int getFirstRowNum()
getFirstRowNum
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getFitToPage()
getFitToPage
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 boolean getForceFormulaRecalculation()
getForceFormulaRecalculation
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 boolean getHorizontallyCenter()
getHorizontallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public int getLastRowNum()
getLastRowNum
in interface org.apache.poi.ss.usermodel.Sheet
public short getLeftCol()
getLeftCol
in interface org.apache.poi.ss.usermodel.Sheet
public double getMargin(short arg0)
getMargin
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.util.CellRangeAddress getMergedRegion(int arg0)
getMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public int getNumMergedRegions()
getNumMergedRegions
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.hssf.util.PaneInformation getPaneInformation()
getPaneInformation
in interface org.apache.poi.ss.usermodel.Sheet
public int getPhysicalNumberOfRows()
getPhysicalNumberOfRows
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 boolean getProtect()
getProtect
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Row getRow(int arg0)
getRow
in interface org.apache.poi.ss.usermodel.Sheet
public int[] getRowBreaks()
getRowBreaks
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 getScenarioProtect()
getScenarioProtect
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 String getSheetName()
getSheetName
in interface org.apache.poi.ss.usermodel.Sheet
public short getTopRow()
getTopRow
in interface org.apache.poi.ss.usermodel.Sheet
public boolean getVerticallyCenter()
getVerticallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.Workbook getWorkbook()
getWorkbook
in interface org.apache.poi.ss.usermodel.Sheet
public void groupColumn(int arg0, int arg1)
groupColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void groupRow(int arg0, int arg1)
groupRow
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isColumnBroken(int arg0)
isColumnBroken
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isColumnHidden(int arg0)
isColumnHidden
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayFormulas()
isDisplayFormulas
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayGridlines()
isDisplayGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayRowColHeadings()
isDisplayRowColHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isDisplayZeros()
isDisplayZeros
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isPrintGridlines()
isPrintGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isRightToLeft()
isRightToLeft
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isRowBroken(int arg0)
isRowBroken
in interface org.apache.poi.ss.usermodel.Sheet
public boolean isSelected()
isSelected
in interface org.apache.poi.ss.usermodel.Sheet
public void protectSheet(String arg0)
protectSheet
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 arg0)
removeArrayFormula
in interface org.apache.poi.ss.usermodel.Sheet
public void removeColumnBreak(int arg0)
removeColumnBreak
in interface org.apache.poi.ss.usermodel.Sheet
public void removeMergedRegion(int arg0)
removeMergedRegion
in interface org.apache.poi.ss.usermodel.Sheet
public void removeRow(org.apache.poi.ss.usermodel.Row arg0)
removeRow
in interface org.apache.poi.ss.usermodel.Sheet
public void removeRowBreak(int arg0)
removeRowBreak
in interface org.apache.poi.ss.usermodel.Sheet
public Iterator<org.apache.poi.ss.usermodel.Row> rowIterator()
rowIterator
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.CellRange<? extends org.apache.poi.ss.usermodel.Cell> setArrayFormula(String arg0, org.apache.poi.ss.util.CellRangeAddress arg1)
setArrayFormula
in interface org.apache.poi.ss.usermodel.Sheet
public org.apache.poi.ss.usermodel.AutoFilter setAutoFilter(org.apache.poi.ss.util.CellRangeAddress arg0)
setAutoFilter
in interface org.apache.poi.ss.usermodel.Sheet
public void setAutobreaks(boolean arg0)
setAutobreaks
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnBreak(int arg0)
setColumnBreak
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnGroupCollapsed(int arg0, boolean arg1)
setColumnGroupCollapsed
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnHidden(int arg0, boolean arg1)
setColumnHidden
in interface org.apache.poi.ss.usermodel.Sheet
public void setColumnWidth(int arg0, int arg1)
setColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultColumnStyle(int arg0, org.apache.poi.ss.usermodel.CellStyle arg1)
setDefaultColumnStyle
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultColumnWidth(int arg0)
setDefaultColumnWidth
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultRowHeight(short arg0)
setDefaultRowHeight
in interface org.apache.poi.ss.usermodel.Sheet
public void setDefaultRowHeightInPoints(float arg0)
setDefaultRowHeightInPoints
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayFormulas(boolean arg0)
setDisplayFormulas
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayGridlines(boolean arg0)
setDisplayGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayGuts(boolean arg0)
setDisplayGuts
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayRowColHeadings(boolean arg0)
setDisplayRowColHeadings
in interface org.apache.poi.ss.usermodel.Sheet
public void setDisplayZeros(boolean arg0)
setDisplayZeros
in interface org.apache.poi.ss.usermodel.Sheet
public void setFitToPage(boolean arg0)
setFitToPage
in interface org.apache.poi.ss.usermodel.Sheet
public void setForceFormulaRecalculation(boolean arg0)
setForceFormulaRecalculation
in interface org.apache.poi.ss.usermodel.Sheet
public void setHorizontallyCenter(boolean arg0)
setHorizontallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public void setMargin(short arg0, double arg1)
setMargin
in interface org.apache.poi.ss.usermodel.Sheet
public void setPrintGridlines(boolean arg0)
setPrintGridlines
in interface org.apache.poi.ss.usermodel.Sheet
public void setRightToLeft(boolean arg0)
setRightToLeft
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowBreak(int arg0)
setRowBreak
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowGroupCollapsed(int arg0, boolean arg1)
setRowGroupCollapsed
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowSumsBelow(boolean arg0)
setRowSumsBelow
in interface org.apache.poi.ss.usermodel.Sheet
public void setRowSumsRight(boolean arg0)
setRowSumsRight
in interface org.apache.poi.ss.usermodel.Sheet
public void setSelected(boolean arg0)
setSelected
in interface org.apache.poi.ss.usermodel.Sheet
public void setVerticallyCenter(boolean arg0)
setVerticallyCenter
in interface org.apache.poi.ss.usermodel.Sheet
public void setZoom(int arg0, int arg1)
setZoom
in interface org.apache.poi.ss.usermodel.Sheet
public void shiftRows(int arg0, int arg1, int arg2)
shiftRows
in interface org.apache.poi.ss.usermodel.Sheet
public void shiftRows(int arg0, int arg1, int arg2, boolean arg3, boolean arg4)
shiftRows
in interface org.apache.poi.ss.usermodel.Sheet
public void ungroupColumn(int arg0, int arg1)
ungroupColumn
in interface org.apache.poi.ss.usermodel.Sheet
public void ungroupRow(int arg0, int arg1)
ungroupRow
in interface org.apache.poi.ss.usermodel.Sheet
public void showInPane(short arg0, short arg1)
showInPane
in interface org.apache.poi.ss.usermodel.Sheet
Copyright © 2018. All rights reserved.