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

What code should I use to plot a graph of a dragged range in a spreadsheet? #1640

Open
decomposition502 opened this issue Aug 24, 2023 · 0 comments

Comments

@decomposition502
Copy link

decomposition502 commented Aug 24, 2023

I would like to read an xlsx file in a browser, display its contents on a spreadsheet, and plot the array values of the dragged range on a graph in the spreadsheet, but I don't know how to code it.

I can tell which range I dragged by using the Selection event, but I can't think of a way to implement it so that the index values for that range are taken out of the function and used to plot the graph.

I'm a Javascript novice, so please, be polite. Thank you in advance.

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

1 participant