Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从我的 asp.net 网站,我使用 Microsoft ReportViewer 将数据导出到 excel 中。当我打开excel时出现以下错误
当我导出几行数据时,它工作正常。但是当我导出一些巨大的数据时,它会抛出这个错误。有人可以提供一些帮助吗?
您正在导出的数据正在引用网络服务器上的 css 文件。
下载文件后,您将下载这些参考。
当您打开文件时,它试图在本地打开 css 文件,但它们在本地不存在。
我会单独下载 css 文件,并将它们放在它们应该存在的本地位置,或者阻止您的导出引用具有引用的任何行中的文件。(可能靠近顶部)