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.
我想将数据集导出到 excel(.xls) 文件而没有任何警告消息。我尝试了一种使用 response.write 写入 excel 的方法。但它的格式不正确。当我打开 excel 时,我收到一些我不应该收到的警告消息,因为我需要在一些修改后将相同的 excel 上传到 sql server。
请注意,我无法在服务器上安装 Office,并且我在数据集中有 4 个数据表,这些数据表应该在同一个 Excel 文件的单独表格中导出。
任何帮助,将不胜感激。
谢谢。