Thanks for the topic.
Sounds like you are referring to how you can move around a block of cells in a spreadsheet. Our experience in spreadsheets is that data has to be moved around since you have to isolate the data you need to graph. In DataGraph, we encourage you to use a raw data set along with the commands and masks to process and parse larger data sets, eliminating the need to move data around (i.e., creating a data pipeline).
The data model of DataGraph is also fundamentally different than a spreadsheet, as spreadsheets are cell-based, and every cell can be a unique data type. DataGraph is column-based, so every row in a column has the same data type.
If you are missing the Excel way of moving data around, we would be curious to hear more about it. For example, if you could describe more about the circumstances when this way of moving it around might be helpful.
Some actions we have added to handle specific circumstances that might be helpful:
1 – How to Flatten Data
2 – How to Append Groups of Data