Thread safety of the Excel object.

G

Guest

Hi,
I am using the Excel object in C#. Using this object, I am populating a
Excel sheet from the database.
In the code I am opening an Excel Application object, on which I am opening
a Workbook and subsequently a Worksheet, which is to be populated.
Now, my concern is whether this Excel object is thread safe?
Would my application breakdown if multiple instances of the dll are run
simultaneously?
Please reply ASAP.
Thanks in advance.
 
C

Chad Z. Hower aka Kudzu

=?Utf-8?B?U2F1cmFiaCBL?= said:
Now, my concern is whether this Excel object is thread safe?
Would my application breakdown if multiple instances of the dll are run
simultaneously?

You will get multiple copies of Excel. Or are you trying to operate on one
file?


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Empower ASP.NET with IntraWeb
http://www.atozed.com/IntraWeb/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top