Uipath Marketplace
MarketplaceStudioスニペットMerge Content of Multiple Excel Files

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

Merge Content of Multiple Excel Files

Merge Content of Multiple Excel Files

作成者: Boundaryless Group

Star

5

スニペット

ダウンロード数

604

[戻る] ボタン
[戻る] ボタン
[次へ] ボタン
[次へ] ボタン

要約

要約

Ease out merging of data from multiple Excel files which reside in different folders within a specified parent folder

概要

概要

This is a simple workflow snippet that can be used to merge the data of multiple Excel files which reside in different folders within a specified parent folder. You can simply add this workflow to your solution and pass the parent folder path so that it will simply do the search and provide the merged data as an output.

How it works

  1. Once you provide the parent folder path, the workflow will first find all the sub-directories within the specified parent folder.
  2. Each sub-directory folder will be looped to search for .xlsx files within the folders.
  3. All the found Excel files will be added to a List which will be used later to extract data.
  4. This list will be looped to access each Excel file. Within the loop, the workflow uses an Excel application scope to find all the available workbook sheets within the Excel file.

If there are multiple sheets, the data in all the sheets will be extracted onto a data table variable. However, NOTE: to extract data only in a specific sheet, please remove the loop that is used to loop through the workbook sheets. Additionally, make sure to provide the sheet name in the Read Range activity since it will not be capturing the sheet name if the loop is removed.

The extracted data will be stored in a temporary data table variable and will be merged into another data table outside the loop. This second data table variable will actually hold all the data that are extracted from each file and finally, it will be assigned to an output parameter to return the data.

Arguments

Input argument - In_FolderPath - provide the parent folder path

Out argument - Out_MergedData - returns the merged data of all processed Excel files

機能

機能

This is a plug-and-play workflow snippet that can be used to easily extract and merge data of multiple Excel files that reside in different folders. The users do not need to write the entire workflow from scratch and this can be simply invoked from their already existing workflow solution through a Invoke workflow activity and get the results immediately.

その他の情報

その他の情報

依存関係

These are the basic dependencies that's available by default UiPath.Excel.Activities: [2.6.0] UiPath.Mail.Activities: [1.5.0] UiPath.System.Activities: [19.5.0] UiPath.UIAutomation.Activities: [19.5.0]

コード言語

Visual Basic

公開者

Boundaryless Group

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

MIT

プライバシー条項

技術情報

バージョン

2.0.0

更新日

2020年11月12日

対応製品

Studio: 19.5 - 22.10

認定

ゴールド 認定済み

アプリケーション

Microsoft Excel

サポート

メール アドレス: lahiru@boundaryless.com

Mon-Fri 8 AM to 9 PM IST; Response time: 1 business day; Resolution time: 10 days

類似のコンポーネント