首页上一页 1 下一页尾页 3 条记录 1/1页
jxl excel
发表在JavaWeb图书答疑
2011-10-11
是否精华
是
否
版块置顶:
是
否
sheet.mergeCells(1,7,3,0);//合并第8行的第2个到第4个单元格
sheet.mergeCells(6,7,7,0);//合并第8行的第7个到第8个单元格
sheet.mergeCells(8,7,9,0);//合并第8行的第9个到第10个单元格
sheet.mergeCells(10,7,11,0);//合并第8行的第11个到第12个单元格
报这个警告:
Warning: Cannot merge cells - top left and bottom right incorrectly specified
Warning: Cannot merge cells - top left and bottom right incorrectly specified
什么原因
sheet.mergeCells(6,7,7,0);//合并第8行的第7个到第8个单元格
sheet.mergeCells(8,7,9,0);//合并第8行的第9个到第10个单元格
sheet.mergeCells(10,7,11,0);//合并第8行的第11个到第12个单元格
报这个警告:
Warning: Cannot merge cells - top left and bottom right incorrectly specified
Warning: Cannot merge cells - top left and bottom right incorrectly specified
什么原因