%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/maatwebsite/excel/src/Helpers/ |
Current File : /var/www/html/hr/api/vendor/maatwebsite/excel/src/Helpers/CellHelper.php |
<?php namespace Maatwebsite\Excel\Helpers; class CellHelper { /** * @param string $coordinate * * @return string */ public static function getColumnFromCoordinate(string $coordinate): string { return preg_replace('/[0-9]/', '', $coordinate); } }