Unable to insert fractional values into Excel using OpenXMLSDK2.0

Answered Unable to insert fractional values into Excel using OpenXMLSDK2.0

모든 응답

  • 2012년 3월 12일 월요일 오전 7:45
    중재자
     
     

    Hi SandeepKorrapati,

    Thanks for posting in the MSDN Forum.

    I'm not able to reproduce your issue due to I have no mac environment to reproduce your issue. I will involve some experts into this issue to see whether they can help you. It might be some time delay, thanks for your patience.

    Have  a good day,

    Tom


    Tom Xu [MSFT]
    MSDN Community Support | Feedback to us

  • 2012년 3월 12일 월요일 오전 8:13
     
     답변됨

    Hi Tom,

    Thanks for the reply. But, I have solved my problem. It was occurring due to the culture difference.

    The values being generated by my .ToString() were ","(comma) separated. I think is because of German-standards coming into picture. 

    If I replace the "," with "." everything is working fine.

    Regards,

    Sandeep