Skip to content
/ convert Public

Tools for converting to and from various data structures

Notifications You must be signed in to change notification settings

sstraw/convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Convert

A collection of tools for converting between various formats written in Go

csv2xlsx

Reads a csv and writes it to an xlsx. Tries to detect utf-16 as well.

$ ./csv2xlsx -h
Usage of ./csv2xlsx:
  -f    Force - overwrites existing files
  -i string
        File to read from. If a pipe is detected,
        reads from stdin. Use - to explicitly read
        from stdin.
  -o string
        File to write out to. Use - to write to stdout

I used the following as reference when developing the xlsx creator.

About

Tools for converting to and from various data structures

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages