I'm exporting to Excel in a .NET application, and when Can Grow is turned on for a given field, and the data in that field is too large for the field, the resulting Excel document contains extra rows with no data in them.
For example, if the Crystal version of a report looks like this:
Column 1 Column 2 Column 3
abc Too much 12/1/1980
data to fit
in the field
size.
xyz Just right 12/15/1977
When I export this to Excel, it looks like this:
A B C
1 Column 1 Column 2 Column 3
2 abc Too much 12/1/1980
3 data to fit
4 in the field
5 size.
6 xyz Just right 12/15/1977
Where did rows 3, 4, and 5 come from? Is there an Excel export setting I can change that will eliminate this issue?
Gracias.
For example, if the Crystal version of a report looks like this:
Column 1 Column 2 Column 3
abc Too much 12/1/1980
data to fit
in the field
size.
xyz Just right 12/15/1977
When I export this to Excel, it looks like this:
A B C
1 Column 1 Column 2 Column 3
2 abc Too much 12/1/1980
3 data to fit
4 in the field
5 size.
6 xyz Just right 12/15/1977
Where did rows 3, 4, and 5 come from? Is there an Excel export setting I can change that will eliminate this issue?
Gracias.