PHP Interface Akeneo\Component\SpreadsheetParser\SpreadsheetLoaderInterface

Author: Antoine Guigan ([email protected])
Afficher le fichier Open project: akeneo-labs/spreadsheet-parser

Méthodes publiques

Méthode Description
open ( string $path, string | null $type = null ) : Akeneo\Component\SpreadsheetParser\SpreadsheetInterface Opens a spreadsheet and returns a Spreadsheet object

Method Details

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