mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-25 03:08:20 +00:00
07455d24f6
Closes #78 Closes #147
9 lines
171 B
PHP
Executable File
9 lines
171 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
use PhpOffice\PhpSpreadsheet\Helper\Migrator;
|
|
|
|
require_once __DIR__ . '/../src/Bootstrap.php';
|
|
|
|
$migrator = new Migrator();
|
|
$migrator->migrate();
|