merged cells excel tools
Project description
merged_excel_tools
读取合并单元格的工具类
这是用来读取特定格式(合并单元格)的Excel表格的工具类,格式如下
install
使用pip
pip install merged_excel_tools
使用方法
from merged_excel_tools import *
ranges=getMergedList("example.xlsx")
for range in ranges:
# 这是合并单元格的首
start = getRowFromRange(range, 0)
# 这是合并单元格的尾
end = getRowFromRange(range, 1)
注意
使用openpyxl来读取excel表格
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
Built Distribution
File details
Details for the file merged_excel_tools-1.0.tar.gz
.
File metadata
- Download URL: merged_excel_tools-1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c37503c140af4a1c22afc5e7a3d0ecdf1bada5458763c724e0de0d66a717adc4 |
|
MD5 | e6c42da68dc10d1f3c66edf048fe221f |
|
BLAKE2b-256 | 54f4ce0a0b13ce526eccaa6579a2d34e709c16c714c0ecfee2ac82319b7417bd |
File details
Details for the file merged_excel_tools-1.0-py3-none-any.whl
.
File metadata
- Download URL: merged_excel_tools-1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c45ef55c4e6fef3cc8b8cbbfa52d93118b8939b051f351cd2f482246afd332a0 |
|
MD5 | b4c957fa046fbb95b65b6dffc6ede050 |
|
BLAKE2b-256 | a3d2db3a8a975bd15dc71dd1c70fd79b2b720a4a5a26463b19d69705b2ff7e9b |