Skip to content

Releases: hymkor/pipe2excel

v0.5.2

19 Feb 11:18
Compare
Choose a tag to compare
  • Fix package dependency problems
  • Move or copy some packages into internal directory
  • Change package owner to hymkor

  • パッケージの依存性の問題を修正
  • パッケージのいくつかを internal ディレクトリに移動もしくはコピー
  • パッケージユーザを hymkor へ変更

v0.5.1

28 May 12:45
Compare
Choose a tag to compare
  • Support Linux as platform (but required -o option always)
  • (#1) Fix the panic on reading CSV from STDIN and using -o

  • サポートするプラットフォームとして Linux を追加(ただし、-o オプションが必要)
  • (#1) -o オプション指定地に、標準入力から CSV 読み取ると Panic する不具合を修正

v0.5.0

18 Aug 12:44
Compare
Choose a tag to compare
  • When -o FILENAME is given, use "tealeg/xlsx" instead of "go-ole/go-ole"
  • Remove options -s and -q. Their features are enabled with -o.

v0.4.0

05 Aug 11:27
Compare
Choose a tag to compare
  • Add -f option to set field seperator
  • Do not treat as string when the value is a negative integer

v0.3.0

11 Jul 13:51
Compare
Choose a tag to compare
  • Fix leak release COM
  • Print help if no arguments and stdin is not redirected

v0.2.0

01 Jul 00:32
Compare
Choose a tag to compare
  • Only matching /^[1-9]\d*(\.\d*[1-9])?$/, as a number

v0.0.1 (20180701)

30 Jun 15:53
Compare
Choose a tag to compare
v0.0.1 (20180701) Pre-release
Pre-release

The first version.

v0.1.0

30 Jun 17:13
Compare
Choose a tag to compare
  • Encoding is detected automatically so remove -u option.
  • The each value is stored as a string
  • Add -v option (show version) to make package