summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2024-05-27 01:00:06 +0200
committerEike Rathke <erack@redhat.com>2024-05-27 01:12:09 +0200
commit40c26a09bc1350905c00f263858bf0398597c408 (patch)
treea242e1e00199a7425361d477a44b7ebb459acbc4 /source
parent6ec34796b207530ada33ddcf74b4a0c207e7d49f (diff)
Add CSV Export/Import to last added options.
Change-Id: Iae12e37d8e3ee9d5b7137cf10fa2a7797020caa3 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168080 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r--source/text/shared/guide/csv_params.xhp2
1 files changed, 2 insertions, 0 deletions
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>