PHP Interface Akeneo\Component\SpreadsheetParser\SpreadsheetLoaderInterface

Author: Antoine Guigan ([email protected])
Show file Open project: akeneo-labs/spreadsheet-parser

Public Methods

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

Method Details

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