使用php将mysql数据导出到ODF
我想知道是否有人尝试将数据从 MySQL 导出为 ODF 格式?
任何信息/文档将不胜感激。
如果可能的话,我将尝试将 MySQL 结果集导出到 ODF 电子表格。
I would like to know if someone triend exporting data from MySQL to an ODF format ?
Any information / documentation would be very much appreciated.
I am going to try to export a MySQL result set to ODF spreadsheet if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试查看以下内容: http://www.phpclasses.org/browse/package /4398.html
然而,查看源代码,它看起来不太好,并且有很多硬编码的 xml 字符串
You could try looking at this: http://www.phpclasses.org/browse/package/4398.html
However looking at the source code it doesn't look great and has lots of hard coded xml strings
使用 PHP 创建 OOo 文件的另一个选项是 tbsOOo; 然而,它主要是一个模板引擎。
还有:OpenDocument PHP,它更复杂,可以动态创建文件。
Another option to create OOo files with PHP is tbsOOo; however, it is mainly a templating engine.
There is also: OpenDocument PHP which is more complex and can create the files dynamically.