gpt4 book ai didi

mysql - 将数据从 Google Spreadsheets 导入 MySQL

转载 作者:可可西里 更新时间:2023-11-01 07:07:29 26 4
gpt4 key购买 nike

为了进行年度库存盘点,我们一直在一家小公司使用 Google 电子表格。在构建库存管理系统时,我想知道在将数据导入 MySQL 时最佳实践是什么。

电子表格具有以下结构:

PartNo. | Vendor | Title     | Quantity | Cost | Sum | EAN           | Comment | Price
841750 | Volvo | Oil filter| 5 | 10 | 50 | 1234567812345 | | 18
20.1418 | MarinH | Light | 1 | 44 | 44 | 1234567812346 | | 80

Google 向我提供了导出到 mysql 可以读取的 csv 文件的意见,但是是否有一些更聪明的方法?

也欢迎您向我推荐数据库表结构:-)

最佳答案

检查一下:

how to import excel spreadsheet as table into mysql

Navicat has a "table import wizard" functionality. It's a free download from http://www.navicat.com/download.html and it will import Excel spreadsheets and create a new table in MySQL.

使用上述方法,您可以将 Google 电子表格导出为 Excel .xls 文件,然后使用 Navicat 将其导入 MySQL。

您通过 CSV 文件描述的选项也非常好!我会先试试看。互联网上有很多很棒的教程向您展示如何将带​​分隔符的 .csv 文件导入 MySQL 表。

关于mysql - 将数据从 Google Spreadsheets 导入 MySQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4595239/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com