Uses of Class
org.apache.poi.xssf.streaming.SXSSFSheet
Packages that use SXSSFSheet
-
Uses of SXSSFSheet in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return SXSSFSheetModifier and TypeMethodDescriptionSXSSFWorkbook.createSheet()
Sreate an Sheet for this Workbook, adds it to the sheets and returns the high level representation.SXSSFWorkbook.createSheet
(String sheetname) Create an Sheet for this Workbook, adds it to the sheets and returns the high level representation.SXSSFCell.getSheet()
Returns the sheet this cell belongs toSXSSFRow.getSheet()
Returns the Sheet this row belongs toGet sheet with the given nameSXSSFWorkbook.getSheetAt
(int index) Get the Sheet object at the given index.Constructors in org.apache.poi.xssf.streaming with parameters of type SXSSFSheet