Hi
How can we read data from the gridweb
I want to capture this data for further processing
Hi
How can we read data from the gridweb
I want to capture this data for further processing
Thanks for your query.
Well, you may try some options provided by Aspose.Cells.GridWeb (Java) for your requirements:
e.g
You may loop through the cells and use GridCell.getValue(), GridCell.getStringValue(), etc. to retrieve the value from the cells in the worksheet.
You may try to use GridCells.exportArray to fill an array based on your desired cells range/area in the worksheet.
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
https://docs.aspose.com/display/cellsnet/Read+the+values+of+the+GridWeb+cells+on+Client+Side
Please can you advise
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.
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