MySQL 数据库到 Excel(1 个表到 1 个工作表)
如何将MySQL数据库导出到excel文档,将数据库中的1个表保存到xls文档中的1个工作表中。
我正在使用 Navicat、MySQL Maestro 和 SQLyog,它们都为每个文档导出一张表。
谢谢
How to export MySQL database to excel document that 1 table in database is saved to 1 worksheet in xls document.
I am using Navicat, MySQL Maestro and SQLyog and all of them export one table per document.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道在 Navicat 中,如果您选择“Excel 文件 (.xls)”而不是“Excel 电子表格 (.xls)”,则可以使用将所有表格从数据库导出到 Excel,然后对于您的每个表格数据库添加同一 Excel 文件的路径:)
I know that in Navicat you can use export all tables from database to excel if you select "Excel file (.xls)" instead of "Excel spreadsheet (.xls)" and then for every table in your database add path to the same excel file :)