NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

You can assign a value from a specific row in a spreadsheet in an Excel file to an fUML runtime value by using the following API
 

public void updatefUMLValueFromSpreadSheet(StructuredValue value, String fileName, String sheetName, Number rowIndex, Object mappingClass) {
...
}

 

The APIs can ignore the sheetName and use the first sheet of the selected spreadsheet instead.
 

public void updatefUMLValueFromSpreadSheet(StructuredValue value, String fileName, Number rowIndex, Object mappingClass) {
...
}

The mappingClass parameter can be String or Element for represent the mapping Class name or mapping Class Element. The APIs can ignore the mappingClass then update the runtime object of the file schema element that is matched with file name.


Activity

All
Personal filters
All
No activities found