From 9a43f0606b48f1e9f9d242aede6e1fb8e0e9fd11 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:46:40 -0400 Subject: [PATCH] docs: Document --reset-dimensions in Troubleshooting section --- docs/scripts/in2csv.rst | 2 ++ 1 file changed, 2 insertions(+) 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.