Class AbstractExcelConverter

    • Constructor Detail

      • AbstractExcelConverter

        public AbstractExcelConverter()
    • Method Detail

      • getWorkbook

        protected org.apache.poi.hssf.usermodel.HSSFWorkbook getWorkbook()
      • getCurrentSheet

        protected org.apache.poi.hssf.usermodel.HSSFSheet getCurrentSheet()
      • getCurrentRow

        protected org.apache.poi.hssf.usermodel.HSSFRow getCurrentRow()
      • getCurrentCell

        protected org.apache.poi.hssf.usermodel.HSSFCell getCurrentCell()
      • setCurrentSheet

        protected void setCurrentSheet​(org.apache.poi.hssf.usermodel.HSSFSheet newOne)
      • createSheet

        protected org.apache.poi.hssf.usermodel.HSSFSheet createSheet​(java.lang.String name)
      • createRow

        protected org.apache.poi.hssf.usermodel.HSSFRow createRow​(short no)
      • createCell

        protected org.apache.poi.hssf.usermodel.HSSFCell createCell​(int celltype)
      • createCell

        protected org.apache.poi.hssf.usermodel.HSSFCell createCell​(org.apache.poi.hssf.usermodel.HSSFRow row)