标签:res ice string 银行卡号 其他 put null tput ons
// String columnNames[]={ "提现金额"};//excel表 头名
String columnNames[]={ "用户id", "姓名", "身份证号","银行卡号","开户行","提现金额","提现时间","提现状态","提现前余额"};
// String keys[] = { "提现金额"};//map中的key
String keys[] = { "用户id", "姓名", "身份证号","银行卡号","开户行","提现金额","提现时间","提现状态","提现前余额"};
//封了个excelwang.jar
//list是数据,keys是数据(map集合的key们(起了别名的‘别名是key)),column是excel表列名,response没有 只是里面用到了....
OutputExcel ope=new OutputExcel();
ope.outputexcel(list, keys, columnNames, response);
导出excel时始终 当有”提现金额" 这列的时候 outputexcel类报错, 起初我以为 key的文字问题,but 这明显是 数据库 tx_frprice(提现金额)这一列 问题。。。
其他列也有没有数据的 行,但是 tx_frprice有一列 为 null、 这是导致出的问题 的关键。
标签:res ice string 银行卡号 其他 put null tput ons
原文地址:http://www.cnblogs.com/wang-zi92/p/6560859.html