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 2a0090b commit f632732Copy full SHA for f632732
tests/PhpSpreadsheetTests/Reader/Xlsx/GridlinesTest.php
@@ -17,6 +17,7 @@ public function testGridlines(bool $display, bool $print): void
17
$spreadsheet = new Spreadsheet();
18
$sheet1 = $spreadsheet->getActiveSheet();
19
$sheet2 = $spreadsheet->createSheet();
20
+ $sheet2->setTitle('deliberatelyblank');
21
$sheet1->setShowGridlines($display);
22
$sheet1->setPrintGridlines($print);
23
$sheet1->fromArray(
0 commit comments