导出数据时报错: 如果你是导出office 2007格式 TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: The 'Microsoft.ACE.OLEDB.12.0' provider is not registe…
问题描述:通过Swagger接口导出Excel模板文件时,报错:URL.createObjectURL: Argument 1 is not valid for any of the 1-argument overloads. 问题现象: 解决方案: 1.打开浏览器调试窗口,将请求复制为cURL命令 火狐浏览器: 谷歌浏览器: 2.将cURL命令粘贴到命令行窗口中,在命令最后加上" -o test.xlsx ",将文件下载到当前目录.( test.xlsx 为自定义的文件名称 ) 3.…