runxlrd.py
extract data from Microsoft Excel spreadsheet files
Install
- All systems
-
curl cmd.cat/runxlrd.py.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
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-xlrd
- Raspbian
-
apt-get install python-xlrd
- Dockerfile
- dockerfile.run/runxlrd.py
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.