Class XslxHintProcessor

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.hints.XslxHintProcessor

public class XslxHintProcessor extends Object
  • Field Details

  • Constructor Details

    • XslxHintProcessor

      public XslxHintProcessor()
  • Method Details

    • init

      public void init(Document template, Document result)
    • initHintList

      protected void initHintList(Document template, Document result)
    • initDescriptors

      protected void initDescriptors(Document template, Document result)
    • isHintDefinedName

      public boolean isHintDefinedName(String definedName)
    • add

      public void add(CellReference templateRef, org.xlsx4j.sml.Cell templateCell, org.xlsx4j.sml.Cell resultCell, BandData bandData)
    • apply

      public void apply()