Support Board
Date/Time: Fri, 12 Sep 2025 01:33:07 +0000
Post From: Using Existing Spreadsheet Signals in ACSIL
[2025-04-16 18:57:48] |
ForgivingComputers.com - Posts: 1115 |
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
|