diff --git a/README.md b/README.md index 6e44dcc..287c7e1 100644 --- a/README.md +++ b/README.md @@ -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.