arodiss / XlsBundle

Trivia read and write of .xls files for Symfony2
MIT License
5 stars 9 forks source link

Change logic for "max_row" count #21

Closed reggin closed 8 years ago

reggin commented 8 years ago

sheet.max_row just take count from description of file. But, sometimes, we have rows with some functionality, formulas, styles. And max_row count it too. In this PR, I've added counting rows by iterating it.

arodiss commented 8 years ago

Thank you @reggin I added tag 0.5.7 for this change

reggin commented 8 years ago

@arodiss thanks for tag.