NG Kit

Excel Export Button

The Excel Export Button is a standalone button for exporting tabular data to a spreadsheet, with fixed styling and a dark-green background. It does not extend the Base Button.

Usage

Use the button through its directive selector on any element, or through its component selector. The directive form is preferred for new code; the component form remains supported.

html
<button excelExportButton (click)="exportExcel()" mat-raised-button>Export to Excel</button>

API

A standalone export button with fixed styling and a dark-green background. It does not extend the base button and exposes no configurable inputs or outputs.

This button exposes no configurable inputs of its own.