1

I am using a new feature of SpreadSheet in Google Sheets: "Named and protected ranges". In this range of protected cells, I use arithmetic built-in functions and my own written functions. The trigger to run my functions is on edit spreadsheet.

Users with write permissions, sharing the link of the spreadsheet, can't properly run my functions for permissions problem while built-in functions run properly.

Own can I grant permissions for my functions to run as Google Sheets built-in functions.

4

1 に答える 1

1

組み込み関数 (Google スプレッドシート関数) は、トリガーされた関数 (自分で作成) とは何の関係もありません。共通点のない 2 つのことで説明を複雑にしています。もちろんGoogle機能も動きます!

あなたの機能をよりよく説明してください。それらは何によってトリガーされますか? onEdit、onOpen、メニュー? どのような保護範囲が関係していますか? 範囲の保護を解除しても、機能は機能しますか?

[編集]

単純なイベント ハンドラー (onEdit など) は、設計上、アクセス許可が制限されています。おそらく、インストール可能な on edit トリガーを設定する必要があります。私が与えたこの他の答えをチェックしてください。

于 2012-08-17T13:39:17.850 に答える