Hi I'm trying to write a program in java, with the jexcel api that takes the text in every cell in the first column of an excel spreadsheet, and then entering it into a text box online (for example, google translate), and then automatically processing (or for this example's sake, translating) it, taking the result, and putting them into the corresponding cells
is this possible? and if so, how would one do this?
thanks.