問題タブ [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.

0 投票する
1 に答える
186 参照

office-js - UI のないカスタム関数 Excel アドインを作成するにはどうすればよいですか?

In the "Custom Functions' section of the Excel API documentation, there is a subsection for "UI-less custom functions" . ただし、認証の問題、デバッグ方法、およびランタイムの違いについては説明していますが、作成方法については明示的に述べていません。そのようなプロジェクト.これはどのように行われますか?

わかりやすくするために、いくつかのカスタム関数を提供するがタスクペインを持たない Excel アドインを作成したいと考えています。したがって、対応する html をエンド ユーザーに提供する Web サーバーを (うまくいけば) 必要としません。これは UI のないカスタム関数の範囲内ですか?