for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanedev\LaravelExcel\Exporters;
use Box\Spout\Common\Type;
/**
* Class OpenOfficeExporter
*
* @package Arcanedev\LaravelExcel\Exporter
* @author ARCANEDEV <[email protected]>
*/
class OpenOfficeExporter extends AbstractExporter
{
/* -----------------------------------------------------------------
| Properties
| -----------------------------------------------------------------
/** @var string */
protected $type = Type::ODS;
| Other Methods
* Load the writer options.
protected function loadOptions()
//
}