vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
143 stars 60 forks source link

Attribute error: 'Spreadsheet' object has no attribute 'clean_pointers' #257

Open mjozan opened 3 years ago

mjozan commented 3 years ago

Hello,

The libray is working well but when I try to clean pointers I have an error:

from koala.Spreadsheet import Spreadsheet
from koala.ExcelCompiler import ExcelCompiler
sp = Spreadsheet(file)
sp.clean_pointers()

It says : Attribute error: 'Spreadsheet' object has no attribute 'clean_pointers'