Package ca.phon.app.log
Interface ExcelExporter
public interface ExcelExporter
Interface for exporting some context to Excel.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToWorkbook
(jxl.write.WritableWorkbook wb) Add content to the given workbook
-
Method Details
-
addToWorkbook
void addToWorkbook(jxl.write.WritableWorkbook wb) throws jxl.write.WriteException Add content to the given workbook- Parameters:
wb
-- Throws:
jxl.write.WriteException
-