Bradley van Ree

Results 63 comments of Bradley van Ree
trafficstars

Actually... scratch that. I might be able to use an isinstance in the right spot.... Watch for a PR

From memory, I have also been able to print out the count of nodes in various circumstances and so can watch when things change in the graph. eg; Graph loading...

@eiso > Thank you so much @bradbase for a very extensive answer. I am going to familiarize myself with the library this weekend, and will also check out FlyingKoala (looks...

Hi @pwalimbe , Thanks for making contact. I am grateful to hear you've found this library useful. And I'm happy to help you through this journey as I've been down...

@ckp95 Are you able to contribute your code for base conversion functions?

That would be very much appreciated. I've been really looking forward to supporting those functions. PyCel and Formulas support them all and it's the only function category we don't have...

Fair enough. You are correct. func_xltypes.DateTime has an __int__.

I've not thought it through completely but sticking with that paradigm I think there we may need to consider adding an XLTime datatype. Excel has a datatype for time and...

Tools down for tonight before I make an awful mess.

The current example of use: ```Python import logging from new_koala import ModelCompiler from new_koala import Model from new_koala import Evaluator logging.basicConfig(level=logging.DEBUG) filename = 'reader.xlsm' compiler = ModelCompiler() new_model = compiler.parse_excel_file(filename)...