python3-xlrd

extract data from Microsoft Excel spreadsheet files (Python3 version)
  https://www.python-excel.org/
  0
  no reviews



Xlrd is a Python library to Extract data from new and old Microsoft Excel spreadsheets. It supports both .xls and .xlsx files (from Excel 2007).

xlrd is a pure Python module and does not require any dependency outside of the standard Python distribution.

This package contains only the Python3 version of xlrd.