PowerShell Tutorials Excel Module Part 1 : Install / Basic Import & Export

preview_player
Показать описание
In this video I go over how install the ImportExcel Module in PowerShell and the basic commands to be able to export in XLSX format, how to import a XLSX file that has multiple sheets, how to import and sheet and make a custom dataset and add a worksheet to the current file.

In the next video, ill be going over how we can create pivot tables with PowerShell.

Tags:
PowerShell
Excel
Programming
Scripting
Automating
JackedProgrammer
Coding
Рекомендации по теме
Комментарии
Автор

Great video. Do you know how can we convert the excel date which is coming as 45216 to real date format? Thanks.

bigshrestha
Автор

Great video, I wanted to find out how can you export excel and give it new headernames, similar to what you do with -HeaderName in Import-Excel

bongadywili
Автор

I am trying to used your technique to change a xls file into a csv file to be loaded into a SQL table. I am specifically using this because we do not want a copy of Excel on our server. How would I go about writing this code?

vivrycc
Автор

What if the top column has merged heading and the actual table headers starts from 3 row?

nikulvyas
Автор

Great Video! Please add one movie about import Excel into SQL ;)

krzysztofformella
Автор

Nice tutorial! Glad you like my module, curious, the `-Show` switch, does that work with Libre Office? -Show tries to launch the xlsx using `Invoke-Item` which uses the default app to the file extension

DougFinke