XenoGuard 4.0 Documentation

Get Sheet Information

ActionStep Reference » Windows » File Handling » Excel » Get Sheet Information

The ActionStep Excel Get Sheet Information retrieves the row and column information from a specified worksheet in an Excel file. 


[-] Hide
  1. Open the Windows node in the Workspace Explorer.
  2. Open the File Handling node.
  3. In the Excel node, select the Get Sheet Information ActionStep.

Parameters:

The ActionStep has the following input parameters:


NAME DESCRIPTION
Path Name
The specified path of the Excel file where information is to be retrieved.

Allowed Context Scopes
 [Fixed, Local, Global]
Allowed Context Types
 [Variable, Parameter, Enum] 
Sheet Name
The worksheet name of the Excel file.

Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Parameter, Enum]

Information The Sheet Name in an Excel file is listed as fixed values of the context scopes.

Results:

The ActionStep returns the following results:


NAME
DESCRIPTION
Row Information
The information retrieved about the rows in an Excel worksheet

Parameters for the "Row Information" sub-branch:

  • First Row With Content - the first row in the Excel sheet that has a content
  • Last Row With Content - the last row in the Excel sheet that has a content
  • Row Count - the total number of rows of a worksheet
Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Paramater]
Column Information The information retrieved about the columns in an Excel worksheet

Parameters for the "Column Information" sub-branch:

  • First Column With Content - the first column in the Excel sheet that has a content
  • Last Column With Content - the last column in the Excel sheet that has a content
  • Column Count - the total number of columns of a worksheet
Allowed Context Scopes [Fixed, Local, Global]
Allowed Context Types [Variable, Paramater]

Example 1 (Retrieve worksheet information and contents):

This example acquires the row and column information from an Excel file worksheet named "text files". The result is then used to display the contents of the worksheet. When the ActionStep is successful, the number of rows retrieved from the worksheet is then output via the Message Box.


See other Excel operations:

Create File
Add Sheet
Rename Sheet
Delete Sheet
Insert Data
Update Data
Get Data
Format Cells
Clear Cells
Delete Cells