gpt4 book ai didi

excel - 在 Chrome 中运行时,ASP Classic 中的 ContentType 不创建 excel 电子表格

转载 作者:行者123 更新时间:2023-12-04 19:53:33 25 4
gpt4 key购买 nike

我公司的 SaS 项目中运行着一个旧的 ASP Classic 应用程序。它的作用是在 Excel 电子表格中导出主要报告。
问题是:令人惊讶的是,它恰好在... IE 中完美运行。所有的版本。 Chrome 似乎遍历了 Response.ContentType 指令,并尝试将生成的文件保存为 .ASP 文件格式……当然,这很糟糕。
到目前为止,我们所做的只是要求我们的客户和支持人员将他们的浏览器简单地更改为旧的、不可靠的浏览器(例如 IE)。但是,我们刚刚将一个项目卖给了一位客户,该客户的浏览器被官方锁定为 Google Chrome。
所以......我不知道如何解决这个问题。
我的ContentType指令是

    Response.ContentType = "application/vnd.ms-excel"

下面继续,创建具有通用 html 结构的表格。

请帮忙!! :D

最佳答案

我已经在 chrome 上试过了,效果很好

Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "content-disposition", " filename=yourspreadsheetname.xls"

关于excel - 在 Chrome 中运行时,ASP Classic 中的 ContentType 不创建 excel 电子表格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20617690/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com