はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: devyani sharma
0
アクティビティ
268
要約
要約
Package that provides different functionalities for generating protected Excel sheets with randomly generated password.
概要
概要
This package includes the below mentioned activities :
1. Password Protected WorkBook - User needs to provides the Excel sheet file path. As an output, the activity will automatically generate a random password of 6 characters and lock the workbook with it. The generated password can be further used in the workflow by storing it into variable. The password is also available in the ouput console.
2. Password Protected Sheet - User needs to provide the Excel sheet file path and the sheet name that needs to be protected. As an output, the activity will automatically generate a random password of 6 characters and lock the sheet with it. The generated password can be further used in the workflow by storing it into variable. The password is also available in the ouput console.
3. Password Protected Sheet with only some specified cells or range to edit. - In some scenarios, we need to allow only some Excel cells in a sheet to be editable and the rest of the sheet to be locked. This activity provides the necessary functionality.
User needs to provide the File Path, sheet name and the ranges/cells seperated with commas that need to be editable. As an output, the activity will automatically generate a random password of 6 characters and lock the sheet with it. Only the mentioned cells are allowed to be edited and are also highlighted in green color. The password is also available in the ouput console.
機能
機能
This package can be used in projects where the Excel sheet has to be used in a more secure way. Especially while automating the processes where a particular Excel sheet involves interaction with multiple departments.
その他の情報
その他の情報
依存関係
Microsoft.Office.Interop.Excel.dll
コード言語
C#, Visual Basic
ランタイム
Windows レガシ (.Net Framework 4.6.1)