Interface ExIn

All Known Implementing Classes:
AbstractExIn, ComplexIn, PureIn

public interface ExIn
Author:
Lang Two method for 1) Complex Tpl 2) Simple Tpl
  • Method Summary

    Modifier and Type
    Method
    Description
    applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom)
     
    applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)
     
    bind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
     
  • Method Details

    • bind

      ExIn bind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
    • applyTable

      ExBound applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)
    • applyData

      ExTable applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom)