Re: [PHP] PHP code to write excel spread*** with multiple workbooks
- From: lonewolf@xxxxxxxxx (Wolf)
- Date: Fri, 28 Mar 2008 16:23:07 -0400
---- Mary Anderson <maryfran@xxxxxxxxxxxxxxxxxx> wrote:
Hi all,
I have a linux based web app which prints an html screen of results.
My users really want Excel spreadsheets with the same results. There
is a PEAR application which does this, but from the PEAR description it
seems to be pretty buggy (65 open bugs, average days open 616 days) and
dated.
My spreadsheets will be somewhat simple. They will have multiple
workbooks and could be as large as 10000 rows spread out over 100
workbooks (Bigger than the code can handle, according to one of the open
bug reports). No colors, no formulas, no hyperlinks.
I've checked the archives and found an example which shows me how to
write the results of an SQL (MySQL, I am using postresql, but the
example will still work) into a very simple Excel spread*** with just
one table of results. Is there a way to get a php program to generate a
spread*** with multiple workbooks?
Thanks
Mary
You can write them via XML, but there are also come classes out there that people have written for doing excel stuff as well.
http://www.phpclasses.org used to be a good place to go and see what classes there are.
HTH,
Wolf
.
- Prev by Date: Re: [PHP] convert associative array to ordinary array
- Next by Date: does function extract() trim?
- Previous by thread: convert associative array to ordinary array
- Next by thread: does function extract() trim?
- Index(es):