New to Kendo UI for AngularStart a free 30-day trial

ExcelExportModule

Represents the NgModule definition for the Excel Export component.

Use this module to enable Excel export features in your application.

typescript
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, ExcelExportModule],
  bootstrap: [AppComponent]
})
export class AppModule {}

platformBrowserDynamic().bootstrapModule(AppModule);
Not finding the help you need?
Contact Support