-
-
Save arun12209/9d036dd1c1e2d676fe230d11518a329d to your computer and use it in GitHub Desktop.
exportToExcel.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- exportToExcel.html --> | |
<template> | |
<div> | |
<lightning-button label="Export to Excel" title="Export Data" onclick={exportToExcel}></lightning-button> | |
<!-- Add your data in a table or any other desired format here --> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment