source/text/shared/guide/csv_params.xhp | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 40c26a09bc1350905c00f263858bf0398597c408 Author: Eike Rathke <er...@redhat.com> AuthorDate: Mon May 27 01:00:06 2024 +0200 Commit: Eike Rathke <er...@redhat.com> CommitDate: Mon May 27 01:12:09 2024 +0200 Add CSV Export/Import to last added options. Change-Id: Iae12e37d8e3ee9d5b7137cf10fa2a7797020caa3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168080 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp index 4a695e793d..71afa73c34 100644 --- a/source/text/shared/guide/csv_params.xhp +++ b/source/text/shared/guide/csv_params.xhp @@ -214,6 +214,7 @@ </tablecell> <tablecell> <paragraph role="paragraph" id="par_id221678874688127">Include a byte-order-mark (BOM)</paragraph> + <paragraph id="par_id451635293273893" role="tablecontent" xml-lang="en-US">CSV Export</paragraph> </tablecell> <tablecell> <paragraph id="par_id41678874718368" role="tablecontent" xml-lang="en-US">String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. If <literal>true</literal> include a byte-order-mark (BOM) in the export. If <literal>false</literal> the export does not include a BOM. If omitted (not present at all), the default value is <literal>false</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>. Automatically detected during the import.</paragraph> @@ -225,6 +226,7 @@ </tablecell> <tablecell> <paragraph role="paragraph" id="par_id221678874688126">Detect numbers in scientific notation</paragraph> + <paragraph id="par_id451635293273894" role="tablecontent" xml-lang="en-US">CSV Import</paragraph> </tablecell> <tablecell> <paragraph id="par_id41678874718367" role="tablecontent" xml-lang="en-US">String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>true</literal>. If <literal>true</literal> detect if a cell content containing an 'E' or 'e' is a number in scientific notation. If <literal>false</literal> do not try to detect numbers in scientific notation. Token can be <literal>false</literal> only if token 8 (Detect special numbers) is <literal>false</literal>. If omitted, the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all.</paragraph>