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

idea: consider an alternate way to specify cell formatting #7

Open
JessicaMulein opened this issue Oct 4, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@JessicaMulein
Copy link
Contributor

currently we have the support for = formulas and =$ formulas which are formatted as currencies.

consider something like inline JSON instead of =, so if the cell text starts/ends with curly or square brackets, interpret as json or perhaps some other indicator like a dollar sign or pipe

consider extending the view json to specify that certain rows (such as _bottom) or cells are formatted a certain way such as all of column X (less the header) is currency, then we could get rid of the =$ construct and only support plain excel formulas.

Basically we need a way to replace the =$ with something more intuitive.

I think I like the view.json approach better, but it needs some development.

@JessicaMulein
Copy link
Contributor Author

in progress.
!&&format&&=formula is now partially supported.

@JessicaMulein JessicaMulein self-assigned this Mar 11, 2024
@JessicaMulein JessicaMulein added the enhancement New feature or request label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant