runxlrd
extract data from Microsoft Excel spreadsheet files
Install
- All systems
-
curl cmd.cat/runxlrd.sh
- Debian
-
apt-get install python-xlrd - Ubuntu
-
apt-get install python-xlrd - Arch Linux
-
pacman -S python-xlrd - Kali Linux
-
apt-get install python-xlrd - Fedora
-
dnf install python3-xlrd - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-xlrd - Raspbian
-
apt-get install python-xlrd
python-xlrd
extract data from Microsoft Excel spreadsheet files
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 the Python2 version of xlrd as well as the documentation and runxlrd, a small utility to extract data from Microsoft Excel spreadsheet files.
python3-xlrd
extract data from Microsoft Excel spreadsheet files (Python3 version)
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.