downloaddocxorexcel

to download a docx document or excel form

Usage no npm install needed!

<script type="module">
  import downloaddocxorexcel from 'https://cdn.skypack.dev/downloaddocxorexcel';
</script>

README

download docx or excel 下载docx文档或excel表格

downloadExcel(url, fileName) // 下载excel,url:后台传入的数据流,fileName:自定义的文件名 downloadDocx(url, fileName) // 下载docx,url:后台传入的数据流,fileName:自定义的文件名