Ticket #1754 (closed enhancement: done)
Copy & Paste support for StringConvertibleArrayView
| Reported by: | abeham | Owned by: | abeham |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
| Component: | Data.Views | Version: | 3.3.7 |
| Keywords: | Cc: |
Description
It would be nice to be able to copy a column or a row from Excel into an array. It is supported with matrices, but not with arrays.
Change History
comment:1 Changed 16 months ago by abeham
- Owner changed from swagner to abeham
- Status changed from new to accepted
comment:2 Changed 16 months ago by abeham
- Owner changed from abeham to mkommend
- Status changed from accepted to reviewing
r7318: Added copy & paste support for StringConvertibleArrayView similar to StringConvertibleMatrixView
comment:3 Changed 15 months ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Tested & reviewed r7318. I only noticed one minor mistake regarding the pasting of values, which is also present in the StringConvertibleMatrixView. If values are pasted that can not be parsed in the last row, the array is extended and the new cells are filled with the default value of the concrete data type.
Note: See
TracTickets for help on using
tickets.
