mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-20 09:23:56 +00:00
Updated, added Open in VS Code badge
This commit is contained in:
33
README.md
33
README.md
@@ -1,14 +1,18 @@
|
||||
# README
|
||||
# PowerShell + Excel = Better Together
|
||||
|
||||
### Donation
|
||||
Automate Excel via PowerShell without having Excel installed. Runs on Windows, Linux and MAC. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier.
|
||||
|
||||
If this project helped you reduce the time to get your job done, let me know.
|
||||
<br/>
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UCSB9YVPFSNCY)
|
||||
[](https://www.powershellgallery.com/packages/ImportExcel) [](https://www.powershellgallery.com/packages/ImportExcel) [](https://github.com/dfinke/ImportExcel/tree/70ab9e46c776e96fb287682d5b9b4b51a0ec3bac/LICENSE.txt)
|
||||
|
||||

|
||||
<br/>
|
||||
|
||||
[](https://www.powershellgallery.com/packages/ImportExcel) [](https://www.powershellgallery.com/packages/ImportExcel) [](https://github.com/dfinke/ImportExcel/tree/70ab9e46c776e96fb287682d5b9b4b51a0ec3bac/LICENSE.txt)
|
||||
Open `ImportExcel` as a remote repo in VS Code, without cloning it.
|
||||
|
||||
[](https://open.vscode.dev/dfinke/importexcel)
|
||||
|
||||
<br/>
|
||||
|
||||
| CI System | Environment | Status |
|
||||
| :--- | :--- | :--- |
|
||||
@@ -17,11 +21,22 @@ If this project helped you reduce the time to get your job done, let me know.
|
||||
| Azure DevOps | Ubuntu | [](https://dougfinke.visualstudio.com/ImportExcel/_build/latest?definitionId=21&branchName=master) |
|
||||
| Azure DevOps | macOS | [](https://dougfinke.visualstudio.com/ImportExcel/_build/latest?definitionId=21&branchName=master) |
|
||||
|
||||
PowerShell Import-Excel -
|
||||
<br/>
|
||||
|
||||
Install from the [PowerShell Gallery](https://www.powershellgallery.com/packages/ImportExcel/).
|
||||
Install from the [PowerShell Gallery](https://www.powershellgallery.com/packages/ImportExcel/).
|
||||
|
||||
This PowerShell Module allows you to read and write Excel files without installing Microsoft Excel on your system. No need to bother with the cumbersome Excel COM-object. Creating Tables, Pivot Tables, Charts and much more has just become a lot easier.
|
||||
```powershell
|
||||
Install-Module -Name ImportExcel
|
||||
```
|
||||
### Donation
|
||||
|
||||
If this project helped you reduce the time to get your job done, let me know, send a coffee.
|
||||
|
||||
<br/>
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UCSB9YVPFSNCY)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user