Support Board
Date/Time: Wed, 27 Nov 2024 14:21:57 +0000
Post From: ACSIL spreadsheet set up
[2023-08-15 03:19:49] |
User373245 - Posts: 42 |
This example requires an open sheet collection name \"ACSILInteractionExample\"."; Not sure where the name has to match in setting up the spreadsheet to interact with relative to the ACSIL const char* SheetCollectionName = "ACSILInteractionExample"; const char* SheetName = "Sheet1"; void* SheetHandle = sc.GetSpreadsheetSheetHandleByName(SheetCollectionName, SheetName, false); is it the spreadsheet name. or the default sheet name of 1 or 17 |