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

Uploaded Python 3 Windows x86-64

duckdb_extension_excel-1.0.3-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.3-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.3-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ee2e740d8b14edaef9ef2b12314bda5c6d7c8cdc5b23a92a8e9d9a6284666fcd
MD5 94278eb6875c67c2dd61eb151f44514d
BLAKE2b-256 14f8a8fcea9b3ec09f7eeb74aa4092b1b3561ba1706753acfe3e6307b0cf0a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d6cfe3d70d320eab32fc8d03142abe84c2a53e1ab5834217035c7073f8b2133
MD5 2360b0087e7e8ab3dba89d8f61331ed6
BLAKE2b-256 71f8cfe50b76a35fdc937ca2faadf987a1caf79e0d5755c1e3a815876479e781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 60403708ed623377380232e0eb49c9e4ffc9e6fde2dd4afa0950a24ad015f178
MD5 c24c65f808daba452ec41d20628b9243
BLAKE2b-256 649be5cd5d27021439e8e7cbd8ec33749bc5f6237cf0d3a3e99b55d87b1ab76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7ff90457a35365f9c71e21f69f403936ad5648765f64331a77cff3b83708956
MD5 5c6f69ab2221a7358f769be5c4b59f57
BLAKE2b-256 e7fcd238039cc4edcdaf099d94b9b2bb6eb0a45738b4884c531fb6621be29a27

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