update pivot table title cell
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-18 11:34:16 +11:00
parent 9419103709
commit 92c6797f05

View File

@@ -963,7 +963,7 @@ func addSummaryPivotSheet(logger *slog.Logger, xlsx *excelize.File, dataSheet st
}, },
{ {
Title: "Sum of prorated VM count", Title: "Sum of prorated VM count",
TitleCell: "A23", TitleCell: "A41",
PivotName: "PivotProratedVmCount", PivotName: "PivotProratedVmCount",
PivotRange: fmt.Sprintf("%s!A43:H62", summarySheet), PivotRange: fmt.Sprintf("%s!A43:H62", summarySheet),
RowFields: []string{"Datacenter"}, RowFields: []string{"Datacenter"},
@@ -973,7 +973,7 @@ func addSummaryPivotSheet(logger *slog.Logger, xlsx *excelize.File, dataSheet st
}, },
{ {
Title: "Count of VM Name", Title: "Count of VM Name",
TitleCell: "J23", TitleCell: "J41",
PivotName: "PivotVmNameCount", PivotName: "PivotVmNameCount",
PivotRange: fmt.Sprintf("%s!J43:P62", summarySheet), PivotRange: fmt.Sprintf("%s!J43:P62", summarySheet),
RowFields: []string{"Datacenter"}, RowFields: []string{"Datacenter"},