ManifestsApp was updated to v1.0.3.
-
v1.0.3 (July 11, 2018)
- By Google’s update, “sheets” was added to manifests for installing the configuration of Macro. By this, this library was updated.
- You can see the added methods (getSheets(), setSheets()) at Usage.
- If you set “sheets”, please put the value of “sheets” as the resource like below sample.
{"macros": [{"menuName": "QuickRowSum", "functionName": "calculateRowSum"}]}
- Don’t put
{"sheets": {"macros": [{"menuName": "QuickRowSum", "functionName": "calculateRowSum"}]}}
- By Google’s update, “sheets” was added to manifests for installing the configuration of Macro. By this, this library was updated.
You can check this at https://github.com/tanaikech/ManifestsApp.