View Single Post
  #6 (permalink)  
Old Aug 24th, 2007, 06:06
c010depunkk's Avatar
c010depunkk c010depunkk is offline
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: writing to excel files

Not at all sure if this is possible. Javascript can't create files on the client machine - security issue. Maybe you could do this with some kind of server-side language like PHP or ASP and then let the user download the file. If I were you I would consider writing a program that does this and not try to do it out of the browser.
Reply With Quote