Skip to content
Snippets Groups Projects
Verified Commit 04afcf3b authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

dseries: expand documentation on loading Excel files

(cherry picked from commit 4fc644c3)
parent 735dc160
No related branches found
No related tags found
No related merge requests found
Pipeline #7124 passed
......@@ -1025,8 +1025,9 @@ The dseries class
``.xls/.xlsx`` (Octave only supports ``.xlsx`` files and the
`io <https://octave.sourceforge.io/io/>`__ package from
Octave-Forge must be installed). The extension of the file
should be explicitly provided. A typical ``.m`` file will have
the following form::
should be explicitly provided.
A typical ``.m`` file will have the following form::
FREQ__ = 4;
INIT__ = '1994Q3';
......@@ -1051,6 +1052,12 @@ The dseries class
typically usefull if ``INIT__`` is not provided in the data
file.
If an ``.xlsx`` file is used, the first row should be a header
containing the variable names. The first column may contain date
information that must correspond to a valid date format recognized
by Dynare. If such date information is specified in the first column,
its header name must be left empty.
.. construct:: dseries (DATA_MATRIX[,INITIAL_DATE[,LIST_OF_NAMES[,TEX_NAMES]]])
dseries (DATA_MATRIX[,RANGE_OF_DATES[,LIST_OF_NAMES[,TEX_NAMES]]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment