Android Aspose cell

In the android aspose cell, can i view xls, xlsx file from aspose cell api…Any help

Hi Sarvjeet,


Thanks for your inquiry. Your query is related to Aspose.Cells APIs. I am moving this forum thread to Aspose.Cells forum where you’ll be guided appropriately

Hi,


Thanks for your query.

Well, you can convert worksheets (in the XLS/XLSX files) to image files using Aspose.Cells for Android APIs, and then display the images in your Android app. Please refer to Converting Excel Worksheets to Images. Alternatively, you may try to convert Excel files to HTML file format and use any browser to view the output HTML file on Android, see the document for your reference:
http://www.aspose.com/docs/display/cellsandroid/Converting+Excel+Files+to+HTML

Thank you.