This question is locked. New answers and comments are not allowed.
Some things I'd like to do is set the print and page options, like margins and landscape, zoom. Set the column to autofit and write cells row by row with a good api. There are some other 3rd party software that will do this, but I don't want to add anything else.
My application is OOB and I could use the COM object, but I'm afraid that will slow down my application. I guess I could put a try and catch with an error message if the user doesn't have excel on their system.
I could also use the COM object on the server and send it in a WCF service, but is it ok to use a com object on a webserver?
Should I be this afraid to use the COM object.
My application is OOB and I could use the COM object, but I'm afraid that will slow down my application. I guess I could put a try and catch with an error message if the user doesn't have excel on their system.
I could also use the COM object on the server and send it in a WCF service, but is it ok to use a com object on a webserver?
Should I be this afraid to use the COM object.