DocsMarshal.Workflow.ActivityLibrary.Office.Excelv 2018.4.1.1

Activities to work on workbooks, worksheets and specific cells of Excel's documents.


DocsMarshal.Workflow.ActivityLibrary.Office.ExcelCell_GetValue

Gets the value of a cell in an Excel workbook.



DocsMarshal.Workflow.ActivityLibrary.Office.ExcelCell_SetValue

Sets the value and the style of an Excel cell.



DocsMarshal.Workflow.ActivityLibrary.Office.ExcelStyle_Apply

Takes a style that already exists in workbook’s collection of styles and applies it to a specific cell.


DocsMarshal.Workflow.ActivityLibrary.Office.ExcelStyle_Clear

Clears the style of a cell in an Excel workbook.


DocsMarshal.Workflow.ActivityLibrary.Office.ExcelStyle_New

Creates a new Style and adds it to the workbook’s collection of styles.






DocsMarshal.Workflow.ActivityLibrary.Office.ExcelWorksheet_CopyFromAnotherWorksheet

Copies a worksheet from an Excel workbook (WorkbookSource) to another (Workbook).


DocsMarshal.Workflow.ActivityLibrary.Office.ExcelWorksheet_Delete

Deletes a worksheet form an Excel workbook.



DocsMarshal.Workflow.ActivityLibrary.Office.ExcelWorksheets_GetInfo

Returns some information (such as Name, CodeNames, Index, Rows and Columns count ecc...) about all worksheets in an Excel workbook.


DocsMarshal.Workflow.ActivityLibrary.Office.From_DataTable_To_Excel

Converts a DataTable to an Excel workbook.


DocsMarshal.Workflow.ActivityLibrary.Office.From_Excel_To_DataTable

Converts a range of cells in an Excel workbook to a DataTable.


DocsMarshal.Workflow.ActivityLibrary.Office.From_Excel_To_Pdf

Exports the workbook in a PDF document using the specified options.


DocsMarshal.Workflow.ActivityLibrary.Office.From_Excel_To_String

Extracts all text from an Excel document.