download & excel & blob

左心房为你撑大大i 提交于 2019-11-29 04:20:29

download & excel & blob

Blob

https://developer.mozilla.org/en-US/docs/Web/API/Blob

FileReader

https://developer.mozilla.org/en-US/docs/Web/API/FileReader

download & excel

backend auto download

A response triggering the "Save As" dialog:

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition#Examples

Content-Type: text/html; charset=utf-8
Content-Disposition: attachment; filename="cool.html"
Content-Length: 22

excel & content-type

type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",

Excel & Content-Type

const File = {
    name: "test.xlsx", 
    lastModified: 1551442905961, 
    lastModifiedDate: Fri Mar 01 2019 20:21:45 GMT+0800 (China Standard Time), 
    webkitRelativePath: "", 
    size: 8957,
    type: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
};

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!