View Excel worksheet programmatically in Java

Hi There,

Is there a way to live review of data in excel work-sheet? In other-words, is there a way to show real time data view in excel work-sheet to end-user? The Language platform is Java.

Let me know in case more information required.

Regards,

Omer Rasheed

@omer.rasheed,

You can display the Excel worksheets to the end-users in your application using GroupDocs.Viewer for Java API. Using this API you can choose between rendering the worksheets into HTML pages or images and then embed them into the application to view the content of the worksheet. The real-time view of the documents is not provided by the API and you will have to implement this on your own.