Taifun
2
here is your error
public String StoreData(String ) {
correct would be something like this
public String StoreData(String someValue) {
also please follow the naming conventions… please no underscores!
Spreadsheet_Extension/Spreadsheet_Extension.java
Taifun
1 Like