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) {
...
}
Magic Model Analyst 19.0 SP3 Documentation
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) {
...
}