7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
|
#!/usr/bin/env php
|
||
|
<?php
|
||
|
require_once __DIR__ . '/../src/Bootstrap.php';
|
||
|
|
||
|
$migrator = new \PhpOffice\PhpSpreadsheet\Helper\Migrator();
|
||
|
$migrator->migrate();
|