kohsuke / com4j

Type-safe Java/COM binding
http://com4j.kohsuke.org/
BSD 2-Clause "Simplified" License
146 stars 78 forks source link

Dependencies required for executing excel macro #53

Open nithingit opened 8 years ago

nithingit commented 8 years ago

I have included the below dependency in my project

org.jvnet.com4j com4j 2.1

But the line import excel._Application; is giving the error import excel cannot be resolved ,is there a need to add any other dependencies