如何在 ColdFusion 中使用查询读取 MS Excel 2007?
我正在使用 Coldfusion8 和 mysql5,UI 必须从 MS Excel 2007 文件中读取/选择大约 900,000 条(缺少 9 条)记录并将它们插入到我的数据库中。我正在使用下面的查询,我认为该查询适用于 MS Excel 2003:
SELECT * FROM "Excel 8.0; DATABASE=abc; HDR=YES".[myfile$]
How do I read from an MS Excel 2007 file?
谢谢, 基肖尔
I am using coldfusion8 and mysql5 and UI have to read/select approx 900,000 (9 Lacks) records from an MS Excel 2007 file and insert them into my database. I am using the query below, which I think is for MS Excel 2003:
SELECT * FROM "Excel 8.0; DATABASE=abc; HDR=YES".[myfile$]
How do I read from an MS Excel 2007 file?
Thanks,
Kishor
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看协作过滤字段。这个问题可能不像您最初想象的那么简单。
Check out the field of collaborative filtering. This problem may not be as straightforward as you first assumed.