Skip to content

Commit

Permalink
docs: Document --reset-dimensions in Troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 23, 2023
1 parent 3967db9 commit 9a43f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/scripts/in2csv.rst
Expand Up @@ -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 <https://openpyxl.readthedocs.io/en/stable/optimized.html#worksheet-dimensions>`__. Try again with the :code:`--reset-dimensions` option.

0 comments on commit 9a43f06

Please sign in to comment.