Skip to content

Commit

Permalink
Minor readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Sep 30, 2023
1 parent cc54b29 commit ece7d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are also libraries to create new Excel documents from scratch, or for just
`php-xlsx-fast-editor` addresses the need of quickly reading & writing & editing existing Excel documents,
while reducing the risk of breaking anything.

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

## Use

Expand Down Expand Up @@ -127,7 +127,7 @@ try {

## Tips

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

## Requirements

Expand Down

0 comments on commit ece7d89

Please sign in to comment.