Class ExcelHelper.ExcelCellStyles

java.lang.Object
fr.becpg.repo.helper.ExcelHelper.ExcelCellStyles
Enclosing class:
ExcelHelper

public static class ExcelHelper.ExcelCellStyles extends Object
  • Field Details

    • workbook

      private org.apache.poi.xssf.usermodel.XSSFWorkbook workbook
    • fullDateCellStyle

      private org.apache.poi.ss.usermodel.CellStyle fullDateCellStyle
    • shortDateCellStyle

      private org.apache.poi.ss.usermodel.CellStyle shortDateCellStyle
    • headerStyle

      private org.apache.poi.ss.usermodel.CellStyle headerStyle
    • headerTextStyle

      private org.apache.poi.ss.usermodel.CellStyle headerTextStyle
  • Constructor Details

    • ExcelCellStyles

      public ExcelCellStyles(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook)
  • Method Details

    • createDateStyle

      private org.apache.poi.ss.usermodel.CellStyle createDateStyle(boolean full)
    • getFullDateCellStyle

      public org.apache.poi.ss.usermodel.CellStyle getFullDateCellStyle()
    • getShortDateCellStyle

      public org.apache.poi.ss.usermodel.CellStyle getShortDateCellStyle()
    • getHeaderStyle

      public org.apache.poi.ss.usermodel.CellStyle getHeaderStyle()
    • getHeaderTextStyle

      public org.apache.poi.ss.usermodel.CellStyle getHeaderTextStyle()