Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 Excel 工作表数据上传到 MySQL
您想将 excel 数据转换为 csv
在 Node 中的服务器上将 XLS 转换为 CSV
然后你可以将该csv数据文件导入mysql。
http://www.mysqltutorial.org/import-csv-file-mysql-table/