fix for too long xlsx sheet title
This commit is contained in:
parent
2999478790
commit
857b5eed17
@ -40,6 +40,6 @@ class AttendanceGroupedExportSingleView implements FromView, WithTitle
|
|||||||
$this->groupedValue = "{$subject} {$date}";
|
$this->groupedValue = "{$subject} {$date}";
|
||||||
}
|
}
|
||||||
|
|
||||||
return str_replace(":", "-", "{$this->groupedValue}");
|
return substr(str_replace(":", "-", "{$this->groupedValue}"), 0, 30);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user