Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
409 views

Generate office open XML excel file from javascript

Is there a way to generate an .xslx file from javascript and allow the user to download it by javascript? This page is geared towards being run offline in html 5 with no internet connectivity.
1
vote
1answer
63 views

(OpenXML) Add data pages to xml package without framework

lately I've been into combining multiple OpenXML speadsheets via PHPExcel which showed me that this framework has certain issues which makes it pretty much unusable for what I want to do (my related ...
0
votes
4answers
304 views

display .xls file data in a browser as a web content

I am trying to display display .xls file data in a browser(prefer ie,ff,chrome and safari) as a web content. The thing is i have an .xls file in my computer where i'll all the data manipulations in ...
0
votes
4answers
2k views

Choosing an excel java api

All I need to do is open an MS excel sheet - not sure which kind yet (2003, 2007, etc.) - and parse the information in each row into an object. I'm performing only readonly operations. out of Apache ...
0
votes
2answers
274 views

Writing a formula to a cell with OpenXLS

I'm using Java and OpenXLS to write out an Excel spreadsheet. I want to set a formula for a cell but I haven't got a clue how to do it. Can anybody help me, please? :) (Can't tag this with ...