mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-17 13:46:44 +00:00
Eliminate Redundant Line
This commit is contained in:
@@ -20,7 +20,6 @@ function addCellspacing(string $html): string
|
||||
|
||||
function writerCallback(HtmlWriter $writer): void
|
||||
{
|
||||
$writer->setEditHtmlCallback(addCellSpacing(...));
|
||||
$writer->setLineEnding("\n")
|
||||
->writeAllSheets()
|
||||
->setEditHtmlCallback(addCellspacing(...));
|
||||
|
||||
Reference in New Issue
Block a user