Bug 356413 - The CSV and ODS export scripts are not finding the Sheets
Summary: The CSV and ODS export scripts are not finding the Sheets
Status: RESOLVED UNMAINTAINED
Alias: None
Product: calligraplan
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Dag Andersen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-09 08:43 UTC by csabi
Modified: 2022-11-17 07:27 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.