简体   繁体   English

如何使用 mvc 通过模式在 nodejs 中将 excel 工作表数据插入 mongodb

[英]how to insert an excel sheet data to mongodb in nodejs via schema using mvc

how to insert an excel sheet data to mongodb in nodejs via schema using mvc I hava an excel sheet with me with some data如何使用 mvc 通过模式在 nodejs 中将 excel 工作表数据插入 mongodb 我有一个 excel 工作表和一些数据

I want to insert that data into mongodb I have created schema for the same can I get a code for inserting the same to mongodb by using the mvc我想将该数据插入 mongodb 我已经创建了相同的模式我可以使用 mvc 获得将相同的数据插入 mongodb 的代码

Save the sheet in CSV format and use mongoimport to load it into your MongoDB database.以 CSV 格式保存工作表并使用mongoimport将其加载到 MongoDB 数据库中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM