Akeneo\Component\SpreadsheetParser\SpreadsheetLoaderInterface::open PHP Méthode

open() public méthode

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
Résultat Akeneo\Component\SpreadsheetParser\SpreadsheetInterface
    public function open($path, $type = null);
SpreadsheetLoaderInterface