Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Scripting >> Powershell >> Modules >> psexel >> Overview of the psexel module

## Open powershell as administrator and install the module

Install-module PSExcel

#
# List commands available from this module

Get-command -module psexcel

CommandType Name                      Version Source
----------- ----                      ------- ------
Function    Add-PivotChart            1.0.2   psexcel
Function    Add-PivotTable            1.0.2   psexcel
Function    Add-Table                 1.0.2   psexcel
Function    Close-Excel               1.0.2   psexcel
Function    ConvertTo-ExcelCoordinate 1.0.2   psexcel
Function    Export-XLSX               1.0.2   psexcel
Function    Format-Cell               1.0.2   psexcel
Function    Get-CellValue             1.0.2   psexcel
Function    Get-Workbook              1.0.2   psexcel
Function    Get-Worksheet             1.0.2   psexcel
Function    Import-XLSX               1.0.2   psexcel
Function    Join-Object               1.0.2   psexcel
Function    Join-Worksheet            1.0.2   psexcel
Function    New-Excel                 1.0.2   psexcel
Function    Save-Excel                1.0.2   psexcel
Function    Search-CellValue          1.0.2   psexcel
Function    Set-CellValue             1.0.2   psexcel
Function    Set-FreezePane            1.0.2   psexc
el

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]