How to display excel in browser using jsf

i have imported (Aspose_Cells_Java-master) project in eclipse IDE. within
Aspose_Cells_Java-master Project i have two folder like Example and showcase. my goal is display the excel file on browser
i dont have any sample web based project. within showcase folder i dont have ant jar file and also Version like
primeFace, jsf api. any one send the link to download sample web application which is used to display excel file on browser.
or send what version (primeface version, jsf version) should be use in web application.

Hi,

Thanks for your posting and considering Aspose.Cells.

You cannot display excel file in a browser using JSF controls. But if you can display image using JSF, then what you can do is to take images of your worksheets and display them in your browser via JSF.

Please see the following documentation article that explains how to convert your worksheet into image.

Converting Worksheet to image