public class excelCustomReportGeneration extends Object
| Constructor and Description |
|---|
excelCustomReportGeneration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeFile() |
static void |
connectExcel(String addUniqueNameToFile,
String reportSampleFileTemplatePath,
String reportSampleFileTemplateName) |
static String |
fileNameForReport(String addUniqueNameToFile,
String reportSampleFileTemplatePath,
String reportSampleFileTemplateName) |
static void |
setValueIntoCell(String strSheetName,
int iColumnNumber,
int iRowNumber,
int intData) |
static void |
setValueIntoCell(String strSheetName,
int iColumnNumber,
int iRowNumber,
String strData) |
public static String fileNameForReport(String addUniqueNameToFile, String reportSampleFileTemplatePath, String reportSampleFileTemplateName) throws Exception
Exceptionpublic static void connectExcel(String addUniqueNameToFile, String reportSampleFileTemplatePath, String reportSampleFileTemplateName) throws Exception
Exceptionpublic static void setValueIntoCell(String strSheetName, int iColumnNumber, int iRowNumber, String strData) throws jxl.write.WriteException, Exception
jxl.write.WriteExceptionExceptionpublic static void setValueIntoCell(String strSheetName, int iColumnNumber, int iRowNumber, int intData) throws jxl.write.WriteException, Exception
jxl.write.WriteExceptionException