jxl.write.biff.JxlWriteException: Attempt to modify a referenced format
这个异常的意思是说,格式对象wcf已经有Cell用过了,所以不能再修改。你可以创建一个新的WritableCellFormat对象,给第二种单元格使用。