I think I read about this before but I want to make sure:

I am exporting data from a datagridview to an excel sheet, and I am coming across an apparent limitation as far as the maximum cell length for excel.

I am pretty sure you can normally put more than 255 characters into a cell in excel, but when I try to do the same thing programmatically, I get an error message saying that I exceeded the max limit for number of characters for a cell.

Is there any way around this?
Thanx
Iggy