I have a column of words in Excel and i want to convert it to a string array, it is a long list and i can't do it manually. How can i do it?
My excel is like:
Car
House
Key
Phone
...
I want my array to be like:
"Car","House","Key","Phone",...
Thanks in advance.
=""""&A1&""","in the second column, then copy-paste that second column into your java source code.