I need to display the entire Page of an Excel file in a Java GUI Application, I see that the POI Library May not help Much in this as I want spreadsheet view. What is the best way to do this in An Applet, swing, or a jSP Page? Any other Suggestions apart from Java Also welcome.
Share
You can leverage an existing Excel installation by using the
Desktopmethodopen, which “Launches the associated application to open the file.”