The xls_sheet option now takes a quoted string as value

Recommend that syntax in the manual, but keep the old one for backward
compatibility.

Ref. preprocessor#67
time-shift
Sébastien Villemot 2021-05-31 18:20:32 +02:00
parent c7d02a356e
commit f5c5b05f12
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 8 additions and 8 deletions

View File

@ -5051,7 +5051,7 @@ block decomposition of the model (see :opt:`block`).
subdirectory of a directory, you must quote the
argument. Default: ``<mod_file>``.
.. option:: xls_sheet = NAME
.. option:: xls_sheet = QUOTED_STRING
The name of the sheet with the data in an Excel file.
@ -7772,9 +7772,9 @@ Shock Decomposition
See :opt:`diffuse_filter <diffuse_filter>`.
.. option:: xls_sheet = NAME
.. option:: xls_sheet = QUOTED_STRING
See :opt:`xls_sheet <xls_sheet = NAME>`.
See :opt:`xls_sheet <xls_sheet = QUOTED_STRING>`.
.. option:: xls_range = RANGE
@ -8468,9 +8468,9 @@ Dynare can also run the smoother on a calibrated model:
See :opt:`diffuse_kalman_tol <diffuse_kalman_tol = DOUBLE>`.
.. option:: xls_sheet = NAME
.. option:: xls_sheet = QUOTED_STRING
See :opt:`xls_sheet <xls_sheet = NAME>`.
See :opt:`xls_sheet <xls_sheet = QUOTED_STRING>`.
.. option:: xls_range = RANGE
@ -10899,9 +10899,9 @@ below.
See :ref:`datafile <dataf>`.
.. option:: xls_sheet = NAME
.. option:: xls_sheet = QUOTED_STRING
See :opt:`xls_sheet <xls_sheet = NAME>`.
See :opt:`xls_sheet <xls_sheet = QUOTED_STRING>`.
.. option:: xls_range = RANGE

@ -1 +1 @@
Subproject commit 4b401e6253ad417b1379089e83c493374c5f9b7f
Subproject commit 04f242f971e7a1ff1484b8ab2d56bee487547f00