-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ODS exporter adds an additonal empty sheet to the project #4864
Copy link
Copy link
Closed
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.ODSImport/export from/to LibreOffice spreadsheetsImport/export from/to LibreOffice spreadsheetsType: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.exportExporting a project to some format. Use the format-specific sub-label if availableExporting a project to some format. Use the format-specific sub-label if available
Milestone
Metadata
Metadata
Assignees
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.ODSImport/export from/to LibreOffice spreadsheetsImport/export from/to LibreOffice spreadsheetsType: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.exportExporting a project to some format. Use the format-specific sub-label if availableExporting a project to some format. Use the format-specific sub-label if available
The ODF exporter creates files with two sheets: the first is empty, and the second contains the project data. We should remove the first one.
To Reproduce
Steps to reproduce the behavior:
Current Results
The exported file contains two sheets, the first one being empty.
Expected Behavior
The exported file should contain a single sheet with the project data.
Versions
Datasets
Example exported file: Clipboard.ods
Additional context
Similar to #4738