public class LinkCheckerReporting extends Object
Constructor and Description |
---|
LinkCheckerReporting() |
Modifier and Type | Method and Description |
---|---|
static void |
closeFile() |
static void |
connectExcel(String pageName,
String reportSampleFileTemplatePath,
String reportSampleFileTemplateName) |
static String |
fileNameForLinkCheckerStatusReport(String pageName,
String reportSampleFileTemplatePath,
String reportSampleFileTemplateName) |
static boolean |
isStatusCodeOfXxxSeries(String statusCode,
String statusCodeSeriesFirstChar) |
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 fileNameForLinkCheckerStatusReport(String pageName, String reportSampleFileTemplatePath, String reportSampleFileTemplateName) throws Exception
Exception
public static void connectExcel(String pageName, String reportSampleFileTemplatePath, String reportSampleFileTemplateName) throws Exception
Exception
public static void setValueIntoCell(String strSheetName, int iColumnNumber, int iRowNumber, String strData) throws jxl.write.WriteException, Exception
jxl.write.WriteException
Exception
public static void setValueIntoCell(String strSheetName, int iColumnNumber, int iRowNumber, int intData) throws jxl.write.WriteException, Exception
jxl.write.WriteException
Exception