Hi Aspose
We have observed that upgrading from aspose 8.8.3 to 17.4.0 have changed the names of the public method parameters.
Version 8.8.3
public Cell get(int row, int column) {
}
Version 17.4.0
public abstract Cell get(int arg0, int arg1){
}
This doesn’t exactly make the API easier to use. Can you please change this back to readable parameter names? We are using Netbeans 8.1.