...
| Code Block | ||
|---|---|---|
| ||
public void updatefUMLValueFromSpreadSheet(StructuredValue value, String fileName, String sheetName, Number rowIndex, Object mappingClassmappingElement) { ... } |
The APIs can ignore the sheetName and use the first sheet of the selected spreadsheet instead.
| Code Block | ||
|---|---|---|
| ||
public void updatefUMLValueFromSpreadSheet(StructuredValue value, String fileName, Number rowIndex, Object mappingClassmappingElement) { ... } |
The mappingClass mappingElement parameter can be String or Element for represent the mapping Class name or mapping Class Element. The APIs can ignore the mappingClass mappingElement then update the runtime object of the file schema element that is matched with file name.