Skip to content

gumi/spreadsheetconverter

Repository files navigation

SpreadsheetConverter

Excelファイル(.xls)やCVSなどの表を別の形式に変換するためのものです。 以下の特徴をもっています

  • 変換ルールはyamlで定義可能
  • 変換や出力のプラグインを書く事で独自フォーマットの出力が可能
  • 別の変換ルールを用いて値の変換が可能
  • Python:
    • CPython >= 3.6

The last stable release is available on PyPI and can be installed with pip:

$ pip install SpreadsheetConverter
$ cd sample
$ ssconvert country/preference.yaml --yaml_search_path yaml --xls_search_path xls --json_base_path json
  • Python 2, 3.6 未満のサポート終了
  • xlrd の xlsx 非対応の影響で xlsx に非対応
  • Copyright - Copyright (C) 2015-2022 gumi Inc.