-
Notifications
You must be signed in to change notification settings - Fork 50
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
XLS Support #32
Comments
I think I'm going to be writing the code to convert the xls to xlsx with phpexcel for my project, and would contribute it to this project, but I don't want to go through the process of tightly integrating it if phpexcel is too big of a dependency to add. To clarify, I'm not asking you to do work, just on if you'd accept a PR with a new dependency. |
Hello @ryross , Including PHPExcel itself is not a problem as long as it is properly loaded only for your converter to not impede the bundle perfs. Anyway, thank you for your proposition. That is the open-source way of doing things ! 👍 |
And just let me just some time to check with my teamates for their opinions. ;) |
After a little bit of search, i found this library: https://github.com/nuovo/spreadsheet-reader It claims to already read XLS files (with memory warning). Maybe you do not have to rewrite existing code ? |
Hey there, I'm digging working with this library. We've run into a situation where we want to load XLS files as well. Obviously, it would be quite a bit of code to write a Spreadsheet Loader for XLS files. I'm wondering if you might consider adding a composer dependency for phpexel in order to automatically convert an xls file to xlsx which we can then use the xlsx parser with. Is that something you'd consider?
The text was updated successfully, but these errors were encountered: