Skip to main content

CardViewExtension.ExportToXls Method

Name Parameters Description
ExportToXls(CardViewSettings, Object, XlsExportOptionsEx) static settings, dataObject, exportOptions Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, Boolean, XlsExportOptionsEx) static settings, dataObject, saveAsFile, exportOptions Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, Boolean) static settings, dataObject, saveAsFile Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, String, XlsExportOptionsEx) static settings, dataObject, fileName, exportOptions Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, String, Boolean, XlsExportOptionsEx) static settings, dataObject, fileName, saveAsFile, exportOptions Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, String, Boolean) static settings, dataObject, fileName, saveAsFile Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object, String) static settings, dataObject, fileName Exports the CardView’s data to XLS format, based on the provided settings.
ExportToXls(CardViewSettings, Object) static settings, dataObject Exports the CardView’s data to XLS format, based on the provided settings.