PerShing2014 / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

Use of deprecated method of r.createCell((short) columncount++); #325

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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++);

Original issue reported on code.google.com by bes...@gmail.com on 7 Sep 2011 at 6:30