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.