اگر از MySQL استفاده میکنید لینک زیر:
https://dev.mysql.com/doc/mysql-for-excel/en/mysql-for-excel-intro.html
برای خروجی گرفتن اکسل میتونید از پکیج Laravel-Excel استفاده کنید!
لینک داکیومنتیشنش : https://laravel-excel.maatwebsite.nl/
<?php 
function random_strings($length_of_string) 
{ 
    $str_result = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; 
    return substr(str_shuffle($str_result), 0, $length_of_string); 
} 
echo random_strings(8); 
?> 
                                آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟