问题标签 [yii2-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
21 问题
0
投票
0
回答
34
浏览
php - yii2 api 创建和发送excel文件
我想使用从数据库中查询的数据创建一个 excel 文件,我使用了https://github.com/yii2tech/spreadsheet库,当我使用邮递员对其进行测试时它显示错误
返回格式错误的响应
我正在使用 $exporter->send('FavList1.xls'); 直接地
但后来我试图将它保存在某个地方并发送它,它仍然显示同样的问题
如何解决问题并在 api 中发送此文件?