5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Microsoft Power AutomateAdvent Calendar 2024

Day 20

Power AutomateでOfficeファイルをクライアントアプリケーションで開くリンクを作成する

Posted at

やりたいこと

SharePointのドキュメントライブラリに保存されたExcelファイルを、Officeクライアントアプリケーションで開くリンクを作成したい。

実装方法

HTMLのaタグを使用して、リンクの前にms-excel:ofe|u|を付与します。

image.png

実際に、フローを実行してメールのリンクをクリックします。

image.png

Officeクライアントアプリケーションで開きます。

image.png

参考

Excelだけでなく、WordやPowerPointなどのOfficeアプリをアプリケーションで開きたい場合は、以下のドキュメントを参照し、適切なURIスキームを付与するだけで実現できます。

5
2
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
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?