Update README.md

This commit is contained in:
Doug Finke
2015-06-29 16:06:09 -04:00
parent 030add1327
commit bfa639cc42

View File

@@ -1,8 +1,6 @@
PowerShell Import-Excel
-
[gist fe19f796fdfcda90e5d6]
This PowerShell Module wraps the .NET [EPPlus DLL](http://epplus.codeplex.com/) (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
@@ -14,8 +12,9 @@ There are two ways to install this module. If you are running PowerShell V5
Otherwise
To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run:
```powershell
iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1')
```
Know Issues
-