問題タブ [custom-functions-excel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
office-js - カスタム関数内で Excel.run() を使用する方法はありますか?
私のカスタム関数の結果として、関数が呼び出されたセルをベースセルとして、いくつかのワークシートセルを埋めたいと思います。1 つのセルに収まらない複雑なデータを返す必要があります。
質問は、カスタム関数内で Excel.run() を使用する方法はありますか? または、より複雑なデータ (オブジェクト、オブジェクトの配列) をカスタム関数の戻り値として返す方法はありますか?
これは私がやろうとしていることの簡単な例ですが、うまくいきません: