| Issue 325: | Use of deprecated method of r.createCell((short) columncount++); | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. configure jmesa tablemodel tag 2. enable excel export 3. click to export into excel 4. exception is thrown on line 65 in ExcelView.Java What is the expected output? What do you see instead? excel download, exception is thrown on line 65 in ExcelView.Java What version of the product are you using? On what operating system? 3.0.4 , Linux Please provide any additional information below. HSSFCell cell = r.createCell((short) columncount++); |