No project description provided
Project description
calamine-tablib
A fast excel format for tablib.
Based on calamine
and pyexcelerate
.
Code referenced from python-calamine
Usage
Register the new format fast_xlsx
importing this monkeypatch
# __init__.py
from calamine_tablib import monkeypatches # noqa This module does patching for tablib
And then use the format as usual:
dataset = Dataset()
# to import via calamine
dataset.load(file, format="fast_xlsx")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calamine_tablib-0.1.3.tar.gz
(21.1 kB
view hashes)
Built Distribution
Close
Hashes for calamine_tablib-0.1.3-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ec6eef006758fdfd0798293d2a7650f5b753ea0c17ea05dae41010fd73cd699 |
|
MD5 | bc0302acbe4b0a56816a6a509c006343 |
|
BLAKE2b-256 | 8afaef81113b97676f628d8aeb476754326111642547295e60f1de6fe0d7c7f9 |