将 openoffice.org 文本文档转换为电子表格
有关如何转换 openoffice.org 文本文档的任何想法 如果可能的话,以编程方式转换为电子表格格式?
Any ideas for how to convert an openoffice.org text document
into spreadsheet format, programatically, if possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
郑重声明:这就是我最终所做的:我安装了 synaptic
优秀的小程序odt2txt。
这样我就提取了文本内容,在 emacs 中手动编辑了一下,
给它扩展名 .csv,然后在 openoffice.org calc 中导入 Nice。
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.