Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Excel2007, Undefined offset (phpoffice/phpexcel 1.8) #1348

Open
andyspb2017 opened this issue Nov 9, 2017 · 1 comment
Open

Excel2007, Undefined offset (phpoffice/phpexcel 1.8) #1348

andyspb2017 opened this issue Nov 9, 2017 · 1 comment

Comments

@andyspb2017
Copy link

Hello,
I was trying to load xlsx excel file via load() and got multiple Undefined offset errors.
My sample code:

$file = 'OneDay_08.11.2017.xlsx';
$objReader = PHPExcel_IOFactory::createReader('Excel2007');
$objReader->setReadDataOnly(true);
$objPHPexcel = $objReader->load($file);

Link for sample file: https://www.dropbox.com/s/7bxci5wd5zoryqm/OneDay_08.11.2017.xlsx?dl=0

@andyspb2017 andyspb2017 changed the title Excel2007, Undefined offset (ver 1.8) Excel2007, Undefined offset (phpoffice/phpexcel 1.8) Nov 9, 2017
@andyspb2017
Copy link
Author

any suggestions?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant