yuluo-yx opened a new issue, #1777: URL: https://github.com/apache/rocketmq-dashboard/issues/1777
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (the steps to reproduce)? Download an XLSX file through an endpoint that uses `ExcelUtil.export` and inspect the HTTP Content-Type header. - What did you expect to see? The response should use the standard XLSX media type `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet`. - What did you see instead? The helper reports `application/vnd.ms-excel;charset=utf8` while producing an XLSX workbook. The legacy type and charset parameter do not accurately describe the response body. 2. Please tell us about your environment: - apache/rocketmq-dashboard master - baseline commit `770822bbc812bfd0c2a94aa0128ab6f59b50d076` - JDK 17 3. Other information: The filename and workbook generation remain unchanged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
