public interface SheetContext extends RowNavigation<SheetContext,RowContext>, BlockCondition<SheetContext>, SheetConfiguration<SheetContext>, ConfigurationProvider, StyleConfiguration, StyleConfigurable<SheetContext>, ColumnTotalsDataRangeSource
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.Sheet |
getNativeSheet()
Retrieve POI sheet referred to by current
SheetContext
Please refrain from using the exposed HSSFSheet directly unless you need functionality of POI not provided by SheetContext. |
SheetContext |
mergeCells(int startColumn,
int endColumn)
Merge cells of the current row starting from column number
startColumn and ending with a column endColumn. |
currentRow, nextRow, skipRow, skipRows, stepOneRowBacknextConditionalRowendConditionalBlock, startConditionalBlockfitOnPagesByHeight, fitOnPagesByWidth, hideGrid, setColumnWidth, setColumnWidths, setDefaultRowIndentgetConfigurationgetDateStyle, getHeaderStyle, getNumberStyle, getPercentageStyle, getTextStyle, getTotalStylegetStyleConfiguration, setDateStyle, setHeaderStyle, setNumberStyle, setPercentageStyle, setStyleConfiguration, setTextStyle, setTotalStylestartColumnTotalsDataRangeFromNextRowSheetContext mergeCells(int startColumn, int endColumn)
startColumn and ending with a column endColumn.
In most cases using RowContext.mergeCells(int) is supposed to be more convenient.startColumn - index of the first column participating in a merged cellendColumn - index of the last column participating in a merged cellorg.apache.poi.ss.usermodel.Sheet getNativeSheet()
SheetContext
Please refrain from using the exposed HSSFSheet directly unless you need functionality of POI not provided by SheetContext.HSSFSheetCopyright © 2014. All rights reserved.