Please send code samples if you can, Thanks!
Asked
Active
Viewed 881 times
-2
-
2@AndyC: You need to elaborate. What do you mean "to the screen". Also, what is the minimum format of Excel that must be supported? – casperOne Apr 08 '09 at 19:11
4 Answers
2
The Excel 2007 format can be created without Excel, as it's just a zip file containing XML files, I've generated Word 2007 docs before on the fly and served them from a web page without Word installed.
There's an article here on CodeProject

Patrick McDonald
- 64,141
- 14
- 108
- 120
0
I think you need to 3d-party form control.
I found next topics about this issue:
- Is there a control which emulates Excel functionality but is not Excel?
- ASP.Net web server control that generates HTML and Excel
and much more with tags excel
, control
, asp.net
, etc
I think the best implementation would be non-free Google: excel+reports+asp.net has a number of solutions

Community
- 1
- 1

abatishchev
- 98,240
- 88
- 296
- 433
0
If you're not militant about it being "an excel file" and actually mean "A file with some data I have, loaded with excel", then all you have to do is create a .csv and open it programatically with excel. It'll look the same as a 'real' excel file, mostly-kinda.

GWLlosa
- 23,995
- 17
- 79
- 116