icomasoft
PowerScripter 1.5 |
Export-ExcelIS exports tabular data in an Excel format SYNTAX Export-ExcelIS [-InputObject] <PSObject>
[-Path] <String> [[-Format] <String>] [[-RowLabel] <String>]
[<CommonParameters>] Related Commands Parameters
NAME
SYNOPSIS
Name
Description
Required?
Pipeline
Input
InputObject
The object(s) to export
True
True
Path
The file name to export the grid to
True
True
Format
The format to export the grid to.
False
True
RowLabel
The column name that should be used as the row
label.
False
False
Input Type
Command
Return Type
Command Output
Examples
Exports the list of the
currently running process as Excel file.