From 61c73461ca5e365b3bd39ced366b6ceae1104929 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Sun, 29 Jul 2018 20:36:44 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee979eb..53fff78 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Install-Module ImportExcel -scope CurrentUser Install-Module ImportExcel ``` -# What's new to 18th July 18 +# What's new to July 18 - Moved chart creation into its own function (Add-Excel chart) within Export-Excel.ps1. Renamed New-Excelchart to New-ExcelChartDefinition to make it clearer that it is not making anything in the workbook (but for compatibility put an alias of New-ExcelChart in so existing code does not break). Found that -Header does nothing, so it isn't Add-Excel chart and there is a message that does nothing in New-ExcelChartDefinition . - Added -BarChart -ColumnChart -LineChart -PieChart parameters to Export-Excel for quick charts without giving a full chart definition. - Added parameters for managing chart Axes and legend @@ -871,4 +871,4 @@ You can also find EPPLus on [Nuget](https://www.nuget.org/packages/EPPlus/). * Using `-IncludePivotTable`, if that pivot table name exists, you'll get an error. * Investigating a solution - * *Workaround* delete the Excel file first, then do the export \ No newline at end of file + * *Workaround* delete the Excel file first, then do the export