Just use the csv format (text file, fields separated by 😉 it's fully supported by excell, it's supported by (i guess) any software, files may be smaller, it's easy to create under php🙂
Patrick A wrote:
hi,
I'm wondering if there is a way for me to create an excel document and fill it with the fields that have been provided to me by the user using a form ? can it be done using dom even if I don't use windows/iis ?
I guess that under NT/IIS that whould be possible but I don't use NT/IIS I want to do this using Apache/PHP/Linux.
If not, then do you think that I could do this:
-create an empty excel document under windows
-copy it on linux
-now from linux/apache/php, every time instead of creating a new one I copy the empty excel doc to a new doc ex: empty.xls to form.xls
-create the sells I need, populate the excel doc and send it via mail ?
am I watching to much star trek ?
Thanks.