0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Excel Web Api 備忘録

Last updated at Posted at 2020-12-23

注意点: ・ストアに上げないと、配布しにくい(手動でしかないようで、かつ、保守しにくい) ・Excel Build Version にめちゃくちゃ関係あるので、注意しなければ開発自体に変な問題沢山でてくる ・excelApi1.1~1.12のサーポトはExcel Build Versionによること。

1.Office JavaScript API リファレンス ドキュメント
  https://docs.microsoft.com/ja-jp/office/dev/add-ins/reference/javascript-api-for-office

2.Office アドイン ドキュメント
  https://docs.microsoft.com/ja-jp/office/dev/add-ins/

その他
window10 officeキャシュークリアしたいなら
del /s /f /q %userprofile%\AppData\Roaming\Microsoft\Excel
del /s /f /q %userprofile%\AppData\Roaming\Microsoft\Office\16.0
del /s /f /q %LOCALAPPDATA%\Packages\Microsoft.Win32WebViewHost_cw5n1h2txyewy\AC#!123\INetCache
del /s /f /q %LOCALAPPDATA%\Microsoft\Office\16.0\Wef\

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?