laravel-admin导入到Laravel-Excelv3.*自定义格式

原创
小哥 3年前 (2022-11-04) 阅读数 9 #PHP
文章标签 Laravel

laravel-admin excel导出防止数字变为科学计数法

修改 默认值绑定器

config/excel.php

[x] Maatwebsite\Excel\DefaultValueBinder::class [x] PhpOffice\PhpSpreadsheet\Cell\StringValueBinder::class [x] PhpOffice\PhpSpreadsheet\Cell\AdvancedValueBinder::class

*/
value_binder => [
default => PhpOffice\PhpSpreadsheet\Cell\StringValueBinder::class,
],

参考网址: https://docs.laravel-excel.com/3.1/exports/column-formatting.html

版权声明

所有资源都来源于爬虫采集,如有侵权请联系我们,我们将立即删除