Calligrasheets can't open CSV files anymore: it starts fine but error message box appears immediately. The text reads the following: "Can't open <filename>. Reason: not implemented". Reproducible in 2.9 release (can't set it in the 'Version' field of bugtracker, sorry), it worked just fine in 2.8.7 for me. File for test is attached, but any CSV file is apparently suitable. Reproducible: Always Steps to Reproduce: 1. Try to open any csv file. 2. See 'Not implemented' error box. 3. Calligrasheets closes itself. Actual Results: CSV file is not opened. Expected Results: CSV file opened in calligrasheets.
Created attachment 91368 [details] File to reproduce the bug
Confirmed, when I try, I see on console output: sheets(18157)/csvfilter CSVFilter::convert: Invalid document mimetype "text/csv"
Git commit 88c16915f0c717d1325e3035ae85266c7297a0b1 by Tomas Mecir. Committed on 06/04/2015 at 18:48. Pushed by mecir into branch 'calligra/2.9'. fix csv import M +4 -4 filters/sheets/csv/csvimport.cc http://commits.kde.org/calligra/88c16915f0c717d1325e3035ae85266c7297a0b1
Git commit 9d4522073b1a87b493b895c758599910f9c674b1 by Tomas Mecir. Committed on 06/04/2015 at 18:55. Pushed by mecir into branch 'frameworks'. fix csv import M +4 -4 filters/sheets/csv/csvimport.cc http://commits.kde.org/calligra/9d4522073b1a87b493b895c758599910f9c674b1
Thank you very much for the fix!