-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set_Value with xlRangeValueXMLSpreadsheet #310
Comments
Hi, do you have sample project which reproduces the issue? |
Thanks for looking into this! It's reproducible 100% of times. Just as reminder: Below I modified standard netoffice excel Example01, by removing creating shapes (not necessary for reproduce the issue) and added two lines to simulate putting A1 cell value "We have 2 simple shapes created." with xmlSpreadsheet equivalent, making it as explicit as possible:
|
Let me know if I can help further, |
Same here - calling set_Value throws the same Exception. Unfortunately, only downgrading to 1.7.3 fixed it for me. |
Thank You JD_Robbs for sharing the info. |
Hi!
I am new here, I stumbled upon the netoffice library and I am amazed by what it offers, it perfectly suits my need.
However.
I encounter the roadblock when I try to my old Microsoft.Interop code to netoffice.
Example code below throws exception:
The exception is as follows:
This roadblock is on my critical path, please give me a hope I don't have to return to Microsoft.Interop ;-)
If anybody asks why I am using this technique: XmlSpreadsheet is very efficient way of putting large amount of data to live excel spreadsheet. This minimizes number of calls to interop especially if you want add formatting (and I use e.g. setting colors of text etc).
The text was updated successfully, but these errors were encountered: