mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-27 01:43:42 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user