[Seaside] Import and export to a spreadsheet

Hernán Morales Durand hernan.morales at gmail.com
Thu Jul 30 09:51:45 UTC 2009


2009/7/29 Stephan Eggermont <stephan at stack.nl>

>
> Making a Seaside application import some data from a spreadsheet in tab
> separated format consists of the following steps:
>
> - extract the string from a textArea;
> - split the string into lines;
> - split each line into fields;
> - for each wellformed line, create an object;
> - map each field to the object.


Hi Stephan, it seems what I did in the Language objects:

http://www.squeaksource.com/LanguageInfo.html

Cheers

Hernán
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090730/5e8b8242/attachment.htm


More information about the seaside mailing list