pyxlsb2 icon indicating copy to clipboard operation
pyxlsb2 copied to clipboard

Missing argument to str method for Formula

Open mauricio-lastline opened this issue 3 years ago • 0 comments

Hi,

There's a small bug in pyxlsb2/formula.py:Formula.str

It calls the stringify method which expects a workbook as an argument without any arguments. As far as I could tell this code is not used, but if it were it would crash as it is missing that required argument, so I thought I would bring it to your attention.

Thanks!

mauricio-lastline avatar Mar 31 '22 14:03 mauricio-lastline