Problem with Microsoft.Interop.Excel.dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcnam
    New Member
    • Sep 2008
    • 2

    Problem with Microsoft.Interop.Excel.dll

    Hi every body,
    I am getting a problem when i work with Microsoft.Inter op.Excel.dll
    I tried to export and modify excel file with my conditional formatting for each cell of rows.
    the function is :
    Microsoft.Offic e.Interop.Excel .Range cellitem;
    cellitem..Forma tConditions.Add (XlFormatCondit ionType.xlExpre ssion, XlFormatConditi onOperator.xlEq ual, "<my formular>", "");
    i was working good in English region but when i changed the region to Germany(de) it was crash.
    I don't know what is wrong .
    Could you help me any solutions!
    Thanks,
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This may be a case for globaliztion, can be easily set up in your config file.

    Comment

    Working...