Skip to content

kshji/go

Repository files navigation

Go Language

Here is some tools programmed using Go Language.

I'm not used so much Go, but when I like to make some nice ex. commandtool to *nix and Windows, then my selection is Go. Nice cross compiling, one binary file to install. No library hasling in the destination.

I am in the process of learning Go and therefore I am sure there are much better, more Go-idiomatic ways to achieve this functionality. If you have feedback on how to improve the code or want to contribute, please do not hesitate to do so. I'd really like to improve my GO skills and learn things.

Go is more hoppy and nice tool to make compact program to install *nix+Windows.

In real life I need lot of convert CSV output to the Excel and read input data from Excel. CSV/Json/XML formats are my working formats, because ex. Postgresql like to use COPY command to import/export. Also awk-command,ksh,... like to use CSV files.

Has given some ideas

  • xlsx2csv , I have only added Sheetname support to export CSV. Very simple and fast Excel to Csv converter. updated
  • xlsx, nice XLSX library to read and write Excel files.
  • xlsx doc, xlsx documentation
  • csv2xlsx This converter has given some ideas. Thanks.
  • csv2xlsx I have took this source and updated it.

My Go Xlsx commandline tools

My Repo

About

Some my Go language commands/tools: csv2xlsx, xlsx2csv, parse_env, ...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published