Skip to content

Commit

Permalink
Merge pull request #185 from mP1/feature/README-minor-word-changes
Browse files Browse the repository at this point in the history
README minor word changes
  • Loading branch information
mP1 authored Oct 31, 2024
2 parents 1890011 + d82483e commit 2c01e13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ The two links below provide links to available functions in Excel and Sheets
- [Excel](https://support.microsoft.com/en-au/office/excel-functions-alphabetical-b3944572-255d-4efb-bb96-c6d90033e188)
- [Sheets](https://support.google.com/docs/table/25273?hl=en)

Note the list is incomplete when compared to Excel and Sheets and should be considered a work in progress.
Note the list is incomplete when compared to Excel and Sheets and should be considered a work in progress. The vast
majority of these functions are formula expression functions.

- abs
- acos
Expand Down Expand Up @@ -183,8 +184,8 @@ Many more functions are outstanding and remain [TODO](https://github.com/mP1/wal

# Search functions

The following functions are only useful within a search context, each extracting
a [SpreadsheetCell](https://github.com/mP1/walkingkooka-spreadsheet/blob/master/src/main/java/walkingkooka/spreadsheet/SpreadsheetCell.java)
The following functions are only useful within a search context, each extracting a
[SpreadsheetCell](https://github.com/mP1/walkingkooka-spreadsheet/blob/master/src/main/java/walkingkooka/spreadsheet/SpreadsheetCell.java)
so the value may be used by a predicate to filter cells. They are not intended to be used with formula expressions.

- cellFormattedValue
Expand Down

0 comments on commit 2c01e13

Please sign in to comment.