JDBC连接数据库并将resultset中的文件输出为excel
使用jdbc来连接具体的数据库,下面是具体的代码示例 private void startJob(String merchantNo, Date date) throws Exception { Connection con = null; Statement statement = null; Class.forName("co...