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 hashes)
Built Distribution
Close
Hashes for tei_excel_tools-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2074238a777e7e82a2ba598c741e637e0fd579c18b48d4711d0bd08e6434cf0 |
|
MD5 | f1ae700bfa63b37f31b38b22468014cc |
|
BLAKE2b-256 | 43c53c39a1dc3838b27808b3f15e01bbe7423d74eac3351d88a67611540ebce7 |