Support Board
Date/Time: Sat, 07 Feb 2026 00:17:20 +0000
Post From: ACSIL spreadsheet set up
| [2023-08-15 03:19:49] |
| User373245 - Posts: 62 |
|
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 |
