Matthijs
Matthijs
seems to come from .app distribution, unix distro doesn't show this behavior. unix distro not used since this always pops up terminal. this issue will not be solved in a...
This enables a comparison between cruise speed in lift and sink
sample code: ```python cwd = os.getcwd() spreadsheet_path = os.path.join(cwd, 'template.xlsx') graph = ExcelCompiler(spreadsheet_path).gen_graph() graph.set_value('input1', 3) # cell A1 result = graph.evaluate('Blad1!B1') # =A1+5 # result=5 instead of 8 ``` [template.xlsx](https://github.com/anthill/koala/files/1420037/template.xlsx)
Was just checking out how old this library is and turns out v0.1 was tagged february 2014, making it 10 years already, congratulations @Turbo87 ! `aerofiles` is being actively used...