Support Board
Date/Time: Thu, 06 Nov 2025 08:59:17 +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 |
