Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created July 23, 2023 15:35
Show Gist options
  • Save arun12209/9d036dd1c1e2d676fe230d11518a329d to your computer and use it in GitHub Desktop.
Save arun12209/9d036dd1c1e2d676fe230d11518a329d to your computer and use it in GitHub Desktop.
exportToExcel.html
<!-- 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