jxl merge报错解决(Could not merge cells B1-F1 as they clash with an existing...)

   错误的造型:
Could not merge cells B1-F1 as they clash with an existing set of merged cells.
  
   刚开始很是郁闷,报表中的数据查了好几次,就是出这个错误,仔细的观察一下,才发现在进行Row定义的时候,将row=0写在了进行数据循环的里面,造成每次row的自动增加后的值全部又转为0,致使出现了“不能在已有的合并格的基础上在进行合并”的错误。

你可能感兴趣的:(merge)