diff --git a/app/helpers.php b/app/helpers.php index aaffeb3f..684cf540 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -692,7 +692,7 @@ function convertSqlTo(string $sql, $callback) function processSpreedSheet(string $content): string { if (empty($content)) { - $content = '[]'; + $content = '[{"name":"sheet1","cols":{"len":25},"rows":{"len":100}}]'; } $minRow = config('wizard.spreedsheet.min_rows');