Current File : /home/digitaw/www/wp-content/plugins/fluentform/vendor/openspout/openspout/src/Common/Type.php
<?php
namespace OpenSpout\Common;
/**
* This class references the supported types.
*/
abstract class Type
{
public const CSV = 'csv';
public const XLSX = 'xlsx';
public const ODS = 'ods';
}