Java gridweb fetch data from grid web

Hi
How can we read data from the gridweb

I want to capture this data for further processing

@connect2sahir,

Thanks for your query.

Well, you may try some options provided by Aspose.Cells.GridWeb (Java) for your requirements:
e.g

  1. You may loop through the cells and use GridCell.getValue(), GridCell.getStringValue(), etc. to retrieve the value from the cells in the worksheet.

  2. You may try to use GridCells.exportArray to fill an array based on your desired cells range/area in the worksheet.

  3. You can save the GridWeb’s data to CSV or txt file format via GridWeb.saveCSVFile() method to create a CSV/TXT file based on GridWeb’s data.

Thank you.

Thanks for information.

I am looking forward for something like this in Java

Please can you advise

@connect2sahir

Thanks for using Aspose APIs.

All these client side functions are also present in acwmain.js file. We have searched them using Ctrl+F and they are present there. We will also port this .NET article to Java as soon as possible.

@connect2sahir

Thanks for using Aspose.Cells for GridWeb Java.

Here is the screenshot and sample code for your reference.

Screenshot

Sample Code
https://gist.github.com/anonymous/00a38869b5604f9e52ba390b3f468941