Class JRXlsMetadataExporter.CellSettings

    • Constructor Detail

      • CellSettings

        public CellSettings()
      • CellSettings

        public CellSettings​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            Object cellValue)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            Object cellValue,
                            String formula)
      • CellSettings

        public CellSettings​(org.apache.poi.ss.usermodel.CellType cellType,
                            org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                            Object cellValue,
                            String formula,
                            org.apache.poi.ss.usermodel.Hyperlink link)
    • Method Detail

      • getCellStyle

        public org.apache.poi.hssf.usermodel.HSSFCellStyle getCellStyle()
      • setCellStyle

        public void setCellStyle​(org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle)
      • getCellType

        public org.apache.poi.ss.usermodel.CellType getCellType()
      • setCellType

        public void setCellType​(org.apache.poi.ss.usermodel.CellType cellType)
      • getCellValue

        public Object getCellValue()
      • setCellValue

        public void setCellValue​(Object cellValue)
      • getFormula

        public String getFormula()
      • setFormula

        public void setFormula​(String formula)
      • getLink

        public org.apache.poi.ss.usermodel.Hyperlink getLink()
      • setLink

        public void setLink​(org.apache.poi.ss.usermodel.Hyperlink link)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 Object cellValue)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 Object cellValue,
                                 String formula)
      • importValues

        public void importValues​(org.apache.poi.ss.usermodel.CellType cellType,
                                 org.apache.poi.hssf.usermodel.HSSFCellStyle cellStyle,
                                 Object cellValue,
                                 String formula,
                                 org.apache.poi.ss.usermodel.Hyperlink link)