poidasmith / xlloop

XLLoop Excel Function (UDF) Server
104 stars 49 forks source link

declaring function with typed arguments #17

Open sdementen opened 10 years ago

sdementen commented 10 years ago

When declaring the functions (name, arguments, documentation), could it be possible to make type information optionnaly available on the arguments (like XL_TYPE_NUM for double or XL_TYPE_MULTI + XL_TYPE_NUM for list of double) ? Then some type checking could happen before calling the function to ensure the type is correct. Moreover, it would ease the definition of a XL_TYPE_ARRAY (see related post).

sebastien

poidasmith commented 10 years ago

Sorry, I'm not sure I follow what you are asking for here. Is this for the python reference server?