We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fdd39 commit b5c9115Copy full SHA for b5c9115
docs/export/array.md
@@ -48,7 +48,7 @@ By default 0 is shown as an empty cell. If you want to change this behaviour, yo
48
// Will show 0 as 0
49
$sheet->fromArray($data, null, 'A1', true);
50
51
->> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
+> To change the default behaviour, you can use `excel::export.sheets.strictNullComparison` config setting.
52
53
## Eloquent model
54
0 commit comments