/home/arranoyd/mice/wp-content/plugins/fluentform/app/Services/Spout/Common/Type.php
<?php

namespace Box\Spout\Common;

/**
 * Class Type
 * This class references the supported types
 *
 * @api
 */
abstract class Type
{
    const CSV = 'csv';
    const XLSX = 'xlsx';
    const ODS = 'ods';
}