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

Add support for precomputed result with formula #29

Open
xperseguers opened this issue Aug 28, 2024 · 1 comment
Open

Add support for precomputed result with formula #29

xperseguers opened this issue Aug 28, 2024 · 1 comment

Comments

@xperseguers
Copy link

One of the limitation of the current implementation, is that formula written don't have any value visible until opened in Excel (see https://github.com/doPhp/excel/blob/main/README.md#formulas-written-but-no-values-readable).

It turns out LibXL supports this, e.g., thanks to writeFormulaNum since v3.7.0.

Somehow it never was implemented as this project is mainly into "survival mode" (but many thanks for that fork making it compatible with PHP 8! I'm currently using with PHP 8.3).

I can prepare a PR, but right now, if someone's interested, that's my very first work on a PHP extension:

xperseguers@5944032

And in short what it does:

image

Twitted (well "X-ed") about it: https://x.com/xperseguers/status/1828841162872107025

@xperseguers
Copy link
Author

Ticket will be closed with #30

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

No branches or pull requests

1 participant