A small package for class 2
Project description
MetalExcel v0.0.3
这个项目最初是为class2的课代表ZJC量身定做的
v0.0.1 有很多 bug,指导员敦促我做了这个 v0.0.2 版
v0.0.3 更名为 “精钢表格”
- 作者:Hifive
新版内容
- 0.0.3 修复了大量bug,重做了main文件,并使其对象化
使用方法
- 安装 class2excel
pip install SteelExcel
- 一个实例(将包含一堆名字字符串列入到excel文档中)
from SteelExcel import Excel
e = Excel()
e.content = "张学友、紫禁城、物理系"
e.reform_by_separator("、")
e.add_column()
-另一个实例(给那个课代表看的)
from SteelExcel import Excel
e = Excel()
e.content = """4. 会很难 155454922240
5. 蔡影片13345609316
6. 郑名片"""
e.reform_by_jielong()
e.run()
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file SteelExcel-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: SteelExcel-0.0.3-py3-none-any.whl
- Upload date:
- Size: 29.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4da55c25358ec5e206ff12bb079dc4e621a579dd912ba64871510ca72f8bb7b3 |
|
MD5 | b18ba81cad144fc1125d9fc0fbb57c48 |
|
BLAKE2b-256 | 8555ccaf743a27e6efe69c3bf6e8ba713941dff6fb196c537d6e17b516e9ba14 |