Hay,
On 31.01.2014, at 16:10, Esteban A. Maringolo <emaringolo(a)gmail.com> wrote:
I need to download the contents of a html table
generated with Seaside as a file (actually the whole contents if the table is paginated).
I wonder if somebody already implemented the feature to generate an Excel file
programatically?
I'm using CSV files, but the customer prefers Excel (it can be XLSX).
Any thoughts? Command line converters? (linux)
I've done an excel 2003 xml-exporter for seaside/magritte.
and since excel can open http/https urls, you can even serve it directly
If y’all are interested, I can dig it out of the pit.