We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e8e12 commit 5d7f13fCopy full SHA for 5d7f13f
lib/HtmlPhpExcel/HtmlPhpExcel.php
@@ -142,7 +142,8 @@ private function createExcel(): void
142
// Remove 1st sheet, which might be created automatically with new excel
143
try {
144
$this->excel->removeSheet(1);
145
- } catch (\Exception) {}
+ } catch (\Exception) {
146
+ }
147
148
// Loop over all tables in document
149
foreach($this->document->getTables() as $table) {
0 commit comments