Skip to content

Commit

Permalink
Merge pull request #1392 from stahler/patch-7
Browse files Browse the repository at this point in the history
minor spelling edit
  • Loading branch information
dfinke authored Feb 5, 2023
2 parents ca4dfb7 + a9eca05 commit ab4d03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdHelp/en/add-excelchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ PS\> $Excel = Invoke-Sum (Get-Process) Company Handles, PM, VirtualMemorySize |

The first line exports information to a table in new file; and captures the excel Package object in $Excel

The second line creates a chart on the first page of the work sheet, using the notation "TableName\[ColumnnName\]" to refer to the data, the labels come Name column in the table, and the data series from its PM and VirtualMemorySize columns. The display names for these in the header are set to 'PM' and 'VMSize'.
The second line creates a chart on the first page of the work sheet, using the notation "TableName\[ColumnName\]" to refer to the data, the labels come Name column in the table, and the data series from its PM and VirtualMemorySize columns. The display names for these in the header are set to 'PM' and 'VMSize'.

### EXAMPLE 4

Expand Down

0 comments on commit ab4d03c

Please sign in to comment.