Skip to content

Commit ece7d89

Browse files
committed
Minor readme
1 parent cc54b29 commit ece7d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There are also libraries to create new Excel documents from scratch, or for just
1818
`php-xlsx-fast-editor` addresses the need of quickly reading & writing & editing existing Excel documents,
1919
while reducing the risk of breaking anything.
2020

21-
Note that to create a new document, you can just provide a blank Excel document as input.
21+
Note that to create a new document, you can just provide a blank or template Excel document as input.
2222

2323
## Use
2424

@@ -127,7 +127,7 @@ try {
127127

128128
## Tips
129129

130-
* ℹ️ Iterators (`rowsIterator()`, `cellsIterator()`) and navigation methods (`getNextCell()`, etc.) are faster than accessing a cell by name (`getCellOrNull()`) or a row by number (`getRow()`).
130+
* ℹ️ Iterators (`rowsIterator()`, `cellsIterator()`) and navigation methods (`getNextCell()`, etc.) are faster than accessing multiple cells by name (`getCellOrNull()`) or multiple rows by number (`getRow()`).
131131

132132
## Requirements
133133

0 commit comments

Comments
 (0)