Отчет Crystal экспорт данных Excel с заголовками c#
0 down vote favorite I'm trying to export the crystal report to Excel with HEADERS. When i use ExportFormatType.ExcelRecord we only get Data but not the headers(here we get .xls format). I know that ExportFormatType.Excel option will export with Headers but its in .CSV format with blanks and all which is of no use for the client to process the data further. So wanted to know if there is any way to achieve this requirement where the formatting is good with HEADERS and process the data further. Thanks.
Что я уже пробовал:
я пробовал использовать
ExportFormatType.Excelно он дает csv-файл со всем отчетом,таким как нижний колонтитул, заголовок отчета и т. д.Я постарался отформатировать отчет как можно лучше, чтобы избежать пробелов.Но все равно получите пустые места в csv-файле Excel.