Skip to main content

Duckdb excel extension

Project description

🦆DuckDB excel extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-excel

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("excel")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='excel' or 
                list_contains(aliases, 'excel')""")
    .fetchone()[0]
)

License

duckdb-extension-excel is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

duckdb_extension_excel-1.1.0-py3-none-win_amd64.whl (22.4 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_x86_64.whl (2.3 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_excel-1.1.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 5d78bfa44713050676b4593bf5ff7653cee62488aa973e7c8c7f7dec105679d0
MD5 194208e4ec168af4732ae65679766721
BLAKE2b-256 2dd105e98b1259ba6a78be00a0b852a859c86038c428528608a4ed17bada737f

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.1.0-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afd76d4c9a3b876953a65b6e532b97047c15ac0c28f367114dfbe1ab35751b11
MD5 6aa028320f760c8e7062c05ab509d493
BLAKE2b-256 2a109bc064529a138ae3f0f12ad594bf192ada982809a3e5e9f61d178bf3b944

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 149028d06b0e949acc08e16f668c4ce29b6b786607b52827bd72f92d01017050
MD5 8fbbbb3416199594c45018fb36f671d3
BLAKE2b-256 f77468aaebc3c1afd1ff2158644c1625ce21da372588eee707335203694c2e09

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee33c1e49138090f5a588433c055e94f9c88be6019afcc4d5bf79c7ba9567126
MD5 f44128e35e0e78ce426cedf361e65769
BLAKE2b-256 d997f91b39b4de1cfb0f5d8629e4f6e40d8f8c1e63d0c66659ce8f77ab68372f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page