xloil icon indicating copy to clipboard operation
xloil copied to clipboard

xlOil provides framework for interacting with Excel in different programming languages (python & C++ currently)

Results 25 xloil issues
Sort by recently updated
recently updated
newest added

When enabling the Python plugin, there is a certain probability that Excel may become unresponsive, requiring the process to be forcibly terminated.

Hello, I am an xloil user from China and would like to ask a question: I encountered the following error during the development and debugging of the plug-in, but I...

There are two issues: 1. the return value of the `offset` function is incorrect 2. some of the latest functions are not supported,eg: #Unrecognised function 'CHOOSEROWS'

Here's a simple py script demonstrating the issue I have with the Offset method: @xlo.func(macro=True, command=True) def offset_activecell(): app = xlo.app() app.ActiveCell.Offset(0,0).Value = 'test' I wasn't able to find the...

Hi @cunnane , python 3.11 windows 10. xloil 0.18.6 Problem: cannot upload modules. Excel crashes. After reopening excel a few times the problem disappear. Steps to reproduce the issue pip...

How to register event listener for Chart.BeforeDoubleClick event?

Awesome library @cunnane . Thanks! I am trying a simple function in python module and have excel file by the same name as well. @xlo.func def pySum(x, y, z): '''Adds...

Hi @cunnane, I regret I am not able to propose a solution. I am not skilled enough. I am a monkey debugger, sorry about it Xloil version 0.17.14 Python modules...

I have implemented an RTD function that consumes data from a kafka topic and streams this data to excel. My RTD function is provided below. ```python import json import asyncio...

`aiohttp `Version: 3.8.1 The following python code request first pokemon name and measure latency. When called from python Average latency is usually 55 mls when called from XLL using `xloil...