getAllWorksheetFunctions

Gets all Excel-callable functions from the given modules

pure @safe
getAllWorksheetFunctions
(
Modules...
)
()
if (
allSatisfy!(isSomeString, typeof(Modules))
)

Meta