Issue 325: Use of deprecated method of r.createCell((short) columncount++);
Status:  New
Owner: ----
Reported by bes...@gmail.com, Sep 7, 2011
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++);