Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 12, 2024
1 parent 8e4f7f8 commit 5b7e408
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions imixs-adapters-poi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ Optional it is possible to replace a cell value with the first value of an Item.

**Note:** This feature currently only supports the item types Date and Double. All other types will be converted into text.

#### Evaluate Formulas

Optional you can add an `eval` expression with a list of cells to be recomputed after all updates are completed. See Example:

<poi-update name="eval">F6;F25</poi-update>


### Regular Expressions for Document Name

You can also define the filename as a pattern including regular expressions. See the following example:
Expand Down

0 comments on commit 5b7e408

Please sign in to comment.