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

Excel formulas #29

Open
WolfgangFahl opened this issue Mar 22, 2019 · 1 comment
Open

Excel formulas #29

WolfgangFahl opened this issue Mar 22, 2019 · 1 comment
Assignees
Labels
enhancement Improvement of an existing feature or request
Milestone

Comments

@WolfgangFahl
Copy link
Member

Excel formular usually contain cell references in the form A1, B2, C3.
When the excel sheet is imported into the graph it would be nice to be able to know the reference in graph style.

E.g. if the modern example of tinkerpop see http://tinkerpop.apache.org/docs/current/reference/ is used and an excel row represents a vertex and a column represents a property then given
A=name
B=age

and Row 3 being for marko with
A3=marko
B3=29
and Row 4 being for vadas with
A4=vadas
B4=27

then when a formular is given with B3/B4 to compute the average age of both this should be represented as something like person(marko).age/person(vadas).age. Especially this should hold true when graphs are converted to excel.

@WolfgangFahl WolfgangFahl added the enhancement Improvement of an existing feature or request label Mar 22, 2019
@WolfgangFahl WolfgangFahl added this to the 0.0.5 milestone Mar 22, 2019
@WolfgangFahl WolfgangFahl self-assigned this Mar 22, 2019
@WolfgangFahl
Copy link
Member Author

see https://stackoverflow.com/questions/2043614/convert-spreadsheet-formulas-to-java for the question whether formulas could be evaluated ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature or request
Projects
None yet
Development

No branches or pull requests

1 participant