Friday, October 14, 2016¶
I fixed a bug which occured when trying to export a table with an
IncompleteDateField
to
Excel or .ods. For example the birth_date
. Lino said ValueError:
Cannot convert 1973-07-21 to Excel
and produced no file.
I added a test case which reproduces the problem in
export_excel : Exporting to Excel. For this I had to add French to the
list of languages for lino_book.projects.min2
.