Skip to content

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

Merged
PowerKiKi merged 3 commits intoPHPOffice:developfrom
yasar-luo:develop918_5
Sep 22, 2017
Merged

Fixed #201 when no 'r' attribute in node c in xlsx's xml#225
PowerKiKi merged 3 commits intoPHPOffice:developfrom
yasar-luo:develop918_5

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
BlackyTay pushed a commit to BlackyTay/PhpSpreadsheet that referenced this pull request Aug 8, 2025
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.

Fixes PHPOffice#201 
Closes PHPOffice#225
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