Uses of Class
org.apache.poi.xssf.streaming.SXSSFRow
Packages that use SXSSFRow
-
Uses of SXSSFRow in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return SXSSFRowModifier and TypeMethodDescriptionSXSSFSheet.createRow(int rownum) Create a new row within the sheet and return the high level representationSXSSFSheet.getRow(int rownum) Returns the logical row (not physical) 0-based.Methods in org.apache.poi.xssf.streaming with parameters of type SXSSFRowModifier and TypeMethodDescriptionvoidSXSSFSheet.changeRowNum(SXSSFRow row, int newRowNum) intCompares twoSXSSFRowobjects.intvoidWrite a row to the fileConstructors in org.apache.poi.xssf.streaming with parameters of type SXSSFRow