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

Synchronization of shared Modules #53

Open
derfasthirnlosenick opened this issue May 12, 2023 · 3 comments
Open

Synchronization of shared Modules #53

derfasthirnlosenick opened this issue May 12, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@derfasthirnlosenick
Copy link

derfasthirnlosenick commented May 12, 2023

Shared or External Modules might be an extremely powerful way for organizations to share user-defined Lambdas in their Excel sheets/applications.

Currently, Modules can only be manually imported from GitHub, which poses two concerns:

  1. In larger organisations, there might be procedural hurdles against putting company code on GitHub
  2. It requires manual resync every time there may or may not be an update

Hence, I'd love to see if it were possible to
a) Save modules into an external file (could be a .txt for all that matters)
b) Import modules from an external file (filesystem or HTTP)
c) Link to an external module, or at least a regular synchronization with it (at least import)

Then organisations could publish standard modules containing vetted lambdas for their users to integrate and then use in their tools, while retaining a single source of code which can be maintained.

@jack-williams jack-williams added the enhancement New feature or request label Jun 24, 2023
@derfasthirnlosenick
Copy link
Author

One more benefit this would have: If Modules can be stored in external files, it'd be trivial to edit them using powerful code editors such as VSCode, trace them in version control systems etc.

@jack-williams
Copy link
Contributor

Import modules from an external file (filesystem

I'm looking into adding file upload

@msoar
Copy link

msoar commented Jan 2, 2024

I was also looking for a more robust solution for this. I wondered if in some future enhancement there may be the possibility to save these modules into a personal workbook that could be applied to any other sheet (something similar to VBA).

I also really like the original suggestion of importing a file or synchronisation too!

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

3 participants