How to make a range in Numbers (iWork) using JXA
问题 I'm using JXA for automating a process using Numbers app. What I need is to select a range of cells to apply width, but JXA doesn't allow me to get them. According to apple documentation I only need to use make or push the created object inside of array, but any ones work. This is my code and the Automator error: Option 1: var Numbers = Application('Numbers'); Numbers.Range({name: 'A2:A20'}).make(); // -> Error: Can't make or move that element into that container Option 2: var Numbers =