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.1-py3-none-win_amd64.whl (22.4 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_excel-1.1.1-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.1-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.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 22bf78d19979236f7a212e99dcef5a0eb1c5896d57e6e7ee9ffbdce29ea43227
MD5 628d7628176a8d1635ad118d5f6464cb
BLAKE2b-256 197dba078233f87982ac512e2a2f1889e92df3a144477565646fab549bd95719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e3ceada5541b0aaf75f47e0e5112a1f2fcbf46cfede446fd15f5ca4602cdf5a
MD5 2474f03cea24c6ac686b037c43725a25
BLAKE2b-256 08f7c448631dfe19452f2c7f37fa02f4bfd7ce73ad3840b348930c9045c7416a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cce8d1e3ab704465a281305ffd68aea5bf196691f03006291e15170ac17c299c
MD5 8c4ed256efa1c72e8b74a8736f9b9361
BLAKE2b-256 6426f4d1c2b5a2c7492b835c4671b01795f03025f796f4c8bfde1e0195625069

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72e77a54c5b3ad9e05022f1805af69797316501b58c47a99681cd7f2e248d077
MD5 85a04f3732e3abfd975a070dc7e7f920
BLAKE2b-256 6fe83236b7d9828ebc4a66a383e285539395c3c3f9dd22d598df58f4f29cf3dc

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