如题,如何在不用到Access MSSQL mysql等数据库中
可以在excel中使用SQL语法 使用Select 等功能来运行呢
或是其他的格式
谢谢
excel使用公式可以的,SQL貌似不行吧,对excel了解不是很深
SQL数据库里面可以使用表格
在编程语言(例如C#、VB.Net)里面可以,使用OleDB驱动
https://blog.csdn.net/u010035907/article/details/53696298
https://www.cnblogs.com/ppeenngg/p/6637782.html?utm_source=itdadao&utm_medium=referral
https://www.cnblogs.com/lotusto/p/5723733.html
楼上链接的方法可以,也可以用vba做
http://club.excelhome.net/thread-1375118-1-1.html
http://club.excelhome.net/thread-1375118-1-1.html
excel 中可以设置宏,自动计算
VBA使用ADO技术可以实现,微软全家桶的数据接口~
https://www.cnblogs.com/ppeenngg/p/6637782.html?utm_source=itdadao&utm_medium=referral
https://jingyan.baidu.com/article/c35dbcb0f18f448916fcbcfd.html
在编程语言(例如C#、VB.Net)里面可以,使用Ol。