From 8f8a2d9dc0b6922b5d8c7badd2783f26e83b069c Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Sat, 9 Oct 2021 16:42:31 +0100 Subject: [PATCH] chore: automated commit --- docs/roadmap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 4b18eb8..ca5adf8 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -40,16 +40,16 @@ To drive the behaviour, a new configuration table must be added to the control l * XLMAP_DS - the target table for the data item or range * XLMAP_COL - the target column for the data item or range * XLMAP_SHEET - the sheet name in which to capture the data. Rules start with a forward slash (/). Example values: - * Sheet2 - an absolute reference - * /FIRST - the first tab in the workbook + * Sheet2 - an absolute reference + * /FIRST - the first tab in the workbook * XLMAP_START - the rule used to find the top left of the range. Use "R1C1" notation to move the target. Example values: - * `ABSOLUTE F4` - an absolute reference - * `MATCH P R0 C2 | My Test` - search column P for the string "My Test" then move 2 columns right - * `MATCH 7 R-2 C-1 | Top Banana` - search row 7 for the string "Top Banana" then move 2 rows up and 1 column left + * `ABSOLUTE F4` - an absolute reference + * `MATCH P R0 C2 | My Test` - search column P for the string "My Test" then move 2 columns right + * `MATCH 7 R-2 C-1 | Top Banana` - search row 7 for the string "Top Banana" then move 2 rows up and 1 column left * XLMAP_FINISH - The rule used to find the end of the range. Leave blank for individual cells. Example values: - * `BLANKROW` - search down until a blank row is found, then choose the row above it - * `LASTDOWN` - The last non blank cell below the start cell - * `RIGHT 3` - select 3 more cells to the right (4 selected in total) + * `BLANKROW` - search down until a blank row is found, then choose the row above it + * `LASTDOWN` - The last non blank cell below the start cell + * `RIGHT 3` - select 3 more cells to the right (4 selected in total) To illustrate with an example - consider the following excel. The yellow cells need to be imported.