Uses of Class
net.sf.excelutils.ExcelException

Packages that use ExcelException
net.sf.excelutils   
 

Uses of ExcelException in net.sf.excelutils
 

Methods in net.sf.excelutils that throw ExcelException
static HSSFWorkbook WorkbookUtils.openWorkbook(ServletContext ctx, java.lang.String config)
          Open Excel File
static HSSFWorkbook WorkbookUtils.openWorkbook(java.lang.String fileName)
          Open an excel file by real fileName
static HSSFWorkbook WorkbookUtils.openWorkbook(java.io.InputStream in)
          Open an excel from InputStream
static void WorkbookUtils.SaveWorkbook(HSSFWorkbook wb, java.io.OutputStream out)
          Save the Excel to OutputStream
static void ExcelUtils.export(ServletContext ctx, java.lang.String config, java.lang.Object context, java.io.OutputStream out)
          parse the excel template and output excel to outputStream.
static void ExcelUtils.export(ServletContext ctx, java.lang.String config, int sheetIndex, java.lang.Object context, java.io.OutputStream out)
          parse the excel template in a sheet and output excel to outputStream.
static void ExcelUtils.export(ServletContext ctx, java.lang.String config, java.io.OutputStream out)
          parse the excel template and output excel to outputStream in default context.
static void ExcelUtils.export(ServletContext ctx, java.lang.String config, int sheetIndex, java.io.OutputStream out)
          parse the excel template in a sheet and output excel to outputStream in default context.
static void ExcelUtils.export(java.lang.String fileName, java.lang.Object context, java.io.OutputStream out)
          parse excel and export
static void ExcelUtils.export(java.lang.String fileName, int sheetIndex, java.lang.Object context, java.io.OutputStream out)
          parse exel and export
static void ExcelUtils.export(java.lang.String fileName, java.io.OutputStream out)
          parse excel and export excel
static void ExcelUtils.export(java.lang.String fileName, int sheetIndex, java.io.OutputStream out)
          parse excel and export excel
static void ExcelUtils.export(java.io.InputStream inputStream, java.lang.Object context, java.io.OutputStream out)
           
static void ExcelUtils.parseWorkbook(java.lang.Object context, HSSFWorkbook wb)
          parse workbook
static void ExcelUtils.parseWorkbook(java.lang.Object context, HSSFWorkbook wb, int sheetIndex)
          parse Workbook
static void ExcelUtils.parseSheet(java.lang.Object context, HSSFSheet sheet)
          parse Excel Template File
 



Copyright (C) 200£³-2005 The ExcelUtils Project.