在IE11 .xls下载为.htm任何指针。 这在Chrome和Firefox中工作正常但在代码部署在服务器中时无法在IE11中运行,它在我的本地工作。 我们正在使用Twitter-Bootstrap和Angular JS。
代码就像这样
<div class="col-lg-8 col-md-8 col-sm-4 col-xs-10" style="margin-top: 30px;">
<label class="text_style">Click here to download the template:</label>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="margin-left: -14px;">
<input allign="center" class="btn btn-custom" id="DownJSONbtn" name="DownJSONbtn"
type="button" value="Download" ng-click="DownloadJSONtoExcel(REfTYpe);"/>
JS功能
$('#DownJSONbtn').html('<iframe src="assets/images/SAMPLE.xlsx" width="100" height="100"></iframe>');
数据来自后端的webservice调用。