diff --git a/docs/scripts/in2csv.rst b/docs/scripts/in2csv.rst index 1c4ff1bff..e8d733c66 100644 --- a/docs/scripts/in2csv.rst +++ b/docs/scripts/in2csv.rst @@ -137,3 +137,5 @@ Then the input file might have initial rows before the header and data rows. You .. code-block:: bash in2csv --skip-lines 3 examples/test_skip_lines.csv + +If an XLSX file yields too few rows or too few columns, then the application that created the file might have `incorrectly set the worksheet's dimensions `__. Try again with the :code:`--reset-dimensions` option.