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