icomasoft PowerScripter 1.5  
Export-ExcelIS

NAME

Export-ExcelIS

SYNOPSIS

exports tabular data in an Excel format

SYNTAX

Export-ExcelIS [-InputObject] <PSObject> [-Path] <String> [[-Format] <String>] [[-RowLabel] <String>] [<CommonParameters>]

Related Commands

Export-CsvIS

Out-GridViewIS

Parameters

 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
    
Get-Process | Export-ExcelIS -Path C:\Processes.csv -RowLabel ProcessName

Exports the list of the currently running process as Excel file.

 


 
Copyright © 2009 icomasoft ag, Switzerland