diff --git a/src/Spout/Reader/ODS/RowIterator.php b/src/Spout/Reader/ODS/RowIterator.php index 44f5d2c..aa7a496 100644 --- a/src/Spout/Reader/ODS/RowIterator.php +++ b/src/Spout/Reader/ODS/RowIterator.php @@ -20,7 +20,7 @@ class RowIterator implements IteratorInterface const XML_NODE_TABLE = 'table:table'; const XML_NODE_ROW = 'table:table-row'; const XML_NODE_CELL = 'table:table-cell'; - const MAX_COLUMNS_EXCEL= 16384; + const MAX_COLUMNS_EXCEL = 16384; /** Definition of XML attribute used to parse data */ const XML_ATTRIBUTE_NUM_COLUMNS_REPEATED = 'table:number-columns-repeated'; @@ -136,7 +136,7 @@ class RowIterator implements IteratorInterface } // Only add the value if the last read cell is not a trailing empty cell repeater in Excel. - // The current count of read columns is determined my counting the the values in $rowData. + // The current count of read columns is determined by counting the values in $rowData. // This is to avoid creating a lot of empty cells, as Excel adds a last empty "" // with a number-columns-repeated value equals to the number of (supported columns - used columns). // In Excel, the number of supported columns is 16384, but we don't want to returns rows with