validation-bugsnag-email
This commit is contained in:
@@ -88,7 +88,9 @@ abstract class IOFactory
|
||||
* @param string $filename The name of the spreadsheet file
|
||||
* @param int $flags the optional second parameter flags may be used to identify specific elements
|
||||
* that should be loaded, but which won't be loaded by default, using these values:
|
||||
* IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded file
|
||||
* IReader::LOAD_WITH_CHARTS - Include any charts that are defined in the loaded file.
|
||||
* IReader::READ_DATA_ONLY - Read cell values only, not formatting or merge structure.
|
||||
* IReader::IGNORE_EMPTY_CELLS - Don't load empty cells into the model.
|
||||
* @param string[] $readers An array of Readers to use to identify the file type. By default, load() will try
|
||||
* all possible Readers until it finds a match; but this allows you to pass in a
|
||||
* list of Readers so it will only try the subset that you specify here.
|
||||
|
Reference in New Issue
Block a user