fix casing

This commit is contained in:
Doug Finke
2022-05-07 17:19:15 -04:00
committed by GitHub
parent 8c6c7eeaf6
commit e2053e4998

View File

@@ -95,7 +95,7 @@ $chart = New-ExcelChartDefinition -XRange State -YRange Units -Title "Units by S
$data | Export-Excel .\salesData.xlsx -AutoNameRange -ExcelChartDefinition $chart -Show $data | Export-Excel .\salesData.xlsx -AutoNameRange -ExcelChartDefinition $chart -Show
``` ```
![](images/salesDataChart.png) ![](images/SalesDataChart.png)
## Add a pivot table to spreadsheet ## Add a pivot table to spreadsheet