On Monday 16 July 2007 08:41:46 Marco Mariani wrote: > Jorge Godoy ha scritto: > > For Excel you can use CSV and it will open it. > > Sure. > Except, it will try and cast the strings to number, dates, and the like, > depending on content... you might not like it. > Openoffice or KOffice are no better, and will try and cast the types in > a different way. > > If there is a way to declare column types in CSV, I don't know it.
There isn't. CSV is for plain data. You can try fooling the parser and using quotes, but I don't know if that will work. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

