Can 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 ...
I 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 ...
You 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 ...
Hi, 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 ...