dfinke / ImportExcel

PowerShell module to import/export Excel spreadsheets, without Excel

Home Page:https://www.powershellgallery.com/packages/ImportExcel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting OutPut

Beppi4U opened this issue · comments

If i'm doing " computerinfo | Export-Excel -Show "
I get this ->

PS

But I would like it more top-down like this ->

PS_BETTER

How can i change the format before showing??
Thanks for help!
Andreas

Export-Excel is tuned to work with tabular data.

You need to use the Open-ExcelPackage -Create and then insert the data into the cells in the format you want.