Converting a row or column in excel to a Javascript array

  • Thread starter Thread starter ncikusa
  • Start date Start date
N

ncikusa

Hi there peeps :)

Is this possible? - To take a row or column of data from excel an
convert/turn into an array for use in a javascript.

E.g. like:

Excel: 5 6 7 8 9 10
-->>
array: (5,6,7,8,9,10)

I.e. so it's possible to copy/paste the array into a javascript to d
as one pleases...

Hope someone can help.

Thx for reading and best regards,

Nik
 
Back
Top