No project description provided
Project description
tei_excel_tools
Install
pip install tei_excel_tools
How to use
所定のフォーマットを持つExcelファイルを格納した入力パス、およびTEI/XMLファイルの出力パスを指定してください。
フォーマットは以下でご確認ください。
https://zenn.dev/nakamura196/articles/4a4b3c50745c87
from tei_excel_tools.core import Client
input_path = "data/sample.xlsx"
output_path = "data/output.xml"
xml_string = Client.convertExcel(input_path)
Client.save(xml_string, output_path)
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
tei_excel_tools-0.0.2.tar.gz
(10.2 kB
view details)
Built Distribution
File details
Details for the file tei_excel_tools-0.0.2.tar.gz
.
File metadata
- Download URL: tei_excel_tools-0.0.2.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4043dfbf4b51b1e45503bc7d68bdca84ba4eb83bba3af7da7bb6dba54c1778a0 |
|
MD5 | 91e8b2c5ea5732334cba3f5fcb6b64aa |
|
BLAKE2b-256 | d64b77c1de4338d1ab2ff314b010423ee8c15f24961d65111eda887f5f201ec2 |
File details
Details for the file tei_excel_tools-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: tei_excel_tools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2074238a777e7e82a2ba598c741e637e0fd579c18b48d4711d0bd08e6434cf0 |
|
MD5 | f1ae700bfa63b37f31b38b22468014cc |
|
BLAKE2b-256 | 43c53c39a1dc3838b27808b3f15e01bbe7423d74eac3351d88a67611540ebce7 |