There were people trying to use ODBC to talk to an excel file, but to "query". I don't think it would work for "manipulate"
cheers mariano On Mon, Nov 1, 2010 at 12:08 PM, Guillermo Polito <guillermopol...@gmail.com > wrote: > It is a bad an awful real excel file :(. > > > On Mon, Nov 1, 2010 at 11:57 AM, Marcus Denker <marcus.den...@inria.fr>wrote: > >> >> On Nov 1, 2010, at 3:38 PM, Guillermo Polito wrote: >> >> > I was searching in squeaksource, and querying the posts in the list, but >> I couldn't find anything useful :S. >> >> if is is a comma-separated file (.csv) you can easily parse the lines with >> String>>#findTokens:escapedBy: >> >> Of course this does not help with real excel files.... which are quite >> complex (as one would imagine) >> http://sc.openoffice.org/excelfileformat.pdf >> >> Marcus >> >> -- >> Marcus Denker -- http://www.marcusdenker.de >> INRIA Lille -- Nord Europe. Team RMoD. >> >> >> >