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

feature request: getValue() for XLSX #35

Open
osuwariboy opened this issue Jun 28, 2013 · 0 comments
Open

feature request: getValue() for XLSX #35

osuwariboy opened this issue Jun 28, 2013 · 0 comments

Comments

@osuwariboy
Copy link

First of all, I'm not certain if this is the right place for this since it's not an issue... but a feature request, but here goes.

With XLS files, the excel_reader2.php library has a getValue() method that allows one to access any cell within the file without the need to iterate through the entire file to reach it. Of course, this is only possible because the file are completely loaded into memory, as opposed to XLSX which are read from disk to keep memory usage as low as possible.

So my request is simple: Would it be possible to have a getValue($row, $col) working for the XLSX part? Because sometimes, you need to access a few specific cells before looping through everything.

Thanks in advance,

Osu

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

No branches or pull requests

1 participant