项目作者: YangzhenZhao

项目描述 :
Generate html file by dbf file
高级语言: Python
项目地址: git://github.com/YangzhenZhao/dbf2html.git
创建时间: 2021-02-26T13:13:03Z
项目社区:https://github.com/YangzhenZhao/dbf2html

开源协议:MIT License

下载


PyPI

Installation

pip install --upgrade dbf2html

Cli

  1. $ dbf2html --help
  2. Usage: dbf2html [OPTIONS] FILEPATH
  3. Options:
  4. -e, --encoding TEXT
  5. -o, --output TEXT
  6. -t, --title TEXT
  7. --help Show this message and exit.
  8. $ dbf2html test.dbf
  9. $ dbf2html test.dbf -o mytest.html
  10. $ dbf2html test.dbf -o mytest.html --title testdbf_show