Akeneo\Component\SpreadsheetParser\SpreadsheetLoaderInterface::open PHP 메소드

open() 공개 메소드

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