Develop a script to extract specific data from Excel.
Greeting!
This community was a big help for the indesign project that I'm working on, Thanks a lot all! I'm facing now an issues and since I'm a developer not a desginer so I'm struggling. Anyhow, the problem is that the datamerge tool isn't working for the designers so they want a specifc items from excel sheet to be selected in assigned to any rectangle. However, I've manged to read the data from excel sheet but I didn't find any sources that describe how can I select a specific column and maniplate it. While using this method ,place( myExcelFile), all the excel sheet data are placed in one rectangle.
let me describe the case;
The designers want to create a 6 rectangles and in each rectangle their will be insid it a bunch of items (2 or 3). Anyhow, the items going to be selected from the excel sheet. It's time consuming from them and I'm trying to help them.
I'm using Javascript.
I hope there is any idea how can i catch specific data from the excel.
