From 40406cd5ca825bb11f126e0ad68002ef6172c3c8 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Mon, 4 May 2015 12:37:26 -0400 Subject: [PATCH] Updated --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e3ffd..6e44dcc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,17 @@ This PowerShell Module wraps the .NET EPPlus DLL (included). Easily integrate re Know Issues - -* You don't know what you don't know +* Using `-IncludePivotTable`, if that pivot table name exists, you'll get an error. + * Investigating a soloution + * *Workaround* delete the Excel file first, then do the export What's new - +#### 5/4/2015 +* Published to PowerShell Gallery. In PowerShell v5 use `Find-Module importexcel` then `Find-Module importexcel | Install-Module` + + #### 4/27/2015 * datetime properties were displaying as ints, now are formatted