Interface GenerateExcel

All Known Implementing Classes:
GenerateExcelImpl

public interface GenerateExcel
The Interface GenerateExcel.
GemerateExcel is an interface for generating Excel reports.
  • Method Details

    • createFileXls

      byte[] createFileXls(ReportExcel report) throws Exception
      Creates the file xls.
      Parameters:
      report - the report
      Returns:
      the byte[]
      Throws:
      Exception - the exception
    • createFileXlsx

      byte[] createFileXlsx(ReportExcel report) throws Exception
      Creates the file xlsx.
      Parameters:
      report - the report
      Returns:
      the byte[]
      Throws:
      Exception - the exception
    • createBigDataFileXlsx

      byte[] createBigDataFileXlsx(ReportExcel report) throws Exception
      Creates the big data file xlsx.
      Parameters:
      report - the report
      Returns:
      the byte[]
      Throws:
      Exception - the exception