1. Can I edit an excel file from a browser using POI? stackoverflow.comCan I edit an excel file from a browser using POI? Something like google docs maybe? But in java? I've used POI for display only, way way back, but I dont remember ... |
2. How to open Excel File in Browser using java? stackoverflow.comI want to open an Excel file in browser using java 1.6.if i have changed excel sheet cell value then it will reflect on original excel file... How to do this? If anybody ... |
3. Show in the browser one excel file coderanch.comYou know that the format of a xls(excel) file are maked with xml, thats mean, if I want to create an xls file I only have to know xml and then save it like .xls. I want to generate from java the xml code and then send it to the browser from a servlet. And that the browser interpret the xml ... |
4. Write Excel file to browser (client) coderanch.com |
5. Show in the browser one excel file coderanch.com |
6. Rendering an MS Excel file in a web browser using Java without prompting forums.oracle.comHi, I am trying to render a MS Excel file in a web browser using a Servlet. This is something like showing an excle report on clicking a button. I have set the content type appropriately and set the Content-Disposition to 'inline'. But still i am getting the Open/Save prompt. Is there a way in Java to directly open the excel ... |