摘要: 将SQLite数据库的数据写到excel表里。 1、用java代码操作excel表需要用poi,poi导包有很多问题,不能有多余的包,可能会有重复内容;其他附带的包也不能少,会报错。 2、代码: 1 public void makeExecl() 2 { 3 sqLhelper=new SQLhel 阅读全文
posted @ 2021-03-12 22:00 sean1246 阅读(81) 评论(0) 推荐(0)