This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
0 Replies Last post: Sep 8, 2009 8:55 PM by Sandy  
Sandy   1 posts since
Sep 8, 2009
Currently Being Moderated

Sep 8, 2009 8:55 PM

JExcel warning 'Could not add cell at A257 because it exceeds the maximum column limit'

Hi,

 

I have an application where we export data to an excel sheet and we are using JExcel API for it. We have more than 256 columns and I get warnings saying

" Could not add cell at A257 because it exceeds the maximum column limit" after adding the contects to the 256th column.

I did some research but could not get much information on this. According to my research, Excel2003 has column limit of 256. I tried installing excel2007, still it gives the same warnings.

Does JExcel supports Excel2003? Is there anyway to overcome this issue? Please do suggest me something. Thanks a lot in advance.

More Like This

  • Retrieving data ...