I need to split a value from a cell into separate array values. I am taking a list of emails from my spreadsheet and need to use the addCommenters() method.
Spreadsheets cell value: [email protected], [email protected], [email protected] ... etc.
I need to split around the ", " properly to pass the array into addCommenters().
What is the programmatic way to do this?