Update src/PhpSpreadsheet/Writer/Html.php
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
parent
f42c3ef5a0
commit
39eeef5ec6
|
@ -213,11 +213,6 @@ class Html extends BaseWriter
|
|||
$this->editHtmlCallback = $cbk;
|
||||
}
|
||||
|
||||
public function resetEditHtmlCallback(): void
|
||||
{
|
||||
$this->editHtmlCallback = '';
|
||||
}
|
||||
|
||||
const VALIGN_ARR = [
|
||||
Alignment::VERTICAL_BOTTOM => 'bottom',
|
||||
Alignment::VERTICAL_TOP => 'top',
|
||||
|
|
Loading…
Reference in New Issue