Simulation 2026x User Guide Action languages Action scripts APIs Excel Helper APIs Current: Getting the latest row number from a spreadsheet Getting the latest row number from a spreadsheet You can use the following API to get the latest row number from a sheet in an Excel file public int getLatestRowNum(String fileName, String sheetName) { ... } TEXT ×