Class CellStylesRegistry

java.lang.Object
ch.tocco.nice2.reporting.impl.excel.nextgen.unmarshal.CellStylesRegistry

public class CellStylesRegistry extends Object
  • Constructor Details

    • CellStylesRegistry

      public CellStylesRegistry()
  • Method Details

    • getForAttributes

      public Optional<org.apache.poi.ss.usermodel.CellStyle> getForAttributes(Map<String,String> attributes)
    • addForAttributes

      public void addForAttributes(Map<String,String> attributes, org.apache.poi.ss.usermodel.CellStyle cellStyle)