Skip to content

Commit

Permalink
bugfix for #86 excel保存问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Apr 21, 2020
1 parent 022b852 commit d774fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers.php
Expand Up @@ -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');
Expand Down

0 comments on commit d774fbd

Please sign in to comment.