c# - Excel.Range.set_Value causing "Exception from HRESULT: 0x800A03EC" -


यह त्रुटि केवल Microsoft Excel 2007 में होती है। Excel 2010 में ठीक से काम करता है।

  _range .set_Value (गुम। मूल्य, मान);  

क्या कोई स्ट्रिंग लांघ सीमा है ?? क्या यह Excel 2007 की एक सीमा है? क्या कुछ वर्कअराउंड हैं ??

क्या आपके मान सरणी में कोई तिथि टाइम ऑब्जेक्ट होते हैं? एक्सेल की स्वीकार्य रेंज के बाहर डेटटीम्स को पुश करने के लिए इस पद्धति का उपयोग करते समय मुझे यह वही त्रुटि मिली है।


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -