Converting a row or column in excel to a Javascript array

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top