I am currently using the Spreadsheet::WriteExcel API to write data into spreadsheets in one of the tools that I developed. But looks like there is some kind of size constraint in the no. of characters that could be written to one cell. But I would like to write more data into the spreadsheet. Could you please suggest a better way that would allow me to write more data into one cell in a spreadsheet?