Skip to content

Instantly share code, notes, and snippets.

@brigand
Created June 6, 2021 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brigand/f29c665bf6dd3cc98e05e98674ac5d20 to your computer and use it in GitHub Desktop.
Save brigand/f29c665bf6dd3cc98e05e98674ac5d20 to your computer and use it in GitHub Desktop.
export async function json_to_sheet(...args) {
const XLSX = await import('xlsx')
return XLSX.utils.json_to_sheet(...args);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment