Package ca.phon.app.session
Class SessionToExcel
java.lang.Object
ca.phon.app.session.SessionExporter
ca.phon.app.session.SessionToExcel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjxl.write.WritableSheet
createSheetInWorkbook
(jxl.write.WritableWorkbook wb, Session session) Create a new sheet in a writable excel workbookjxl.write.WritableCellFormat
jxl.write.WritableCellFormat
jxl.write.WritableCellFormat
jxl.write.WritableCellFormat
jxl.write.WritableCellFormat
Methods inherited from class ca.phon.app.session.SessionExporter
createAlignmentImage, createAlignmentImageBase64, createSyllabificationImage, createSyllabificationImageBase64, getAlignmentDisplay, getSettings, getSyllabificationDisplay, setSettings
-
Constructor Details
-
SessionToExcel
public SessionToExcel() -
SessionToExcel
-
-
Method Details
-
getDefaultFormat
public jxl.write.WritableCellFormat getDefaultFormat() -
getColumnHeaderFormat
public jxl.write.WritableCellFormat getColumnHeaderFormat() -
getDateCellFormat
public jxl.write.WritableCellFormat getDateCellFormat() -
getTierNameFormat
public jxl.write.WritableCellFormat getTierNameFormat() throws jxl.write.WriteException- Throws:
jxl.write.WriteException
-
getTierDataFormat
public jxl.write.WritableCellFormat getTierDataFormat() throws jxl.write.WriteException- Throws:
jxl.write.WriteException
-
createSheetInWorkbook
public jxl.write.WritableSheet createSheetInWorkbook(jxl.write.WritableWorkbook wb, Session session) throws jxl.write.WriteException Create a new sheet in a writable excel workbook- Parameters:
wb
-session
-- Throws:
jxl.write.WriteException
-