[nycphp-talk] export to access or excel
David Krings
ramons at gmx.net
Thu Apr 10 10:39:02 EDT 2008
Marc Antony Vose wrote:
> So, the question is: can anyone recommend a good library for exporting
> MDB or XLS files from PHP? I'm in a situation where I'd prefer an
> access dump, but an excel dump could possibly work.
>
PHP has ODBC support and may even have support to talk to Access directly, but
that may require working on a Windows box. Or you could write everything to a
CSV and pull that in.
David
More information about the talk
mailing list