win32ole Questions
2
Sorry, I'm a newbie of nodejs. I'd like to try the package win32ole in nodejs under Windows7, but when I run the installation command npm install win32ole in a command prompt window opened as admin...
Windtight asked 15/10, 2015 at 10:39
0
I am trying to create a simple application using Electron quick start. its going to be run on windows 10 where I need to access few .Net COM objects installed on that machine.
When I google about ...
2
Solved
I have two PCs, one has MS Office 2013 32bit installed and another MS Office 64bit installed.
I have Perl code that is using Win32::OLE Perl module to manipulate XLS spreadsheets.
The code is worki...
3
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 pro...
Neckar asked 1/11, 2012 at 21:34
1
Solved
Has anyone a list of the Perl commands to manipulate Excel on Windows with the basic Win32::OLE module? In particular, I am thinking of the following operations:
Opening and saving an Excel...
0
I'm working with an API that has a COM-based interface. I've been using the win32ole module to instantiate the API, but one of the API functions requires a null value, and win32ole complains when a...
Thomsen asked 3/9, 2014 at 23:0
2
Solved
I'm trying to read .doc file with ruby, I use win32ole library.
IT my code:
require 'win32ole'
class DocParser
def initialize
@content = ''
end
def read_file file_path
begin
word = WIN...
Jeavons asked 4/6, 2014 at 9:22
2
Solved
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 o...
2
Solved
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 how can I operate it?...
Murrain asked 15/9, 2011 at 9:53
4
Solved
With Perl, it's quite easy using the Win32::OLE library to load up COM/OLE objects and control them. The issue I'm running into is knowing exactly what methods and properties are available in the o...
3
Solved
I searched a lot on this but haven't yet got any standard or rather systematic guide for Win32Ole in Ruby. Ruby on windows by David is very good but I need a complete, systematic standard tut...
1
© 2022 - 2024 — McMap. All rights reserved.