getAllWorksheetFunctions

Gets all Excel-callable functions from the given modules

pure @safe
getAllWorksheetFunctions
(
Modules...
)
(
Flag!"onlyExports" onlyExports = No.onlyExports
)
if (
allSatisfy!(isSomeString, typeof(Modules))
)

Meta