AB-AA: excel name fix

This commit is contained in:
Michał Zieliński
2024-04-03 13:29:13 +02:00
parent f85d14c31c
commit 0be7f3282e
3 changed files with 81 additions and 80 deletions

View File

@@ -115,7 +115,7 @@ namespace WebAPI.dataProcessors
public void updateReport()
{
string sheetId = "1pph-XowjlK5CIaCEV_A5buK4ceJ0Z0YoUlDI4VMkhhA";
string sheetName = "Raport_AB_Eksport";
string sheetName = "Raport_AB-AA_Eksport";
SpreadsheetsResource.ValuesResource.GetRequest request = googleSheetValues.Get(sheetId, "C4:CH4");
var response = request.Execute();