You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a sheet contains multiple rows with the same name, the Add-PivotTable invalidates the output file even that the columns are not used.
repro step:
Add a sheet with the two columns named the same.
New-Excel -Path C:\temp\test.xlsx | Add-PivotTable -WorkSheetName cases -PivotTableWorksheetName PT -PivotRows "col2" -Verbose -Passthru | Save-Excel -Path C:\Temp\outtest.xlsx
open outtest.xlsx in excel and it will try repair it
The text was updated successfully, but these errors were encountered:
Kmdkca
changed the title
duplicated rows invalides file
duplicated rows invalidates file
Jun 11, 2019
If a sheet contains multiple rows with the same name, the Add-PivotTable invalidates the output file even that the columns are not used.
repro step:
Add a sheet with the two columns named the same.
New-Excel -Path C:\temp\test.xlsx | Add-PivotTable -WorkSheetName cases -PivotTableWorksheetName PT -PivotRows "col2" -Verbose -Passthru | Save-Excel -Path C:\Temp\outtest.xlsx
open outtest.xlsx in excel and it will try repair it
The text was updated successfully, but these errors were encountered: