Accept Merge Request #220: (feature/hant -> develop)

Merge Request: 导出逻辑

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/220?initial=true
This commit is contained in:
todayswind 2025-07-11 15:28:47 +08:00 committed by Coding
commit 9ebe304309

View File

@ -770,6 +770,13 @@ class Backend extends Controller
{
$page = 1;
$rowIndex = 2;
if (ob_get_level()) ob_end_clean();
ob_clean();
ini_set('memory_limit', '512M');
set_time_limit(0);
ignore_user_abort(true);
ini_set('zlib.output_compression', 'Off');
// 创建 Spreadsheet 和 Sheet
$spreadsheet = new Spreadsheet();