Support Board
Date/Time: Sat, 07 Feb 2026 05:55:28 +0000
Post From: Spreadsheet interaction ACSIL
| [2023-09-03 10:06:28] |
| User431178 - Posts: 841 |
|
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() |
