-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Can't set a range of cells in Excel using win32ole #2527
Comments
any solution for this? |
Ping. Just ran into this again on Windows. Anything I can do to help (other than learn to learn how to code to the windows api)? |
@enebo I should probably ping you directly... unless the project has added some more Windows guys, you're the only one I know! :) |
@chuckremes I don't actually have Excel so I think I got paralyzed into looking into this. |
@chuckremes I am not asking you to buy me Excel either. I just wish we could have figured out how to make a nice exerciser for this. I am not the windows guy you think I am :) |
Works in MRI but fails in JRuby. Maybe related to #1932 but I'm not certain.
return:
java.lang.RuntimeException: createVariant() not implemented for class org.jruby.RubyArray
This example is a very common way to set values in Excel using Ruby. The workaround is to set each cell individually but that means a performance hit of 10x or greater (probably due to crossing into/out-of COM all the time).
The text was updated successfully, but these errors were encountered: