The title says it all! any ideas for how to convert an openoffice.org text document into spreadsheet format, programatically, if possible?

link|improve this question

20% accept rate
Can you show an example of an input and output document? Programmatically on what platform? – Pekka Oct 18 '10 at 20:21
what platform? what language? You need some more tags – Aaron Saunders Oct 18 '10 at 20:25
What's wrong with copy and paste? Why didn't that work? – S.Lott Oct 18 '10 at 20:26
S.Lott: Copy&paste does NOT work. When I copy an area in the text document, open calc, and try to paste there , a new text document is opened ... and then pasted. Pekka: Programatically on linux ubuntu (Maverick). The document was originally a calc document, but somebody else converted it before doing some small changes. --- language for programmatic solution could be shell script, python, or something else (but first two preferred). – kjetil b halvorsen Oct 18 '10 at 21:29
Please update your question with these additional details. Do not comment on your own question. Update your question. – S.Lott Oct 19 '10 at 2:27
feedback

1 Answer

For the record: This is what I finally did: With synaptic I installed the excellent little program odt2txt. With that I extracted the text content, edited it manually a little in emacs, gave it extension .csv and then it imported nice in openoffice.org calc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.