Support Board
Date/Time: Tue, 17 Jun 2025 04:12:53 +0000
Post From: Using Existing Spreadsheet Signals in ACSIL
[2025-04-16 18:57:48] |
ForgivingComputers.com - Posts: 1068 |
You can read spreadsheet cells from a spreadsheet study. First you set up the spreadsheet connection with sc.GetSpreadsheetSheetHandleByName
and then get individual cell values with sc.GetSheetCellAsDouble
and sc.GetSheetCellAsString
There is an example in your ACS_Source folder. Search the contents of the cpp files with this: scsf_SpreadsheetInteractionExample
|