mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-15 04:26:25 +00:00
Update src/PhpSpreadsheet/Writer/Html.php
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user