View Single Post
  #5 (permalink)  
Old 2008-03-14, 09:26 AM
Xnuiem's Avatar
Xnuiem Xnuiem is offline
Senior Member
 
Join Date: May 2004
Location: DFW, Texas
Posts: 1,104
Xnuiem will become famous soon enough
Send a message via Yahoo to Xnuiem
Default

Since I always work in the *nix world, there is no native way (i.e. COM) to read Excel files, since they dont exist on that OS, as they are MS only.

However, what we end up doing is writing out just HTML, tossing the header() of Excel files, and it works wonderfully. Excel reads it just like a big table. Use normal HTML tables, and any inline elements you want. It doesnt understand CSS that much, but you can play with it a little, just keep it inline instead of using classes or ids.
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
Reply With Quote