Uses of Interface
org.apache.poi.ss.usermodel.Sheet
-
Packages that use Sheet Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.extractor org.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel org.apache.poi.ss.usermodel.helpers org.apache.poi.ss.util org.apache.poi.ss.util.cellwalk -
-
Uses of Sheet in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement Sheet Modifier and Type Class Description classHSSFSheetHigh level representation of a worksheet.Methods in org.apache.poi.hssf.usermodel that return types with arguments of type Sheet Modifier and Type Method Description java.util.Iterator<Sheet>HSSFWorkbook. sheetIterator()Returns an iterator of the sheets in the workbook in sheet order.java.util.Spliterator<Sheet>HSSFWorkbook. spliterator()Returns a spliterator of the sheets in the workbook in sheet order.Methods in org.apache.poi.hssf.usermodel with parameters of type Sheet Modifier and Type Method Description protected voidHSSFRangeCopier. adjustCellReferencesInsideFormula(Cell cell, Sheet destSheet, int deltaX, int deltaY)intHSSFWorkbook. getSheetIndex(Sheet sheet)Returns the index of the given sheetConstructors in org.apache.poi.hssf.usermodel with parameters of type Sheet Constructor Description HSSFRangeCopier(Sheet sheet)HSSFRangeCopier(Sheet sourceSheet, Sheet destSheet) -
Uses of Sheet in org.apache.poi.ss.extractor
Methods in org.apache.poi.ss.extractor with parameters of type Sheet Modifier and Type Method Description java.util.List<EmbeddedData>EmbeddedExtractor. extractAll(Sheet sheet) -
Uses of Sheet in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return Sheet Modifier and Type Method Description SheetEvaluationConditionalFormatRule. getSheet()Methods in org.apache.poi.ss.formula with parameters of type Sheet Modifier and Type Method Description java.util.List<EvaluationConditionalFormatRule>ConditionalFormattingEvaluator. getFormatRulesForSheet(Sheet sheet)Retrieve all formatting rules for the given sheet.java.util.List<Cell>ConditionalFormattingEvaluator. getMatchingCells(Sheet sheet, int conditionalFormattingIndex, int ruleIndex)Conditional formatting rules can apply only to cells in the sheet to which they are attached.protected java.util.List<EvaluationConditionalFormatRule>ConditionalFormattingEvaluator. getRules(Sheet sheet)lazy load by sheet since reading can be expensiveConstructors in org.apache.poi.ss.formula with parameters of type Sheet Constructor Description EvaluationConditionalFormatRule(WorkbookEvaluator workbookEvaluator, Sheet sheet, ConditionalFormatting formatting, int formattingIndex, ConditionalFormattingRule rule, int ruleIndex, CellRangeAddress[] regions) -
Uses of Sheet in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return Sheet Modifier and Type Method Description SheetWorkbook. cloneSheet(int sheetNum)Create a Sheet from an existing sheet in the Workbook.SheetWorkbook. createSheet()Create a Sheet for this Workbook, adds it to the sheets and returns the high level representation.SheetWorkbook. createSheet(java.lang.String sheetname)Create a new sheet for this Workbook and return the high level representation.SheetCell. getSheet()Returns the sheet this cell belongs toSheetPicture. getSheet()SheetRow. getSheet()Returns the Sheet this row belongs toSheetWorkbook. getSheet(java.lang.String name)Get sheet with the given nameSheetWorkbook. getSheetAt(int index)Get the Sheet object at the given index.Methods in org.apache.poi.ss.usermodel that return types with arguments of type Sheet Modifier and Type Method Description default java.util.Iterator<Sheet>Workbook. iterator()Alias forWorkbook.sheetIterator()to allow foreach loopsjava.util.Iterator<Sheet>Workbook. sheetIterator()Returns an iterator of the sheets in the workbook in sheet order.default java.util.Spliterator<Sheet>Workbook. spliterator()Returns a spliterator of the sheets in the workbook in sheet order.Methods in org.apache.poi.ss.usermodel with parameters of type Sheet Modifier and Type Method Description protected abstract voidRangeCopier. adjustCellReferencesInsideFormula(Cell cell, Sheet destSheet, int deltaX, int deltaY)intWorkbook. getSheetIndex(Sheet sheet)Returns the index of the given sheetConstructors in org.apache.poi.ss.usermodel with parameters of type Sheet Constructor Description RangeCopier(Sheet sheet)RangeCopier(Sheet sourceSheet, Sheet destSheet) -
Uses of Sheet in org.apache.poi.ss.usermodel.helpers
Fields in org.apache.poi.ss.usermodel.helpers declared as Sheet Modifier and Type Field Description protected SheetColumnShifter. sheetprotected SheetRowShifter. sheetConstructors in org.apache.poi.ss.usermodel.helpers with parameters of type Sheet Constructor Description ColumnShifter(Sheet sh)RowShifter(Sheet sh) -
Uses of Sheet in org.apache.poi.ss.util
Methods in org.apache.poi.ss.util that return Sheet Modifier and Type Method Description SheetSheetBuilder. build()Builds sheet from parent workbook and 2D array with cell values.Methods in org.apache.poi.ss.util with parameters of type Sheet Modifier and Type Method Description voidPropertyTemplate. applyBorders(Sheet sheet)Applies the drawn borders to a Sheet.static CellSheetUtil. getCell(Sheet sheet, int rowIx, int colIx)Return the cell, without taking account of merged regions.static CellSheetUtil. getCellWithMerges(Sheet sheet, int rowIx, int colIx)Return the cell, taking account of merged regions.static doubleSheetUtil. getColumnWidth(Sheet sheet, int column, boolean useMergedCells)Compute width of a column and return the result.static doubleSheetUtil. getColumnWidth(Sheet sheet, int column, boolean useMergedCells, int firstRow, int lastRow)Compute width of a column based on a subset of the rows and return the result.static RowCellUtil. getRow(int rowIndex, Sheet sheet)Get a row from the spreadsheet, and create it if it doesn't exist.static doubleImageUtils. getRowHeightInPixels(Sheet sheet, int rowNum)static voidRegionUtil. setBorderBottom(BorderStyle border, CellRangeAddress region, Sheet sheet)Sets the bottom border style for a region of cells by manipulating the cell style of the individual cells on the bottomstatic voidRegionUtil. setBorderLeft(BorderStyle border, CellRangeAddress region, Sheet sheet)Sets the left border style for a region of cells by manipulating the cell style of the individual cells on the leftstatic voidRegionUtil. setBorderRight(BorderStyle border, CellRangeAddress region, Sheet sheet)Sets the right border style for a region of cells by manipulating the cell style of the individual cells on the rightstatic voidRegionUtil. setBorderTop(BorderStyle border, CellRangeAddress region, Sheet sheet)Sets the top border style for a region of cells by manipulating the cell style of the individual cells on the topstatic voidRegionUtil. setBottomBorderColor(int color, CellRangeAddress region, Sheet sheet)Sets the bottom border color for a region of cells by manipulating the cell style of the individual cells on the bottomstatic voidRegionUtil. setLeftBorderColor(int color, CellRangeAddress region, Sheet sheet)Sets the left border color for a region of cells by manipulating the cell style of the individual cells on the leftstatic voidRegionUtil. setRightBorderColor(int color, CellRangeAddress region, Sheet sheet)Sets the right border color for a region of cells by manipulating the cell style of the individual cells on the rightstatic voidRegionUtil. setTopBorderColor(int color, CellRangeAddress region, Sheet sheet)Sets the top border color for a region of cells by manipulating the cell style of the individual cells on the top -
Uses of Sheet in org.apache.poi.ss.util.cellwalk
Constructors in org.apache.poi.ss.util.cellwalk with parameters of type Sheet Constructor Description CellWalk(Sheet sheet, CellRangeAddress range)
-