Package com.exceljava.jinx
Annotation Interface ExcelMacro
ExcelMacro annotation for methods that should be
exposed as Excel macro functions.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueName of the function as it will appear in Excel.- Default:
""
-
shortcut
String shortcut- Default:
""
-
allowAbort
boolean allowAbortNot currently used.- Default:
false
-
transpose
boolean transposeIf the result of the function is an array, transpose the array before returning to Excel. This can be used for returning a 1d array as a row instead of a column, for example.- Default:
false
-