File "migrate-from-phpexcel"

Full Path: /home/isoftco/public_html/hrm/vendor/phpoffice/phpspreadsheet/bin/migrate-from-phpexcel
File size: 171 bytes
MIME-type: text/plain
Charset: utf-8

#!/usr/bin/env php
<?php
use PhpOffice\PhpSpreadsheet\Helper\Migrator;

require_once __DIR__ . '/../src/Bootstrap.php';

$migrator = new Migrator();
$migrator->migrate();