mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-02 16:43:16 +00:00
Update
This commit is contained in:
@@ -2,6 +2,13 @@ PowerShell Import-Excel
|
||||
-
|
||||
This PowerShell Module wraps the .NET EPPlus DLL (included). Easily integrate reading and writing Excel spreadsheets into PowerShell, without launching Excel in the background. You can also automate the creation of Pivot Tables and Charts.
|
||||
|
||||
|
||||
Install
|
||||
-
|
||||
To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run:
|
||||
|
||||
iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1')
|
||||
|
||||
Know Issues
|
||||
-
|
||||
* Using `-IncludePivotTable`, if that pivot table name exists, you'll get an error.
|
||||
|
||||
Reference in New Issue
Block a user