Class CellStylingUtil

java.lang.Object
ch.tocco.nice2.reporting.impl.excel.util.CellStylingUtil

public final class CellStylingUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.poi.ss.usermodel.CellStyle
    handle(String stylingAttributeKey, org.apache.poi.ss.usermodel.CellStyle cellStyle, String stylingAttributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • handle

      public static org.apache.poi.ss.usermodel.CellStyle handle(String stylingAttributeKey, org.apache.poi.ss.usermodel.CellStyle cellStyle, String stylingAttributeValue, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet worksheet)