csv2xls

csv2xls (csv to xls) is a command line utility which converts csv files into one (or more if maximum rows are exceeded) Excel(TM) file(s).

33
11
C++

master: Build Status
Build status

devel: Build Status
Build status

csv2xls

Description

csv2xls (csv to xls) is a command line utility which converts csv files into one
(or more if maximum rows are exceeded) Excel™ file(s).

Features

  • split output in several files, if max line limit exceeded
  • set work sheet name of xls output file
  • noninteractive -> useful for automated tasks

Limitations

  • produces only Excel™ 97/2000/XP/2003 files
  • no cell formatting, just plain text

Prerequisites

Building

git checkout https://github.com/ferkulat/csv2xls.git
cd csv2xls
mkdir build
cd build
cmake ..
cmake --build .

For other build targets, please have a look at BUILD_SPECIAL.md

Documentaion

  • Print help: csv2xls -h

How to contribute

This software is far from being perfect but it does its job for me since months.
There is room for improvements in functionality and style.
You are invited to contribute in any way you want.

Issues

If you think you found a bug or miss a feature, please report an issue.
Or try to fix it and send me pull requests or patches.

In General

Fork this project and let us collaborate.
If you have an advise, I will listen to you and maybe follow 😃.