If one chooses File > Export, the button to choose a filename to save opens a dialog to open a file instead.
(In reply to Matthew Trescott from comment #0) > If one chooses File > Export, the button to choose a filename to save opens > a dialog to open a file instead. This was fixed recently in https://cgit.kde.org/labplot.git/commit/?id=c99a732664eca8a151e8a6ee64dff3e4308db639. Can you check the current code in master and try again?
Ah, sorry, I forgot to specify that I was exporting a worksheet, not a spreadsheet. Indeed, choosing a file to export a spreadsheet to works fine, but not for worksheets.
Git commit 32a154e7546ac3ef8c47a7f462208d4de76b0ebf by Alexander Semke. Committed on 27/03/2018 at 21:05. Pushed by asemke into branch 'master'. User SaveFile instead of OpenFile dialog in WorksheetSpreadsheetDialog to allow the user to create new files with it. FIXED-IN: 2.5 M +1 -1 src/kdefrontend/worksheet/ExportWorksheetDialog.cpp https://commits.kde.org/labplot/32a154e7546ac3ef8c47a7f462208d4de76b0ebf
(In reply to Matthew Trescott from comment #2) > Ah, sorry, I forgot to specify that I was exporting a worksheet, not a > spreadsheet. Indeed, choosing a file to export a spreadsheet to works fine, > but not for worksheets. Oh. Somehow we missed this one... Thanks for reporting this. I just submitted a fix.