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 表,可以动态地从互联网上获取股票价值。我需要我的 JAVA 程序来获取这些变化的值,存储它们并对它们动态执行一些操作以生成结果。请建议一种方法来选择这些值,或者如果有人有那段代码,请分享。
您需要创建自己的 dsn(数据源名称)。
通过这个链接 -
http://www.javaprogrammingforums.com/jdbc-database-tutorials/356-how-connect-excel-spreadsheet-using-jdbc-java.html
我相信您听说过 Apache POI API 来处理 Excel 表格。如果您能详细说明问题,我们可能会提出一些建议。