Annotation Type ExcelFunctionRows


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ExcelFunctionRows
The Interface ExcelFunctionRows.
ExcelFunctionRows is used to manage 2 lists:
  1. excelFunctions
  2. excelFunctionMerges
It must be managed on RowSheet classes.
  • Element Details

    • excelFunctions

      ExcelFunctionRow[] excelFunctions
      Excel functions.
      Returns:
      the excel function row[]
      Default:
      {}
    • excelFunctionMerges

      ExcelFunctionMergeRow[] excelFunctionMerges
      Excel function merges.
      Returns:
      the excel function merge row[]
      Default:
      {}