sheetfu
sheetfu copied to clipboard
run function
Is it possible to run a function/macro on a google sheet from Sheetfu API?
@ajeema I don't think so. Not with the Python version at least. If what you're looking for is the use of the Table module specifically, you can look into the Google App scripts library sheetfu which essentially gives you the Table module but within the Apps Script environment. This means you can easily add function/macros as you want based on the Table implementation.