Simulation 2026x User Guide Action languages Action scripts APIs Excel Helper APIs Current: Setting a cell value in an Excel spreadsheet Setting a cell value in an Excel spreadsheet You can assign an fUML runtime value to specific row and column in an Excel file by using the following API public void setCellValue(Object value, String fileName, String sheetName, Number atRow, Number atCol) { ... } TEXT ×