refactor: 修改文章导出

This commit is contained in:
2025-01-17 10:44:51 +08:00
parent 57536d1af6
commit d2f55c147e
2 changed files with 1 additions and 2 deletions

View File

@@ -232,7 +232,6 @@ class Article
header('Cache-Control: max-age=0');
$writer = IOFactory::createWriter($spreadsheet, 'Xlsx');
$writer->save('php://output');
exit;
}
// 获取文章导出数据