dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
565 stars 147 forks source link

_CycleCell and _Cell may have problem #118

Closed hellobiek closed 3 years ago

hellobiek commented 3 years ago

https://github.com/dgorissen/pycel/blob/6eb3c688d2941a4fac27e858a3d24ce30bed32ea/src/pycel/excelcompiler.py#L1062

https://github.com/dgorissen/pycel/blob/6eb3c688d2941a4fac27e858a3d24ce30bed32ea/src/pycel/excelcompiler.py#L1105

_Cell is base class,and _CycleCell is inherit from _Cell, what is the difference between this two value?

stephenrauch commented 3 years ago

I am afraid I do not understand the question. _CycleCell has value as a @property

https://github.com/dgorissen/pycel/blob/6eb3c688d2941a4fac27e858a3d24ce30bed32ea/src/pycel/excelcompiler.py#L1111