Coding style and typos
This commit is contained in:
parent
e60054f3c4
commit
30837f869d
@ -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.
|
// 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 "<table:table-cell>"
|
// This is to avoid creating a lot of empty cells, as Excel adds a last empty "<table:table-cell>"
|
||||||
// with a number-columns-repeated value equals to the number of (supported columns - used columns).
|
// 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
|
// In Excel, the number of supported columns is 16384, but we don't want to returns rows with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user