Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References to "Range" method in Spreadsheet #246

Open
SlavaKozlov opened this issue Feb 19, 2020 · 1 comment
Open

References to "Range" method in Spreadsheet #246

SlavaKozlov opened this issue Feb 19, 2020 · 1 comment

Comments

@SlavaKozlov
Copy link

When executing clean_pointer() function on Spreadsheet object (in advanced.py example file), there is this error:

'Spreadsheet' object has no attribute 'Range'

on line 442:

my_range = self.Range(reference)
@bradbase
Copy link

bradbase commented Mar 6, 2020

That broke in a version of Koala after 0.0.31.

The functionality from ExcelCompiler was moved into Spreadsheet in a reasonable (and desperately needed) attempt to clean up the code. That move, however, has caused feature regression. I've tried re-implementing the broken features in the new paradigm but after a number of months and getting nowhere I decided it's too hard for me.

I need Koala and rely upon the broken features so have started a re-write. I don't yet know if this will come to anything in this project... Refer #249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants