Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I've hit a snag regarding importing to importing a datatable into excel document.
Some of cells do contain considerably more than 1000 characters. Therefore whilst the cell is holding the data, when I come to print it I only get a subset of the true data.
The only work around I can think of is to somehow loop through each row in the datatable and add a new line characters at set interval.
Do you have any better suggestions?
Thanks.