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

Uploaded Python 3 Windows x86-64

duckdb_extension_excel-1.1.0a0-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.0a0-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.0a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 2a83d10c51f7df85cc66763f24d132bebbef9e8a78bcdfa9c065020fbd6d9906
MD5 def5d90ba5171f0f82c2a60cfe6d93ef
BLAKE2b-256 b63f9296fd87a0158a4a2f18ebebb62485a061d26e9e9813637f0b049431e893

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7d8a4d1f46764ed046c43878c91ae79c67022d1766f7d6197d2c674f4acfba8
MD5 155428de58c67dd26e7038c7bf1aa7b8
BLAKE2b-256 d12fc822e4c6dab9ad37e6f7f9856ba4f2989c7bda91818d3cfc19dd4cc6a170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f1c6041cfd447007db9be78904460891491a81f3f1dd02aebb78902aaf697ec0
MD5 80bffa32b54cb2ad039a9dc35b011b57
BLAKE2b-256 50ba536ebde98ce77782032416149ef0599298e93e44ea6aa12caa55fcc4d9b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_excel-1.1.0a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8353e8caacdd004fd4129cf0014ec932e0e21667f840ddd40449e9e59565f7ab
MD5 4e55aa85abde1bc45f52b15d92ec19e3
BLAKE2b-256 3a47349d180f594e76a168cba6134273fa2926697b5a3edb00c87f4c12774e27

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