Summary: | Paste of column(s) consisting of integers to a Spreadsheet always inserts extra zeros into the cells below the last data | ||
---|---|---|---|
Product: | [Applications] LabPlot2 | Reporter: | Yoshinobu Shimamura <shimamura.yoshinobu> |
Component: | frontend | Assignee: | Alexander Semke <alexander.semke> |
Status: | REPORTED --- | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | 2.11.1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A spread sheet including a column of integers |
Description
Yoshinobu Shimamura
2025-04-12 11:48:55 UTC
I found that filling extra zeros does not occur if the first row is a real number, but it occurs if the first row is integer, where filling extra zeros occurs below the last row including an integer. (In reply to Yoshinobu Shimamura from comment #1) > I found that filling extra zeros does not occur if the first row is a real > number, but it occurs if the first row is integer, where filling extra zeros > occurs below the last row including an integer. Your findings are correct. We don't support "empty/non-existing value" for integer columns yet and show zero instead. We plan to fix this problem in the major release 3.0 after the next release 2.12. Thank you very much for your quick response and I understand the plan for correction. Thanks again! |