Posted 8 October 2021, 11:43 am EST
Issue 1: After highlighting cells with Alt + = , in excel if I move the arrows on my keyboard it allows me to keep the sum formula but change around the cursor location in the spreadsheet so I can change what cells are actually being summed. In spreadJS, only the left and right arrows are useable to instead edit the function directly in the cell.
Issue 2: After highlighting cells with Alt + = , in excel if I hold shift and move the arrows on my keyboard it allows me to keep the sum formula but change around the cursor location, this time in a range of cells, in the spreadsheet so I can change what cells are actually being summed. In spreadJS, only the left and right arrows are useable to instead edit the function directly in the cell, and the shift works to highlight a range of text.