mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
7 lines
206 B
PowerShell
7 lines
206 B
PowerShell
#cls
|
|
|
|
import-module
|
|
#Import-Excel .\Book1.xlsx |ft
|
|
#Import-Excel .\TestRead.xlsx
|
|
#Import-Excel .\testImport.xlsx 1 (echo a b c d) | Out-String
|
|
#Import-Excel .\testImport.xlsx 2 (echo e f g h) | Out-String |