Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsjet-saas/Source/vendor/box/spout/src/Spout/Common/
Upload File :
Current File : /home/users/unlimited/www/whatsjet-saas/Source/vendor/box/spout/src/Spout/Common/Type.php

<?php

namespace Box\Spout\Common;

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