Is it possible to use OLE Automation in Java? If not, why is it not possible in Java?
I\'m looking to automate the exporting of excel spreadsheets in different forma
There is a library called JACOB that allows precisely what you're looking for. What do you mean by "from the Java API?" You mean from from the official J2SE packages? I'm not sure how to answer that other than to say that J2SE doesn't include libraries for every conceivable need under the sun, especially those that only work on a single operating system. That's why third party packages exist.