This commit is contained in:
Doug Finke
2015-05-17 09:57:48 -04:00
parent acfb7b0c25
commit ff1ef03cd0

View File

@@ -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.