No project description provided
Project description
tei_excel_tools
Install
pip install tei_excel_tools
How to use
所定のフォーマットを持つExcelファイルを格納した入力パス、およびTEI/XMLファイルの出力パスを指定してください。
フォーマットは以下でご確認ください。
https://zenn.dev/articles/4a4b3c50745c87
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.1.tar.gz
(10.1 kB
view hashes)
Built Distribution
Close
Hashes for tei_excel_tools-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc800c978e6df748c1bf9989b23c723df515ae53935512b744627a286aa47ce9 |
|
MD5 | 3256bdfcbe9ace758f2eb875adbf1490 |
|
BLAKE2b-256 | a2d6afb140c62b102b7e024f629fb892d0f373f0e8998886fdb384fc93b27fb8 |