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

Make csv++ aware of all known OpenFormula functions #50

Open
patrickomatic opened this issue Jan 17, 2024 · 0 comments
Open

Make csv++ aware of all known OpenFormula functions #50

patrickomatic opened this issue Jan 17, 2024 · 0 comments
Labels

Comments

@patrickomatic
Copy link
Owner

OpenFormula basically defines the standard library of functions that are common among various spreadsheet implementations: https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018044_715980110. Currently csv++ is ignorant of these so it can't inform the user if a function is called with the wrong args or if it does not exist. If I make csv++ aware of these functions (make a crate that scrapes that page and loads them into a BTreeMap) I can make it much much more helpful by being able to warn about:

  • calling functions that don't exist
  • calling functions with the wrong number of args
  • maybe one day, enforce the types of args
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

1 participant