|
From: Leif M. <le...@ta...> - 2004-07-16 08:55:10
|
Thanks. In this particular case, I got a rather complicated VBA app inside of an Excel file which reads in a csv text file. Does lots and lots of processing and then dumps out a set of HTML pages which contain a dozen or so graphs as images. No desire to rewrite all of that. They had a poor secretary who had to manually load and generate several of these a day. I just had to automate the process so she can do more interesting things. :-) They have asked about generating simple Excel files in the past. I have always "pushed" them on to using other technologies. This would make some of that possible. So thanks for pointing it out. Cheers, Leif Sal Ingrilli wrote: >i understand that you want to reuse your script, but you can avoid >the problem alltogether if you rewrite your script in java. > >you can use this library to read/write your excel doc: >http://jakarta.apache.org/poi/index.html > >and you can use java mail to send email or you can use the ant wrapper >for it which is very clean: >http://ant.apache.org/ > > |