I am Encountering Java Heap error in eclipse-juno while reading the Excel 2010 files. I have used your libraries aspose.cells.jar . Can you please help me to resolve this issue.
Hi there,
Thank you for considering Aspose products.
We believe you are using Aspose.Cells for Android to load Excel 2010 files, and hitting Heap Size. As you may be aware that in Android environment, the memory cost is limited per application (many devices are 32M by default after Android 4.0), you can use the following command in “adb shell” to get the memory limit of your device:
getprop dalvik.vm.heapsize
getprop dalvik.vm.heapgrowthlimit
Moreover, we recommend you to try the latest version of Aspose.Cells for Android 2.0.0, and see if the latest version resolves the problem. In case the problem persists, please provide more details of your environment as well as logs, in
order to troubleshoot the said problem. If possible, please provide the
project from your workspace along with the template file triggering the
issue. As soon as we get the required information, we will further evaluate it to provide assistance in this regard.
Hello,
Hi Bhanushali,
Thank you for writing back.
Please find below the answers to your questions,
- Aspose.Cells for Android library provides full functionality in evaluation mode, and you can use the product without setting a valid license as long as you wish. Therefore, Aspose.Cells for Android trial is neither Time Based nor Functionality Based.
- The component imposes two limitations in the evaluation mode as stated ahead. a) A worksheet with evaluation watermark is added to the workbook and set as active worksheet. In case you are converting a spreadsheet to PDF or other formats such as images, an evaluation message will be printed on the top of the result. b) In an application, you can open only 100 Excel files. In case you hit this limit an exception will be thrown.
- You can apply for a 30 day temporary license in order to avoid the limitations discussed above. Please follow the instructions provided on this page to apply for a temporary license.
Please feel free to write back in case you have further inquiries or question.
Hello,
Hi Yogesh,
I am afraid, evaluation version of Aspose components are for testing purposes only, and they are not meant to be distributed with commercial applications.
Thank you for your understanding.
Hello,
Hi Yogesh,
Thank you for writing back.
Please note, Aspose.Cells component does not impose any restriction on the number of rows you may retrieve. Although, MS Excel standard do impose restrictions on the number of rows according to the file type. For instance, XLS file type cannot have more than 65,536 rows, therefore any piece of code accessing a row greater than the said limit will cause an exception.
Please let me know if this is what you are looking for.