7 python3.pkgs.buildPythonApplication rec {
11 url = "mirror://sourceforge/project/${pname}/${pname}-${version}/${pname}-${version}.tar.gz";
12 sha256 = "09l0yfay89grjdzap2h11f0hcyn49np5zizg2yyp2aqgjs8ki57p";
16 homepage = "https://sourceforge.net/p/csv2odf/wiki/Main_Page/";
17 description = "Convert csv files to OpenDocument Format";
18 mainProgram = "csv2odf";
20 csv2odf is a command line tool that can convert a comma separated value
21 (csv) file to an odf, ods, html, xlsx, or docx document that can be viewed in
22 LibreOffice and other office productivity programs. csv2odf is useful for
23 creating reports from databases and other data sources that produce csv files.
24 csv2odf can be combined with cron and shell scripts to automatically generate
27 The output format (fonts, number formatting, etc.) is controlled by a
28 template file that you can design in your office application of choice.
30 license = licenses.gpl3;
31 maintainers = with maintainers; [ leenaars ];