PDA

Click to See Complete Forum and Search --> : No grid lines when exporting to excel


Marivic
Jul 27th, 2004, 01:03 AM
Hello Experts,

I am using crystal report to export to excel.


Dim excelFormatOpts As New ExcelFormatOptions
crReport.ExportOptions.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.Excel
excelFormatOpts.ExcelUseConstantColumnWidth = False
excelFormatOpts.ExcelTabHasColumnHeadings = False
crReport.ExportOptions.FormatOptions = excelFormatOpts
strExtension = ".xls"


So far so good. But when the file is displayed in excel, the gridline is not displayed.

How can I make the gridlines display when exporting to excel?

Many thanks.