Class SessionToExcel

java.lang.Object
ca.phon.app.session.SessionExporter
ca.phon.app.session.SessionToExcel

public class SessionToExcel extends SessionExporter
  • Constructor Details

    • SessionToExcel

      public SessionToExcel()
    • SessionToExcel

      public SessionToExcel(SessionExportSettings settings)
  • 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