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

Allow conversion of a bunch of formulas at once. #11

Open
devuxer opened this issue Aug 23, 2012 · 2 comments
Open

Allow conversion of a bunch of formulas at once. #11

devuxer opened this issue Aug 23, 2012 · 2 comments
Labels

Comments

@devuxer
Copy link

devuxer commented Aug 23, 2012

If you turn on "Show Formulas" in Excel, you can see a bunch of formulas at once.

It would be great if you could then "beautify" or convert them to javascript as a batch.

For example, if you have the following 2 x 2 arrangement of formulas...

=SUM(D1,E1) =SUM(E1,F1)
=SUM(D2,E2) =SUM(E2,F2)

...doing a conversion to javascript should produce:

D1 + E1
E1 + F1
D2 + E2
E2 + F2
@joshbtn
Copy link
Owner

joshbtn commented Aug 30, 2012

Thanks, Great idea, I'll add this in as soon as I can.

@devuxer
Copy link
Author

devuxer commented Aug 30, 2012

Excellent, thanks!

@ghost ghost assigned joshbtn Sep 20, 2012
@joshbtn joshbtn removed their assignment May 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants