The win32ole tag has no wiki summary.
0
votes
1answer
50 views
How to access the data on a dropdown list in excel using WIN32OLE
I want to programatically choose one of the options available in a Excel Dropdownlist.
To manipulate the worksheet I'm using win32ole on ruby.
It works well until I try to change the value of the ...
0
votes
0answers
13 views
How do you change the value on a protected dropdownlist using WIN32OLE?
I'm trying to edit an excel doc using WIN32OLE and I've come across the problem that I cannot change the value on a dropdownlist.
In several place n the document I have dropdownlists that are ...
0
votes
1answer
82 views
Win32::OLE error on file open
I am trying to open a .xlsm file using Win32::OLE from my webpage in perl on windows/apache server.
On researching for this issue, came across the following possible solutions:
Few had it resolved ...
0
votes
1answer
43 views
how to wait till we work on opened excel and proceed ruby code once it is closed manually
I trying to achieve below thing in Ruby
Open an Excel
require 'win32ole'
excel = WIN32OLE.new('Excel.Application')
worksheet = application.Workbooks.Open("C:/testing.xlsx").Worksheets("Sheet1")
...
0
votes
1answer
109 views
Perl using Win32::OLE Module Excel 2007- Not Able to Generate Chart
I am running following simple script on perl64 to generate chart on excel but I am getting following errors without generating any chart.
It opens excel sheet, write data into sheet but no chart.
...
0
votes
0answers
74 views
Trying to understand why Perl Win32 OLE Excel Server threw an exception
Trying to understand and diagnose what is wrong with my Excel setup on a MS server 2008. See MWE below. This works fine on my Win laptop but not so great on server. From clean login it runs ok the ...
0
votes
0answers
34 views
ruby WIN32OLE c# dll custom event listening
I have found this nice tutorial on connecting to a c# dll from Ruby:
Can Ruby import a .NET dll?
This works great for Ruby=>C# but not for c#=>Ruby.
Now I was thinking to work with some custom events ...
0
votes
1answer
84 views
perl and excel graph axes
I'm fiddling with excel graphs created in a perl script and trying to set minimum and maximum axes however I don't seem to be able to get my head around the VBA to Perl Conversion.
Please can you ...
2
votes
1answer
177 views
How to instal win32ole for ruby [closed]
Does anyone know the command to install win32ole for ruby.
gem install win32ole does not work
I am trying to get require 'win32ole' to work
1
vote
0answers
121 views
Ruby WIN32OLE excel chart seriescollection values
I am trying to change the values of an Excel (actually PowerPoint) chart.
I tried doing this by passing an array but it doesn't seem to work.
Although as mentioned on this page it should work...: ...
0
votes
1answer
142 views
Confusion with Ruby to save the files with any extensions to the excel columns
I am creating a script to insert the files from folders to the Excel columns, but it seems I am doing wrong. Can any one help me for the same?
updated Ruby Code:
require 'fileutils'
require ...
0
votes
1answer
69 views
Ruby eventmachine and WIN32OLE
I'm trying to use the WIN32OLE class in conjunction with the eventmachine library. The OLE library communicates fine with the program, but the minute I add the WIN32OLE_Event hook to the program, it ...
0
votes
0answers
93 views
MoveRight method not working
I want to select a word character by character unless a space is encountered. I am getting an error as "Can't call method "MoveRight" without a package or object reference". Please help me.
Thanks in ...
4
votes
2answers
573 views
Read MS Word table data row wise using win32:ole perl
I am new to win32:ole module in perl. I am trying to print MS word table data row wise on command prompt. But I am able to print only last row of the table. Can you please help me to solve this ...
0
votes
0answers
56 views
how to pass a binary blob to COM object through win32ole in ruby?
I am trying to put together a test script in ruby that needs to send messages to an MSMQ queue.
I am able to create and send MSMQ messages via win32ole, however the body of the message needs to be a ...
0
votes
1answer
146 views
Sending formatted/html Outlook email with Ruby Win32ole
Is it possible to send formatted email, whether html or otherwise with Ruby's WIN32OLE - I have been able to send a plain text email through automation (as follows), but was hoping to be able to add ...
1
vote
0answers
70 views
Implementing COM (exposed by .NET/C#) interface in Ruby
I would like to implement in Ruby such interface (snipped in .NET):
[ComVisible(true)]
public interface Name
{
[ComVisible(true)]
string Definition { get; }
...
2
votes
1answer
122 views
What's the easiest way to send a message through Outlook with Ruby?
My work requires me to automate e-mail generation for certain tests. I've been looking around but havent been able to find a reasonable solution that can be implemented quickly. It needs to be in ...
0
votes
1answer
101 views
Virtual file in memory
I'm adding encryption functionality to existing program (plain c console app).
It takes few files as input parameter and my task is to make this files(sensitive data) secured.
What I do now is that I ...
0
votes
1answer
180 views
executing win32ole script on remote windows machine through telnet
I am trying to create a word document on a remote windows machine. What I am trying is to telnet to the remote windows machine and run a perl script that creates word document through Win32::OLE. But ...
0
votes
1answer
421 views
Perl+Excel: “use Win32::OLE::Const” not having an effect
I have been working on a project on a Windows 7 system, using StrawberryPerl v 5.014 and Win32::OLE.
I am trying to use a second PC running Windows XP SP3, to have the same project developed in ...
0
votes
0answers
91 views
Trouble passing pointer parameter using ruby or perl win32ole
I trying to get the following C# code to Ruby (1.8.7 - FOR OTHER REASONS I CANNOT YET MOVE THIS CODE to 1.9) The code is from the Stamps.com manual.
I am tagging this as PERL as it seems that ...
1
vote
1answer
241 views
Position of Range-Object in Excel
I am trying to figure out how to get the position of a selected Range in an Excel(2007)-Worksheet. Is there something similar to $self->{EXCEL}->ActiveCell->Row for Cells (self->{EXCEL} ...
0
votes
0answers
271 views
Win32::OLE powerpoint save just hangs
Using win32::OLE for powerpoint just hangs while saving. I see no issues with excel and word applications but with powerpoint it just hangs while saving. I basically open a powerpoint file on remote ...
2
votes
3answers
1k views
Problems reading a .xls file using Perl Win32::OLE under Cygwin
I have been fighting with this one for two days, I cannot find the solution and I'm getting frustrated. While using the code below under Cygwin I get this error
OLE exception from "Microsoft Office ...
0
votes
0answers
256 views
Problems with Ruby Win32ole ADODB.Recordset connection
I've written a couple of ruby apps using Sinatra, and both using similar code. One gives me the following error...
WIN32OLERuntimeError at /coupons
(in OLE method `Open': ) OLE error code:800A0E7D ...
0
votes
0answers
125 views
perl Win32::OLE word - getting the ReadOnlyRecommended value of the opened word document
I am trying to get the ReadOnlyRecommended property of a opened word document. The reason I need this is, I am opening an already opened windows file (by someother client) on a remote share through ...
0
votes
2answers
256 views
Calling a C# .dll from Ruby via COM
I'm trying to call a few methods from C# in my Ruby code. First, I am creating a .dll in Visual Studio 2008. I'm registering for COM interop when I build.
To test out this new process, I created a ...
1
vote
1answer
358 views
Render Word Document from Remote Server using WIN32OLE in ruby on rails
When i am using win32ole as stand alone application at that time everything seems working fine, as soon as i put into my rails application which is running on mongrel server it goes into infinite ...
2
votes
0answers
70 views
Using WIN32OLE_EVENT::message_loop not in Main thread Issue
I'm trying to create Ruby script that allow me to get OLE events during execution of main script.
I've moved WIN32OLE_EVENT::message_loop to another Thread and expect this will call my event handlers ...
0
votes
1answer
232 views
Getting OLE Exception while closing document in Perl
I am getting following exception in perl. Also i am now to perl technology.
Exception is :
Win32::OLE<0.1709> error 0x800a1423
in METHOD/PROPERTYGET "Close" at getWordComments.pl line no ...
2
votes
1answer
111 views
How does Ruby know which OLE object is enumerable?
I was working with Ruby and WIN32OLE (which is specifically, Excel).
I found all those enumerable objects, such as Range.Columns, are automatically enumerable in Ruby, and can be iterated using ...
-1
votes
1answer
172 views
Issues reading Time value in Perl using win32:OLE
I am trying to read an Excel in Perl which have values in format --> "12:21:33 PM"
I need to Compare the Values of two cells and then need to sort them our accordingly.
But the issue is that when i ...
0
votes
1answer
107 views
Obtain the name of a unknown process, by the window handle?
i need to obtain the name of a process by only knowing the HWND
i know that is possible with win32api or dl or win32/api but i don't know nothing about that too strange parameters of that api... i'm ...
0
votes
1answer
157 views
Return exitcode of a HIDE instance of CMD opened by win32ole module?
I know to open a instance of CMD in windows and get the return code
puts %x[Tasklist /v | Find "%tmp:~0,30%" >NUL]
response = $?.exitstatus
that works.
But now i need to open a hide instance of ...
1
vote
2answers
1k views
Problems parsing Excel 2010 .xlsx file with Win32::OLE in Perl
I have an excel file (.xlsx) connected to a "data source" with a .iqy file. I used Perl to to open the excel file and refresh the data. Initially, my code worked. However, I needed to change what .iqy ...
0
votes
2answers
378 views
installing Win32::OLE on mac os x
Mac OS X supports Microsoft OLE.
Does anyone know if it's possible to install the Win32::OLE perl module on mac OS X?
I know the module isn't supported on Mac, but would it be possible to try and ...
0
votes
3answers
404 views
opening powerpoint presentations in ruby via win32ole
I've got this piece of code that works for Excel.
require 'win32ole'
excel = WIN32OLE.new('Excel.Application')
excel.visible = true
workbook = excel.Workbooks.Open('c:\file.xls');
But I ...
1
vote
1answer
88 views
Setting MajorUnit not working with Excel2007
I am building trending charts using Win32::OLE in active perl. I am trying to set the major axis unit so that I will get only 7 points in the x-axis. For that I am using the below code:
...
1
vote
1answer
207 views
How do I use the Excel Union function through Win32::OLE?
I am using Win32::OLE to create charts from a excel datasheet in MSExcel 2010.
The data are not in consecutive columns and I have a ds having the range of each data.
I am trying to union all these ...
2
votes
1answer
392 views
Automatically Confirming a Msgbox in Excel VBA code
I am using ruby a WIN32OLE to automate execution of Excel macros with windows scheduler.
I have all of this working properly. My problem comes with having to run a macro embedded in an excel file of ...
0
votes
1answer
215 views
Ruby & win23ole : How to close window started using shell.ShellExecute
I am using the code below to start ror server. Is there a easy way to quit that window without going through the route of finding the pid and using 'taskkill'? I mean after all i have the handle in ...
1
vote
0answers
130 views
Missing shim in JRuby 1.6.5?
I am trying to run a compiled .class file which requires win32ole. The .rb file runs fine from RubyMine and jruby on the commandline.
What I am using to execute with is
java -cp ...
2
votes
2answers
223 views
Unexpected behavior using the run method for win32ole excel object
I have the following bit of ruby code which works fine
require 'WIN32OLE'
excel = WIN32OLE.new('Excel.Application')
excel.visible = true
path = Dir.pwd + '\Testargs.xlsm'
excel.workbooks.open(path)
...
0
votes
1answer
129 views
Ruby win32ole returns List, need to convert to Array
I am using the otalclient.dll for HP Quality Center Automation to determine the list of Test Sets off of Root. The ole method returns a List (specifically IFactoryList) and I am wondering what I would ...
0
votes
1answer
147 views
VSS automation with ruby win32ole
I am trying to automate some of operation and gather information from a microsoft visual SourceSafe6.0 repo, using ruby1.9 and WIN32OLE gem.
it is possible to create a OLE object with
require ...
0
votes
1answer
255 views
Changing a chart's properties breaks after changing its location
In the following code, it's possible to change a chart title or its location by themselves, but changing its title after changing its location doesn't work, as indicated by the standard error logging.
...
0
votes
2answers
495 views
perl Win32::OLE ExportAsFixedFormat syntax for powerpoint
I have trouble using perl (strawberry) and win32::ole using powerpoint (from office2010)
to convert ppt(x) to pdf.
I can export to jpgs fine with Export function but the function ExportAsFixedFormat ...
1
vote
6answers
359 views
char* to double and back to char* again ( 64 bit application)
I am trying to convert a char* to double and back to char* again. the following code works fine if the application you created is 32-bit but doesn't work for 64-bit application. The problem occurs ...
3
votes
1answer
137 views
Ruby (Shoes) List box crash when populating from excel
I've got a problem when using Shoes. I'm basically trying to open an excel document and pass the names of the worksheets to a list_box. The following method is called on a button press after selecting ...

