Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Copy text from EXCEL in to Java



Daily grind at work requires me to copy and paste text in to a Java based company intranet web page. This is a labor intensive task due to the volume of data needing to be input. Using my mouse all day for this task is insane.

How is it possible to copy text from EXCEL and paste it in to a java based web page using VBA from Excel? Please describe as many characteristics of this process as possible and sources of potential VBA code.