gpt4 book ai didi

javascript - 使用按钮单击将 mongodb 数据导出到 Excel

转载 作者:行者123 更新时间:2023-12-03 06:00:03 25 4
gpt4 key购买 nike

在我的 meteor 应用程序中,我有一个集合名称vehicle,我想获取该集合的Excel文件

    {
"id": "01",
"make": "toyota",
"year": [
2005,
2006,
2007,
2008,
2009,
2010
],
"model": "fortuner",
"type": "a"
} {

"id": "02",
"make": "toyota",
"year": [
2005,
2006,
2007,
2008,
2009,
2010
],
"model": "land cruiser 200",
"type": "b"
} {
"id": "03",
"make": "toyota",
"year": [
2005,
2006,
2007,
2008,
2009,
2010
],
"model": "land cruiser 200",
"type": "e"
}

我想在单击按钮时获取 Excel 文件

ID 制造年份 型号制造

01 丰田 2005-2010 年 xxxx

02 xxx xxxx xxx xxxxxx

我怎样才能在 meteor 中做到这一点???

最佳答案

点击提交后,您必须执行此查询

mongoexport --db <<your database name>> --collection vehicle --type=csv --fields  id,Make,year,Model 

这里有两个可以使用的npm

https://www.npmjs.com/package/datapumps

https://www.npmjs.com/package/mongoose-to-csv

关于javascript - 使用按钮单击将 mongodb 数据导出到 Excel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39783555/

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