-
Notifications
You must be signed in to change notification settings - Fork 75
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
Are tables implemented? #105
Comments
Yes tables are not implemented. Can you share the reference and definition of tables? So it can be in the pipeline of futures development |
Thanks for the follow up. Is this what you mean by reference? Also, I'm still wondering if there's a way to exclude tabs or warn about errors instead of raising an exception. |
Hi, I'm working on a project that needs this functionality as well, and my manager told me that long term it would be much cleaner to use this library, instead of using our current way of Anyway, I'm putting some loose thoughts into this issue, in case this might be helpful down the line: An easily digestible overview of the syntax of structured references (e.g. I had a (very) quick (and cursory) glance around the code base, so I don't understand it that well, but it seems that adding another token filter to the Is there any documentation available on what exactly those Fortunately, This is probably a case of YAGNI, but it might make sense to consider references to other worksheets (section "Create a cell reference to another worksheet", e.g. Also, because Excel-developers seem to be masochists (or sadists), you can actually reference data from different workbooks, but I would think that's super out of scope. Besides, the people who use this "feature" deserve the hell they are wading through. I mean modularization is nice and everything, but this is just sick. /s |
Hi @FynnFreyer thanks for your interest and collaboration. We can have a talk so we can see how to proceed. You can contact me by email. |
any update on this issue? would it be possible to define tables as a custom formula or would that be to hard ? |
Hi @vinci1it2000 I wrote you an email |
@dberardo-com, thanks for pinging me, because I totally missed the first mention. I have not been working on this as yet, and if you need something soon, I'd suggest you take a look at exporting to csv via LibreOffice. Maybe that helps you for your use case (it's the ugly hack I'm using in another project rn) Probably not a good idea to hold your breath and wait for the solution here atm, since I can't give any sort of eta as to when I get around to working on this ^^' |
I got this error:
FormulaError: ('Not a valid formula:\n%s', '=Table6[[#This Row],[MWh]]/Table6[[#This Row],[MW]]')
I'm guessing Tables aren't implemented and that's why this doesn't work since it's just division. Is that right?
On that note, is there a way to exclude tabs when loading a file via
formulas.ExcelModel().loads(fpath).finish()
or to warn for formula errors instead of erroring out?The text was updated successfully, but these errors were encountered: