02 2024 档案
摘要:在Laravel中,可以使用PhpSpreadsheet库来读取Excel文件,并将其水平分割成多个表格。 首先,通过Composer安装了PhpSpreadsheet库: composer require phpoffice/phpspreadsheet 使用 <?php namespace Ap
阅读全文
摘要:use Illuminate\Support\Carbon; use PhpOffice\PhpSpreadsheet\Shared\Date; public function transformDateTime($value, string $format = 'Y-m-d H:i:s') if
阅读全文
摘要:1、安装组件 composer require simplesoftwareio/simple-qrcode 1.3.* 在 config/app.php 注册服务提供者: SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class 同样在 config
阅读全文