Reputation: 2974
I have designed a crystal report(ver. 13) in visual studio 2010 which works fine. it has a built in option for exporting the report into the excel file which it works fine too. But here is my question how can i control the format of the data in excel file, for example there are some cells which are empty or merged. how can in format the data appearance in excel file?
Upvotes: 0
Views: 1065
Reputation: 1346
You cannot control the format. You have choice between export to excel with format and export data only (without format)
Upvotes: 1