検索:excel-delete-range

adminが2022/04/24 04:58に最終更新

19件のうち1 - 10 次のページ » ページ 1 2

Activities (en)

adminが2022/07/01 15:42に最終更新
表示されるドキュメントの内容
Append Range Excel Append Range Excel Application Scope Excel Close Workbook Excel Copy Paste Range Excel Copy Sheet Excel Delete Range Excel Get Workbook Sheet Excel Get Workbook Sheets Excel Insert Columns Table Excel Insert Or Delete Columns Excel Insert Or Delete Rows Excel Insert Rows Excel
保存場所
Excel Activities
ドキュメントの内容のソース
://docs.akabot.com/bin/view/Activities/Excel%20Activities/Activities/Excel%20Copy%20Sheet/]] * [[Excel Delete Range
/Excel%20Activities/Activities/Append%20Range/]] * [[Excel Append Range>>url:https://docs.akabot.com/bin
/Excel%20Close%20Workbook/]] * [[Excel Copy Paste Range>>url:https://docs.akabot.com/bin/view/Activities

Excel Read Range (en)

VuNH54が2023/04/20 09:37に最終更新
表示されるドキュメントの内容
of an Excel range and store it in a DataTable variable. If the range is not specified, the whole spreadsheet is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Can only be used in the Excel Application Scope activity. (* is mandatory) In the body of activity
タイトル
Excel Read Range
保存場所
Excel Read Range
Excel Activities
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelReadRange == **Description** == This activity allows you to read the value of an Excel range and store it in a DataTable variable. If the range is not specified, the whole spreadsheet is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Can only be used in the Excel Application

Excel Append Range (en)

VuNH54が2023/04/19 16:57に最終更新
表示されるドキュメントの内容
. E.g: Excel Append Range
in a Data Table variable to the end of a specified Excel spreadsheet. (* is mandatory) In the body of activity Sheet Name - The name of the sheet in which to add the specified range. By default
タイトル
Excel Append Range
保存場所
Excel Append Range
Excel Activities
ドキュメントの内容のソース
the name of the activity to organize and structure your code better. E.g: Excel Append Range
to the end of a specified Excel spreadsheet. [[image:image-20220505131238-1.jpeg]] (* is mandatory) == **In the body of activity** == * **Sheet Name** - The name of the sheet in which to add the specified range

Excel Write Range (en)

VuNH54が2023/04/20 10:42に最終更新
表示されるドキュメントの内容
range are overwritten. Changes are immediately saved. Can only be used in the Excel Application Scope
of the activity to organize and structure your code better. E.g: Write Range Excel Options Add Headers (Checkbox
. E.g: “A10” Data Table - The data that you want to write to the specified range, as a DataTable
タイトル
Excel Write Range
保存場所
Excel Write Range
Excel Activities
ドキュメントの内容のソース
Range Excel **Options** * **Add Headers (Checkbox) **- When selected, column headers are also written
with the value specified in the Sheetname property. All cells within the specified range are overwritten. Changes are immediately saved. Can only be used in the Excel Application Scope activities. [[image:image-20220505114134-2

Excel Insert Or Delete Columns (en)

VuNH54が2023/04/19 17:08に最終更新
表示されるドキュメントの内容
to organize and structure your code better. E.g: [038325762] Excel Insert Or Delete Columns Options
columns to the document. ・Delete: Remove columns from the document. Sheet name (String)* - The name
タイトル
Excel Insert Or Delete Columns
保存場所
Excel Insert Or Delete Columns
Excel Activities
ドキュメントの内容のソース
and structure your code better. E.g: [038325762] Excel Insert Or Delete Columns **Options** * **CopyOrigin
) **- Selects whether the activity adds or removes columns. **・Add**: Add columns to the document. **・Delete

[1] Release Notes (en)

保存場所
VuNH54が2023/09/08 14:41に最終更新
表示されるドキュメントの内容
workbook. If no other workbook is specified, it is copied to the source file. Delete Range: Uses the Microsoft Graph Clear range (when Shift is None) or Delete range (when Shift is Up or Left) API to delete a range of cell data (Range) from a specified workbook (Workbook) worksheet (SheetName). Delete Sheet
ドキュメントの内容のソース
to the source file. * Delete Range: Uses the Microsoft Graph Clear range (when **Shift** is //None//) or Delete range (when **Shift** is //Up// or //Left//) API to delete a range of cell data (**Range**) from
the information from a specified Excel workbook cell range for use in other activities, such as Write Range

Excel Write Cell (en)

VuNH54が2023/04/20 10:39に最終更新
表示されるドキュメントの内容
 - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet
: “Hello world” or “=B1+C2” Properties Input Cell (String)* - The Excel cell or range that you want
into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name
タイトル
Excel Write Cell
保存場所
Excel Activities
Excel Write Cell
ドキュメントの内容のソース
: “ClientName” * **Cell** - The Excel cell or range that you want to write to. If the range isn't specified
)*** - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet
spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified

Append Range (en)

VuNH54が2023/04/19 16:55に最終更新
表示されるドキュメントの内容
. E.g: “append excel range
stored in a DataTable variable to the end of a specified Excel spreadsheet. If the sheet does not exist
of activity Workbook Path - The full path of the Excel spreadsheet that you want to use. If the Excel file
タイトル
Append Range
保存場所
Excel Activities
Append Range
ドキュメントの内容のソース
. E.g: “append excel range” ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc
variable to the end of a specified Excel spreadsheet. If the sheet does not exist, a new one is created
) == **In the body of activity** == * **Workbook Path ** - The full path of the Excel spreadsheet that you want

Excel Insert Image (en)

VuNH54が2023/04/19 17:20に最終更新
表示されるドキュメントの内容
to specified Excel Sheets. This only can be used in Excel Application Scope Activity. (* is mandatory
\sky.png” Sheet name (String) - The sheet that you want to display. E.g: “ThisIsSheetName” Range (String) - The range you want to add image to. E.g: “K1:L1” Properties Input Image path (String)* - Input the full
タイトル
Excel Insert Image
保存場所
Excel Activities
Excel Insert Image
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelInsertImage == **Description** == This activity allows you to add images to specified Excel Sheets. This only can be used in Excel Application Scope Activity. (% class="wikigeneratedid" id="H
) **- The sheet that you want to display. E.g: “ThisIsSheetName” * **Range (String) **- The range you want to add

Excel Activities (en)

保存場所
adminが2022/05/18 09:52に最終更新
表示されるドキュメントの内容
The Excel Activities offers deep integration with Microsoft Excel and ships with a number of activities that automate the tasks you perform in Excel. These activities enable the robots to: Read information from a cell, columns, rows or ranges, and write to other spreadsheets or workbooks. Execute macros
タイトル
Excel Activities
保存場所
Excel Activities
ドキュメントの内容のソース
The Excel Activities offers deep integration with Microsoft Excel and ships with a number of activities that automate the tasks you perform in Excel. These activities enable the robots to: * ((( Read information from a cell, columns, rows or ranges, and write to other spreadsheets or workbooks. ))) * Execute
次のページ » ページ 1 2
[excel-delete-range]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成