Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add VBA functions for regexes? #2

Open
mccalluc opened this issue Oct 26, 2020 · 1 comment
Open

Add VBA functions for regexes? #2

mccalluc opened this issue Oct 26, 2020 · 1 comment

Comments

@mccalluc
Copy link
Contributor

This looks like a good source.

Concerns:

  • Excel documents with macros are likely to be flagged as potential security risks.
  • VBA code is a binary blob, and we won't easily be able to maintain it.
  • Excel is proprietary: Shouldn't jump through hoops to work with it.
@mccalluc
Copy link
Contributor Author

mccalluc commented Dec 2, 2020

Other options:

  • Don't even try!
  • Add VBA to provide regex support in Excel.
  • Target Google Sheets, which provides a regex function out of the box.
  • Or target OpenOffice, where regexes can be turned on in the settings.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant