项目作者: spiegel-im-spiegel

项目描述 :
Export CSV Text from Excel Data
高级语言: Go
项目地址: git://github.com/spiegel-im-spiegel/xls2csv.git
创建时间: 2021-05-16T04:21:53Z
项目社区:https://github.com/spiegel-im-spiegel/xls2csv

开源协议:Apache License 2.0

下载


xls2csv — Export CSV Text from Excel Data

check vulns
lint status
GitHub license
GitHub release

This package is required Go 1.16 or later.

Download and Build

  1. $ go install github.com/spiegel-im-spiegel/xls2csv@latest

Binaries

See latest release.

Usage

  1. $ xls2csv -h
  2. Export CSV text from Excel data.
  3. Usage:
  4. xls2csv [flags] <Excel file>
  5. Flags:
  6. --debug for debug
  7. -h, --help help for xls2csv
  8. -o, --output string path of output CSV file
  9. -p, --password string password in Excel file
  10. -s, --sheet string sheet name in Excel file
  11. -t, --tsv output with TSV format
  12. -v, --version output version of xls2csv
  13. -w, --win-newline output with CRLF newline
  14. $ xls2csv conv/testdata/test-pw.xlsx -p passwd
  15. 名前,年齢
  16. Alice,18
  17. Bob,19
  18. 太郎,20
  19. 花子,21

Modules Requirement Graph

dependency.png