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.
Overview
Examples
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.
<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.
See the Buttons introduction for the shared inputs, outputs and base-button API.
