embed an excel sheet into a java GUI
-
I need to embed an excel sheet into a java GUI. Read online that it can be done using "owc". Can someone please tell me how I can use "owc" in my java code.
-
I need to embed an excel sheet into a java GUI. Read online that it can be done using "owc". Can someone please tell me how I can use "owc" in my java code.
-
I need to embed an excel sheet into a java GUI. Read online that it can be done using "owc". Can someone please tell me how I can use "owc" in my java code.
You need a Java-COM bridge tool which will wrap your Excel COM object in a Java proxy. Many moons ago we used a tool from J-Integra to run a Word mail merge from Java but someone may have produced an open source version which will work: JACOB Disclaimer: We ran the Word merge from command line, not integrated into a Swing app. J-Integra appears to support Swing integrations, but it's a very old page and does the integration through a JBuilder (Jurassic version 3.5!) GUI tool.
-
I need to embed an excel sheet into a java GUI. Read online that it can be done using "owc". Can someone please tell me how I can use "owc" in my java code.