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 wh
I have an old ruby program that extracts values from an excel file and stores the summary in another excel file. For that purpose, the program uses the library win32ole from Ruby. After switching to a
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 selecti
My users will update their Excel to my system and I will get some information from it, I know the gem that named \"win32OLE\" on windows is run well, but my system is ubuntu, so ho开发者_JAVA技巧w can
When I extract text from an excel file it comes as Win32::OLE::Variant=SCALAR(0x1214f94). How do I convert this to a Perl variable? When I try to use the value function is just prints @data = @{$dataH
I need to close the command prompt window using sendkeys function, but when I used the below code it did not work as running of some betch file is in progress so its not taking these below options.
I\'m trying to open a word document and just extract all the text that is in the document and display it to the user using Win32::OLE
I\'m automating IE with watir, and I want to know what html element(s) are clicked (selected). Can this be done using watir? win32ole? In a last chance, without ruby?
I have this code in Ruby waitr .. $LOAD_PATH.unshift File.join(File.dirname(__FILE__),\'..\') if $0 == __FILE__
Trying to compute the size of a folder that could be very large, I used FileSystemObject.Size: #! perl