Skip to main content

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


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)

Uploaded Source

Built Distribution

tei_excel_tools-0.0.2-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page