Bradley van Ree

Results 33 comments of Bradley van Ree

This is not intended behavior. Your expectation is how I would expect it to behave. It seems we may not be capturing the context of the sheet adequately. In the...

@Adanteh, thanks for reporting the bug. :smile: This is a feature that I thought was already supported so obviously there's a hole in testing. With my recollection of the parser...

@Adanteh, thanks for the background. You have almost exactly described the gap I had found in other libraries and the needs which I need met for my own use. And...

@kmonson the input from @Adanteh appears to have addressed it to a degree. There is further discussion about a more comprehensive solution in #37 which we would all like but...

Aaaah.. I've not yet release this yet.

@brianmay You've been good at performance tuning of Koala, have you got an example spreadsheet which can be shared or a specific set of operations which you have been using...

@brianmay Thanks anyway.

I have started a repo for performance testing Python Excel calculators. Currently compares PyCel, Koala2 and my xlcalculator. https://github.com/bradbase/Perfomance_testing_Python_Excel_calculators

Hi @eiso, It's great to hear about the uses people are finding for Koala. From what I've seen while working with Koala, it isn't built for an event driven use...

I will draw your attention: The use case of gen_graph with input and output arguments stopped working after version 0.0.31 due to a refactor which moved the functionality of ExcelCompiler...