diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-10 16:05:27 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-11 11:38:51 +0200 |
commit | 44126837152e16fa861ded498f315d57b574e441 (patch) | |
tree | d87ac6acfa2ec2f557895fdfa3150283e1431633 /source | |
parent | 23f80fa92e4c0c12f5f16590787a71d55ecfc2b3 (diff) |
tdf#148943 Clarify CSV import token 4
Change-Id: I5c0094293a1d8a9125cfc2d129681e0c456e8f99
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134135
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/csv_params.xhp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp index ef54bfc613..175aab2b87 100644 --- a/source/text/shared/guide/csv_params.xhp +++ b/source/text/shared/guide/csv_params.xhp @@ -82,10 +82,14 @@ <paragraph id="par_id991634735701128" localize="false" role="tablecontent">4</paragraph> </tablecell> <tablecell> - <paragraph id="par_id371634735705688" role="tablecontent">Number of First Row</paragraph> + <paragraph id="par_id371634735705688" role="tablecontent">CSV Import</paragraph> </tablecell> <tablecell> - <paragraph id="par_id681634735710417" role="tablecontent">Row number to start reading. Example: 3 (start from third row).</paragraph> + <list type="unordered"> + <listitem> + <paragraph id="par_id681634735710417" role="tablecontent"><emph>N</emph> Line number to start reading. Example: 3 (start from third line).</paragraph> + </listitem> + </list> </tablecell> </tablerow> <tablerow> |