Akeneo\Component\SpreadsheetParser\SpreadsheetLoaderInterface::open PHP Method

open() public method

Spreadsheet objects are cached, and will be read only once
public open ( string $path, string | null $type = null ) : Akeneo\Component\SpreadsheetParser\SpreadsheetInterface
$path string
$type string | null
return Akeneo\Component\SpreadsheetParser\SpreadsheetInterface
    public function open($path, $type = null);
SpreadsheetLoaderInterface