Giter Site home page Giter Site logo

csv2xlsx's Introduction

csv2xlsx

Introduction

Because the XLSX2CSV program exists, it seemed that it was natural to create a csv2xlsx corollary when the underlying xlsx library grew the ability to write XLSX files.

Warning, this is old and largely unmaintained.

Installation

In order to build and install this program you’ll need the go toolchain. You can find this in the package management system of pretty much every Linux distro and in Homebrew for Mac. Failing that you can download and install it manually from here: https://go.dev/dl/

Once you have Go installed, you’ll need to either clone this repository:

git clone [email protected]:tealeg/csv2xlsx.git 

… or download and extract a Zipped snapshot from the green “Code” button above.

From within the resulting `csv2xlsx` directory issue the following command to build the project:

go build -v .

If all goes well you shuould find the compiled binary csv2xlsx has been created.

Invocation

To run csv2xlsx you must provide it with at least two parameters: an input file <f> and an output file <o>. For example:

./csv2xlsx -f=MyData.csv -o=MyData.xslx

If your input file uses a delimiter other than a comma then you must provide that as a third paramater, thus:

./csv2xlsx -f=MyData.csv -o=MyData.xslx -d=";"

Alternatives

If you’re looking for a more useful csv2xlsx convertor checkout out.. :

csv2xlsx's People

Contributors

tealeg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csv2xlsx's Issues

No installation guide for non-go programmers

Hello, I am a python developer and I want to use your software to convert my CSV outputs automatically. But you didn't write how to set the software up using go!

OS: mac os mojave;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.