From 711d253d1a55255b8fdc3968fba57c5b89d033f8 Mon Sep 17 00:00:00 2001 From: dfinke Date: Tue, 29 May 2018 18:39:57 -0400 Subject: [PATCH] added build badge --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aefb734..0320c2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ PowerShell Import-Excel - +## Build Status + +[![Build status](https://ci.appveyor.com/api/projects/status/21hko6eqtpccrkba?svg=true)](https://ci.appveyor.com/project/dfinke/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.