Skip to content

ajout d'ecxternal de Llm.php avec la mme focntion qu'un sum #4043

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

Closed
wants to merge 14 commits into from

Conversation

Xeroxnight
Copy link

@Xeroxnight Xeroxnight commented May 24, 2024

This is:

  • a bugfix
  • a new feature
  • refactoring
  • additional unit tests

Checklist:

  • Changes are covered by unit tests
    • Changes are covered by existing unit tests
    • New unit tests have been added
  • Code style is respected
  • Commit message explains why the change is made (see https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
  • CHANGELOG.md contains a short summary of the change and a link to the pull request if applicable
  • Documentation is updated as necessary

Why this change is needed?

Provide an explanation of why this change is needed, with links to any Issues (if appropriate).
If this is a bugfix or a new feature, and there are no existing Issues, then please also create an issue that will make it easier to track progress with this PR.

@MarkBaker
Copy link
Member

pourquoi?

@timouchee
Copy link

j'essaye de rajouter une autre fonction a phpspreadsheet (je parle d'une fonction utilisable sur le tableur)
genre une fonction appeler LLM qui prend entre 1 et 2 parametre et qui pour le moment a la meme fonction qu'un SUM .
quelqu'un pourrait m'aider a y voire plus claire ?

oleibman added a commit to oleibman/PhpSpreadsheet that referenced this pull request Mar 2, 2025
For an overview of why this is desired (and ways that people have coped with its absence), see issue PHPOffice#2900 and issue PHPOffice#4048; also PR PHPOffice#4043 which will be superseded by this PR.

The list of Excel functions is moved from Calculation/Calculation to its own member. I believe that it is done in a way that will not cause big complications to two experiments from @MarkBaker (PR PHPOffice#2714 and PR PHPOffice#2734). I believe it is also done in such a way that further refactoring of Calculation can follow this model.

Custom functions can be added or removed from the function list. You cannot add a function if it already exists in the list, and you cannot remove a non-custom function from the list. They will, of course, not be understood by Excel if written to a spreadsheet; the use case is mainly using the Calculation engine outside of spreadsheet context.
@oleibman
Copy link
Collaborator

oleibman commented Mar 8, 2025

Closing, superseded by PR #4390, which is now merged.

@oleibman oleibman closed this Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants