Thread safety of the Excel object.

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
=?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/
 
Back
Top