[Seaside] Generate Excel documents from Seaside (Pharo)

blake dsblakewatson at gmail.com
Fri Jan 31 17:38:33 UTC 2014


FWIW, I do this by renaming the CSV to XLS.

If you open a CSV in Excel it asks you about parsing and blah-blah-blah,
which you don't want if you're sending it to execs who can't be bothered
with clicking the default buttons a few times.

If you give a CSV an XLS extension, Excel just opens it without complaint
using the default parsing.

That's how I've handled it. Beats messing with some conversion program.


On Fri, Jan 31, 2014 at 7:10 AM, Esteban A. Maringolo
<emaringolo at 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)
>
> Regards,
>
> Esteban A. Maringolo
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140131/c818210f/attachment.htm


More information about the seaside mailing list