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

Fixed #201 when no 'r' attribute in node c in xlsx's xml #225

Merged
merged 3 commits into from
Sep 22, 2017
Merged

Fixed #201 when no 'r' attribute in node c in xlsx's xml #225

merged 3 commits into from
Sep 22, 2017

Conversation

yasar-luo
Copy link
Contributor

@yasar-luo yasar-luo commented Sep 18, 2017

This is:

  • a bugfix
  • a new feature

Checklist:

What does it change?
Fixed #201 when no 'r' attribute in node c in xlsx's xml.

@PowerKiKi
Copy link
Member

Tests and changelog are missing, so it can't be merge yet.

@PowerKiKi PowerKiKi added the reader/xlsx Reader for MS OfficeOpenXML-format (xlsx) spreadsheet files label Sep 18, 2017
@yasar-luo
Copy link
Contributor Author

@PowerKiKi what kind of test do I need?

@PowerKiKi
Copy link
Member

We need a PHPUnit tests that proves that the code still behave like before, and also support the new case of missing attribute.

When describing a cell, the cell reference (r="A1") is optional.
When not present, we should just increment the index of the last processed row.
@PowerKiKi PowerKiKi merged commit 2abe56b into PHPOffice:develop Sep 22, 2017
@yasar-luo yasar-luo deleted the develop918_5 branch September 22, 2017 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing test reader/xlsx Reader for MS OfficeOpenXML-format (xlsx) spreadsheet files
Development

Successfully merging this pull request may close these issues.

2 participants