Support Board
Date/Time: Sat, 12 Jul 2025 09:31:35 +0000
Post From: Spreadsheet interaction ACSIL
[2023-09-03 10:06:28] |
User431178 - Posts: 739 |
CollectionData.cpp:65:15: error: redeclaration of 'const char* SheetCollectionName' const char* SheetCollectionName = Input_SpreadsheetName.GetString(); const char* SheetCollectionName = "Data Collection 2"; Delete one of the above lines. CollectionData.cpp:68:23: error: 'GetSpreadsheetSheetHandleByName' was not declared in this scope this void* SheetHandle = GetSpreadsheetSheetHandleByName(SheetCollectionName, SheetName, CreateSheetIfNotExist); should be void* SheetHandle = sc.GetSpreadsheetSheetHandleByName(SheetCollectionName, SheetName, CreateSheetIfNotExist); ACSIL Interface Members - Functions: sc.GetSpreadsheetSheetHandleByName() |