Real Time Data Review In Excel Work-Sheet

Hi There,

Can anyone guide that Is there any tool/feature available for real time data population in Excel to end-user?

Programming language platform is Java.

Let me know in case more information required.

Regards,
Omer Rasheed

@omer.rasheed,
Could you please elaborate bit more about your requirements. We will provide our feedback after analysis.

@ahsaniqbalsidiqui,

We have a data-set the need to be populated into the excel work-sheet. One of ways of doing that one load the data-set into the excel work-sheet and show to user. However we need to open the empty excel work-sheet and show data population a character by character into the columns such that it looks like data being entered by user but without user interaction. The example is like selenium for automated setting feature functionality.

Let me know for more clarification.

Regards,
Omer Rasheed

@omer.rasheed,

Well, if you want MS Excel like GUI (jsp/servlets based) control, you may consider using Aspose.Cells.GridWeb (Java) - A grid control that is specifically designed to work on web environments. It is an independent Java control where you may load Excel files into its grid matrix to view, create/design worksheets and update/ manipulate the data into the cells in WYSIWYG (visual) manner. It can load, manipulate/edit and save/re-save Excel files on the fly, everything in your browser type.

Please see the documents / articles for your reference:

Also, download the featured demos “Examples.GridWeb” @ Github repos: