Simulation 2026x User Guide Action languages Action scripts APIs Excel Helper APIs Current: Getting a cell value from an Excel spreadsheet Getting a cell value from an Excel spreadsheet You can get a value from a specific row and or column in an Excel file by using the following API public Object getCellValue(String fileName, String sheetName, Number atRow, Number atCol) { ... } TEXT ×