No project description provided
Project description
smart-pyxl
========
smart-pyxl is a Python library to help get merged cells. It is based on top of openpyxl
============
Sample code::
from openpyxl import Workbook
wb = Workbook()
# grab the active worksheet
ws = wb.active
# Data can be assigned directly to cells
ws['A1'] = 42
# Rows can also be appended
ws.append([1, 2, 3])
# Python types will automatically be converted
import datetime
ws['A2'] = datetime.datetime.now()
# Save the file
wb.save("sample.xlsx")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
smart_pyxl-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smart_pyxl-0.1.0.tar.gz.
File metadata
- Download URL: smart_pyxl-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b605855491b241db0a8eb35b18fb9a981a416b0542b7f153bfc91c94a1c92940
|
|
| MD5 |
0f9cd7076296deaf389023ecd255a790
|
|
| BLAKE2b-256 |
fded0bf3d9ee716aceae8bac283706630543b3b4db211386d0159739ab8e922f
|
File details
Details for the file smart_pyxl-0.1.0-py3-none-any.whl.
File metadata
- Download URL: smart_pyxl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1610148b6c135462cd41cd9d0e8fe7880e0409070a2f01280aa954094c3785f6
|
|
| MD5 |
1b18cae76f676b34b07479974e1428c8
|
|
| BLAKE2b-256 |
ce707a8552ef299d4e44e5116d5cfb4ea5c3db88752af7413212d25bb3de3a92
|