Support Board
Date/Time: Wed, 30 Apr 2025 11:50:04 +0000
Post From: Using Existing Spreadsheet Signals in ACSIL
[2025-04-16 18:57:48] |
ForgivingComputers.com - Posts: 1052 |
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
|