ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
Azure Data Lake Storage Excel Add-In を使って、Microsoft Excel から直接Azure Data Lake Storage データにアクセスできます。
Excel からAzure Data Lake Storage のADLS データに連携。Excel での一括エクスポート、データ分析などに最適!
加藤龍彦
ウェブデベロッパー
Excel
CData Excel Add-In for ADLS の関数を使って、スプレッドシートにデータを取り込むことができます。下記の3つの手順では、次のタスクを自動化する方法について説明します:ユーザー定義の値でAzure Data Lake Storage を検索し、その結果をExcel スプレッドシートに出力します。
CDATAQUERY 関数の構文は次のとおりです:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
この関数に入力する値は以下の3つです:
Gen 1 uses OAuth 2.0 in Azure AD for authentication.
For this, an Active Directory web application is required. You can create one as follows:
To authenticate against a Gen 1 DataLakeStore account, the following properties are required:
To authenticate against a Gen 2 DataLakeStore account, the following properties are required:
下記の処理では、すべての関数インプットをひとつ目のカラムでオーガナイズするスプレッドシートができます。
=CDATAQUERY("SELECT * FROM Resources WHERE Type = '"&B5&"'","Schema="&B1&";Account="&B2&";FileSystem="&B3&";AccessKey="&B4&";Provider=ADLS",B6)