Class SpreadsheetGenerator

    • Method Detail

      • makeSheet

        protected org.apache.poi.ss.usermodel.Sheet makeSheet​(String name)
      • addCell

        protected void addCell​(org.apache.poi.ss.usermodel.Row row,
                               int pos,
                               String content)
      • addCell

        protected void addCell​(org.apache.poi.ss.usermodel.Row row,
                               int pos,
                               boolean b)
      • addCell

        protected void addCell​(org.apache.poi.ss.usermodel.Row row,
                               int pos,
                               int content)
      • addCell

        protected void addCell​(org.apache.poi.ss.usermodel.Row row,
                               int pos,
                               String content,
                               org.apache.poi.ss.usermodel.CellStyle style)
      • columnPixels

        protected int columnPixels​(double columns)
      • addHeaders

        protected void addHeaders​(org.apache.poi.ss.usermodel.Sheet sheet,
                                  String... titles)
      • addRow

        protected void addRow​(org.apache.poi.ss.usermodel.Sheet sheet,
                              String... values)