-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Getting a column/row count #74
Comments
Pretty Please :) |
Added rowCount, actualRowCount, columnCount, actualColumnCount to Worksheet and cellCount and actualCellCount to Row in 0.2.35 |
Hi guyonroche, Can you please help me by providing an simple example to get the rowcount from an excel. var xlsx = require('xlsjs'); Thanks in Advance. |
@AV090909 |
There needs to be a feature that allows you to get a column and row count.
The text was updated successfully, but these errors were encountered: