Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XLSM support #30

Closed
artggd opened this issue Oct 19, 2016 · 1 comment
Closed

XLSM support #30

artggd opened this issue Oct 19, 2016 · 1 comment

Comments

@artggd
Copy link

artggd commented Oct 19, 2016

Hi there,

I found PhpExcel a great library and wanted to give a go to PhpSpreadsheet to import XLSM files into my website but I am facing an issue.

When loading an XLSM file using IOFactory::load($filename), the Excel2007 reader is created (as expected) but when the readStyle() method is then called, the second argument is expected to be an stdClass but a SimpleXMLElement is given, thus throwing an exception.

As a side note, is PhpSpreadsheet ready for production yet or would you recommend I'd rather stick to PhpExcel?

Cheers.

@PowerKiKi
Copy link
Member

Duplicate of #21, was fixed in 2b41bdb two weeks ago.

PhpSpreadsheet does not have any release yet, so it is not production ready, but it might be development ready... If you accept that it breaks a few times before release, then keep using it. If you don't care for new code and prefer stability, stick to PHPExcel.

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

No branches or pull requests

2 participants