I am working with a Excel COM object and I'm having some problems. A lot of
the methods and properties I am setting are not working. For instance, I set
the visible property of the application to true, but it still doesn't show up.
I also tried using the quit method to close excel, but this also does not work.
I'm not sure if COM is the best way to go right now. I saw a few people
mention Apache POI, but I have no idea where to start with that. Any help
would be great. Thanks