はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
4
アクティビティ
41.6k
要約
要約
This custom activity converts Excel and Word files using the COM Interop library.
概要
概要
An activities pack that converts files between various formats.
It receives as parameters the file path of the original file, the path of the folder where the new file should be created and the name of the new converted file.
Currently, the package contains the following activities:
Input
Output
How To Use
Example - Convert XLS to XLSX:
First, we input the full file path for the .xls file, we specify the destination folder and the name of the new file.
Then, we proceed to read and process the file as normal.
The resulting file will be "C:\UiPath\ResultXLSX.xslx".
Observation and limitations:
機能
機能
By converting the files to a different format we can reduce their size making them easier to store/send as attachments/process (XLS => XLSX; DOC =>DOCX).
We increase the number of options we have for processing the file (XLS => XLSX; DOC =>DOCX - we can process them by reading the xml files inside the resulting docx;xlsx files).
We make them readable without having to have Office (WORD => PDF).
We can make them readable as plain text (XLSX => XLS; DOCX => DOC).
その他の情報
その他の情報
依存関係
https://gallery.uipath.com/packages/Microsoft.Office.Interop.Excel/ Microsoft.Office.Interop.Excel (>= 15.0.4795.1000) https://gallery.uipath.com/packages/Microsoft.Office.Interop.Word/ Microsoft.Office.Interop.Word (>= 15.0.4797.1003)
コード言語
C#, Visual Basic
ランタイム
Windows レガシ (.Net Framework 4.6.1)