Automic VaultAutomic Vault

brew

libxls を Homebrew, dnf, MacPorts, Nix, zypper でインストール

libxls のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install libxls

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install libxls

MacPorts ports tree · textproc/libxls/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install libxls

Fedora Rawhide package metadata · libxls · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#libxls

nixpkgs package indexes · pkgs/by-name/li/libxls/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install libxls-devel

openSUSE Tumbleweed package metadata · libxls-devel · ソース: download.opensuse.org

概要

パッケージ概要

Read binary Excel files from C/C++

コマンドとエイリアス

  • libxls2csv

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2004: Source copyright records Komarov Valery's early libxls work.
  • 2008: The v0.2.0 tag is associated with a GitHub commit dated 2008-03-30.
  • 2018: The maintained GitHub line includes Evan Miller copyright years through 2018.
  • 2019: The 1.5.x series marks the project's new-maintenance era with fuzzing and security fixes.

Related projects

  • readxl embeds libxls for .xls support and RapidXML for .xlsx support. The library also sits near tools that understand Microsoft Compound Document/OLE files and older Excel BIFF records.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 8 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
libxls2csvcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.6.3
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/libxls/libxls

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/libxls/libxls信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libxls
バージョン1.6.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libxls
ホームページhttps://github.com/libxls/libxls
リポジトリhttps://github.com/libxls/libxls
上流ドキュメントhttps://github.com/libxls/libxls
ライセンスBSD-2-Clause
ソースアーカイブhttps://github.com/libxls/libxls/releases/download/v1.6.3/libxls-1.6.3.tar.gz
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibxls
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

libxls

nix profile install nixpkgs#libxls
  • normalized package name match
  • 一致条件: Libxls
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libxls/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

libxls 1.6.3-7.fc44

Read binary Excel files from C/C++

https://github.com/libxls/libxls

sudo dnf install libxls
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libxls
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libxls
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libxls from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libxls-devel 1.6.3-7.fc44

Development files for libxls

https://github.com/libxls/libxls

sudo dnf install libxls-devel
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: libxls
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libxls
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libxls-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

libxls-devel 1.6.3-1.4

Header files for libxls

https://github.com/libxls/libxls

sudo zypper install libxls-devel
  • License: BSD-2-Clause
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: libxls
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libxls
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libxls-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libxls-tools 1.6.3-1.4

Utility for parsing Excel (XLS) files

https://github.com/libxls/libxls

sudo zypper install libxls-tools
  • License: BSD-2-Clause
  • Category: Productivity/Office/Other
  • Architecture: x86_64
  • Source Package: libxls
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libxls
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libxls-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libxlsreader8 1.6.3-1.4

Library for Parsing Excel (XLS) Files

https://github.com/libxls/libxls

sudo zypper install libxlsreader8
  • License: BSD-2-Clause
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: libxls
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libxls
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libxlsreader8 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

libxls

sudo port install libxls
  • normalized package name match
  • 一致条件: Libxls
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/libxls/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment