canyin-project/ybcy/vendor/phpoffice/phpspreadsheet/bin/migrate-from-phpexcel

9 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-11-01 16:07:54 +08:00
#!/usr/bin/env php
<?php
use PhpOffice\PhpSpreadsheet\Helper\Migrator;
require_once __DIR__ . '/../src/Bootstrap.php';
$migrator = new Migrator();
$migrator->migrate();