macOS
brew install libxlslocal Homebrew formula metadata
sudo port install libxlsMacPorts ports tree · textproc/libxls/Portfile · source: api.github.com
brew
Read binary Excel files from C/C++. Version 1.6.3 via Homebrew; verified from local package data.
install
brew install libxlslocal Homebrew formula metadata
sudo port install libxlsMacPorts ports tree · textproc/libxls/Portfile · source: api.github.com
sudo dnf install libxlsFedora Rawhide package metadata · libxls · source: dl.fedoraproject.org
nix profile install nixpkgs#libxlsnixpkgs package indexes · pkgs/by-name/li/libxls/package.nix · source: api.github.com
sudo zypper install libxls-developenSUSE Tumbleweed package metadata · libxls-devel · source: download.opensuse.org
overview
Read binary Excel files from C/C++
history
libxls is a C/C++ library and small command-line toolkit for reading the legacy binary Excel XLS format. Its package-manager identity is tied to a practical problem: extracting data from old spreadsheets without automating Microsoft Excel.
The public source history records copyright lines for Komarov Valery in 2004, Christophe Leitienne in 2006, David Hoerl from 2008 through 2017, and Evan Miller from 2013 through 2018. The GitHub project describes the library as a parser for Excel files in the old binary OLE format and as the home of a CSV conversion tool.
By the 1.5.x series the project had been moved under new maintenance. The project README calls out the GitHub hosting move, an in-memory parsing API, error-returning internals, fuzz testing, and fixes for security vulnerabilities in the 1.4-and-earlier line.
libxls spread through Unix package managers because the XLS format remained common in public data, research archives, and office exports long after XLSX became the default Office format. The R tidyverse readxl package documents libxls as its embedded reader for .xls files, which made the library visible to data analysts who never installed it directly.
Typical use is either linking the C library to inspect worksheets and cells, or running the bundled converter on an XLS file before feeding the result to text-based data tools. The library is most relevant when the input is the old binary XLS/OLE format rather than OOXML XLSX.
For package maintainers, libxls is a small example of a compatibility library whose value comes from preserving access to awkward legacy binary formats. Its 1.5-era fuzzing and error-handling work also turned an old parser into something more acceptable for distro builds that may process untrusted documents.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
libxls2csv | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/libxls/libxls
install metadata
| Package key | brew:libxls |
|---|---|
| Version | 1.6.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libxls |
| Homepage | https://github.com/libxls/libxls |
| Repository | https://github.com/libxls/libxls |
| Upstream docs | https://github.com/libxls/libxls |
| License | BSD-2-Clause |
| Source archive | https://github.com/libxls/libxls/releases/download/v1.6.3/libxls-1.6.3.tar.gz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libxls |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libxls
nix profile install nixpkgs#libxlslibxls 1.6.3-7.fc44
Read binary Excel files from C/C++
https://github.com/libxls/libxls
sudo dnf install libxlslibxls-devel 1.6.3-7.fc44
Development files for libxls
https://github.com/libxls/libxls
sudo dnf install libxls-devellibxls-devel 1.6.3-1.4
Header files for libxls
https://github.com/libxls/libxls
sudo zypper install libxls-devellibxls-tools 1.6.3-1.4
Utility for parsing Excel (XLS) files
https://github.com/libxls/libxls
sudo zypper install libxls-toolslibxlsreader8 1.6.3-1.4
Library for Parsing Excel (XLS) Files
https://github.com/libxls/libxls
sudo zypper install libxlsreader8libxls
sudo port install libxlssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.