点击HTML中的链接即可下载Excel(.xlsx)文件

时间:2016-07-11 06:07:04

标签: html excel

到目前为止,没有任何选项可供我使用。我想点击图片链接下载excel文件。

我试过的是

<div class="export-template-label" style="display:inline-block;margin:5px 5px -8px 0px;">
    <a href="../../Upload/Files/MyGrpMembership.xlsx" target="_self" download>
        <img src="Images/excel.png" alt="logo" style="float:left;" />
    </a>
</div>

但是当我尝试打开下载的文件时,它显示错误说

enter image description here

1 个答案:

答案 0 :(得分:0)

Excel文件是否存在?尝试直接打开文件。我不认为你的代码不合适。