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 4796728 commit 7dd0d5dCopy full SHA for 7dd0d5d
src/Xport/Spreadsheet/Exporter/PHPExcelExporter.php
@@ -32,7 +32,7 @@ public function export(Document $model, $targetFile, PHPExcel_Writer_IWriter $wr
32
33
$phpExcelSheet = $phpExcelModel->getSheet($sheetIndex);
34
if ($sheet->getLabel()) {
35
- $phpExcelSheet->setTitle(substr($sheet->getLabel(), 0, 32));
+ $phpExcelSheet->setTitle(substr($sheet->getLabel(), 0, 31));
36
}
37
38
$lineOffset = 1;
0 commit comments