Menu

csv2odf / News: Recent posts

csv2odf Version 2.10 has been Released

Version 2.10 has been released and can be downloaded at https://sourceforge.net/projects/csv2odf/files/csv2odf-2.10/

In this version the program is updated to work with newest version of Python (v3.11). Python 2 is no longer supported.

Posted by Larry Jordan 2024-02-24

csv2odf Version 2.02 has been Released

Version 2.02 has been released and can be downloaded at https://sourceforge.net/projects/csv2odf/files/csv2odf-2.02/.

In this version the -o option is fixed so that cell not in the order are left unchanged. Added ability to add data to empty sheets in xlsx files. Fixed pipes in Windows when using python 2.7.

Posted by Larry Jordan 2014-10-13

csv2odf Version 2.00 has been Released

Version 2.00 has been released and can be downloaded at https://sourceforge.net/projects/csv2odf/files/csv2odf-2.00/. This is a beta version, try it and report bug here.

In 2.00 the code has significantly changed to allow processing of incoming data in a more serial fashion. This will allow large data files to be processed using less memory.

Posted by Larry Jordan 2014-08-10

Version 1.11 Released

This release was a bugfix to handle blank cells more cleanly.

Posted by Larry Jordan 2014-05-20

New Debian Package Released

A new Debian package, csv2odf_1.09-2.deb, was released to add installed size information.

Posted by Larry Jordan 2013-03-12

Version 1.09 Released.

There was a major bug fixed that caused bad output in the xlsx format (no other formats were affected).

Csv2odf now supports graphs. Graphs and array formulas that point to the template insertion point are expanded to encompass the inserted data.

Posted by Larry Jordan 2012-12-01

Version 1.08 Released

Version 1.08 has been released.

Posted by Larry Jordan 2012-01-04

Upcoming in version 1.08

These features are in work for version 1.08:

* Handle compressed template cells by expanding instead of generating an error.
* Handle missing template rows or cells instead of generating an error.
* Added progress indication in verbose mode for large files.
* Some improvements in error messages.

Posted by Larry Jordan 2012-01-02

Version 1.07 Released 2011-09-26

Version 1.07 was released on 2011-09-26.

Changes in this version:
* Added support for html files (html, htm)
* Added option to support reading of the template from stdin
* Improved support for tab delimiters
* Modified to use Python csv module for reading data files
* Added support for tsv (tab seperated values) data file extension

Posted by Larry Jordan 2012-01-02

Version 1.06 Released

Version 1.06 has been released.

Posted by Larry Jordan 2011-06-17

Upcoming in version 1.06

These features are in work for version 1.06:
* Ability to handle these file extensions: docm, xlsm, dotx, xltx, dotm, xltm.
* Ability to display line feeds in a document table cell. The line feeds would be in quoted text in the csv file.
* Ability to add a comment from the command line to a document. The program will replace [csv2odf-comment] in the document with the comment. On the command line, use --comment=<text>.

Posted by Larry Jordan 2011-06-08