Uses of Class
org.apache.poi.xssf.streaming.SXSSFSheet
-
Packages that use SXSSFSheet Package Description org.apache.poi.xssf.streaming -
-
Uses of SXSSFSheet in org.apache.poi.xssf.streaming
Subclasses of SXSSFSheet in org.apache.poi.xssf.streaming Modifier and Type Class Description classDeferredSXSSFSheetA variant of SXSSFSheet that uses aRowGeneratorFunctionto lazily create rows.Methods in org.apache.poi.xssf.streaming that return SXSSFSheet Modifier and Type Method Description SXSSFSheetSXSSFWorkbook. createSheet()Create a Sheet for this Workbook, adds it to the sheets and returns the high level representation.SXSSFSheetSXSSFWorkbook. createSheet(String sheetname)Create a Sheet for this Workbook, adds it to the sheets and returns the high level representation.SXSSFSheetSXSSFCell. getSheet()Returns the sheet this cell belongs toSXSSFSheetSXSSFRow. getSheet()Returns the Sheet this row belongs toSXSSFSheetSXSSFWorkbook. getSheet(String name)Get sheet with the given nameSXSSFSheetSXSSFWorkbook. getSheetAt(int index)Get the Sheet object at the given index.Methods in org.apache.poi.xssf.streaming with parameters of type SXSSFSheet Modifier and Type Method Description protected SXSSFWorkbook.ISheetInjectorDeferredSXSSFWorkbook. createSheetInjector(SXSSFSheet sxSheet)protected SXSSFWorkbook.ISheetInjectorSXSSFWorkbook. createSheetInjector(SXSSFSheet sxSheet)voidRowGeneratorFunction. generateRows(SXSSFSheet sheet)Generate and add rows to the sheet.Constructors in org.apache.poi.xssf.streaming with parameters of type SXSSFSheet Constructor Description SXSSFRow(SXSSFSheet sheet)
-