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.0.3a1-py3-none-win_amd64.whl (13.1 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_x86_64.whl (2.1 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_excel-1.0.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7b224b3940556d8b49e5908427e694432192de74c5abf94ed0648d8d273c2772
MD5 8dd416639c9d9b412bcada69607c6d4e
BLAKE2b-256 c755411a69a1fa39735dc68e0b0e5cf75cf1b42878cd4b3213fd64a564090039

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.0.3a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f754ac3e02279f3447d88bd061c60ed4174155a14949d7858d09e09992befb46
MD5 7199c1fb285c092b82de9a8d63e75d39
BLAKE2b-256 54785063ee84acdb31e7e3a3f6997ef16ef2f2c0e931705d94db43bb548debe0

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7fe4abb6f87f5a77e13296fb95eb7b1bdc296b703e215f6fd4c47f1e6941ed7a
MD5 51ec44e467d17dc76a015f8fc56fa64a
BLAKE2b-256 6b47d9fbbe3de3e75baadf2445d579d20b653aec4c5339c3627d76d12562f0af

See more details on using hashes here.

File details

Details for the file duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16f9bc5ac2e2d012bcd11181b1097b843035ad5ddcff76aa7a1b38f164a2f137
MD5 8a0879f3d3fac4d4a327647cd8d956ca
BLAKE2b-256 8e33da6fee786707abceff168ef16543a15314482d2c5bbf76e59bd45d8afa03

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