I have a 200+ table that our customers fill out. I developed a script for managing spreadsheets that are basically identical in function.
The problem is that I am modifying the script. I need to modify it in all of these sheets. I tried to use libraries, but to no avail, and I hope to hear if anyone knows the answer.
In library version I, which includes (with development) in each spreadsheet, the change is not shown. It will only show results during power-up, which means that to complete this work, I have to go to each of the spreadsheets, delete the library, and reinstall the latest version. The updated library only works with my owner account. Of course, the library is shared by everyone who has the link. Running the updated library in any of the spreadsheets causes an error: "TypeError: cannot find the FunctionName function in the [object Object]. (Line 2, file" test ")"
Is there a good way to have all the spreadsheets of the same code that I can change when I want?
source
share