Skip to content

Commit

Permalink
Merge pull request #184 from mP1/feature/README-Search-functions
Browse files Browse the repository at this point in the history
README: Search functions
  • Loading branch information
mP1 authored Oct 31, 2024
2 parents 60629b5 + bf7cff3 commit 1890011
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,17 @@ Note the list is incomplete when compared to Excel and Sheets and should be cons
- xor
- year

Many more functions are outstanding and remain [TODO](https://github.com/mP1/walkingkooka-spreadsheet-expression-function/issues).
Many more functions are outstanding and remain [TODO](https://github.com/mP1/walkingkooka-spreadsheet-expression-function/issues).

# 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)
so the value may be used by a predicate to filter cells. They are not intended to be used with formula expressions.

- cellFormattedValue
- cellFormatter
- cellFormula
- cellParser
- cellStyle
- cellValue

0 comments on commit 1890011

Please sign in to comment.