Login Page - Create Account

Support Board


Date/Time: Sat, 07 Mar 2026 05:11:09 +0000



Post From: Using Existing Spreadsheet Signals in ACSIL

[2025-04-16 18:57:48]
ForgivingComputers.com - Posts: 1199
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