-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WorksheetToImage Error #53
Comments
I tested using latest Aspose.Cells for Java v20.12.x to render sheet (in your provided file) to image file(s) and it works fine, I do not get any exception. It looks you are using Aspose.Cells for Python via Java API, is not it? Which version of the API you are using? |
I have implemented following version in gradle file |
can you please tell me exact version to implement in gradle in Android Studio Project. |
please try '20.12' and let us know your feedback. |
We will evaluate the issue soon. But, could you also provide details about those two devices where it works fine? Moreover, tell us if the exception occurred only for a specific Excel file (please attach the file in a zipped archive) or for all the files? |
While Converting the excel file to Image I get the error com.aspose.cells.CellsException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed. Below is my Code
Below is the excel file attached
rase.zip
The text was updated successfully, but these errors were encountered: