update pivot table title cell
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user