Interface ScopeGenerateExcel

All Known Implementing Classes:
ScopeGenerateExcelImpl

public interface ScopeGenerateExcel
The Interface ScopeGenerateExcel.
  • 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