Bug 356413

Summary: The CSV and ODS export scripts are not finding the Sheets
Product: [Applications] calligraplan Reporter: csabi
Component: generalAssignee: Dag Andersen <dag.andersen>
Status: RESOLVED UNMAINTAINED    
Severity: normal CC: dag.andersen
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description csabi 2015-12-09 08:43:21 UTC
Version 2.9.9
Using KDE Development Platform 4.14.14

When I go to scripts, export, CSV or ODS export, I get an error message "Failed to start Sheets. Is Sheets installed?"

Sheets is installed, but I assume the script is using and old naming or something when it is looking for it.

The CSV export works if I disable the following check in the script (I assume it doesn's actually need the Sheets).

if Sheets is None:
    raise Exception, T.i18n("Failed to start Sheets. Is Sheets installed?")


Reproducible: Always

Steps to Reproduce:
1. Menu: Tools
2. Scripts
3. Export to ods

Actual Results:  
error message: Failed to start Sheets. Is Sheets installed?

Expected Results:  
export to file.
Comment 1 Justin Zobel 2022-11-15 22:58:36 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Dag Andersen 2022-11-17 07:27:34 UTC
Scripting is removed, 'export' to spreadsheet an be done with drag/drop.