How to access generic python function across multiple workbooks with limited columns #470
-
Is there a possible way to execute a python function in multiple workbooks with each workbook having only some input arguments for the function. Something like keyword arguments or passing null columns if they are not present in the workbook. ex: def max(a,b,c): Workbook 1 has only columns 'a' and 'b', where as workbook 2 has columns 'b' and 'c'. I want to use same function in both the workbooks for calculating fields. Is there a way to handle this request apart from writing multiple functions (as i have 300+ workbooks)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answered your question here - #468 |
Beta Was this translation helpful? Give feedback.
Answered your question here - #468