| Current Path : /var/www/html/demo.sumar.com.py/lib/spout/src/Spout/Common/ |
| Current File : /var/www/html/demo.sumar.com.py/lib/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';
}