Replies: 7 comments 3 replies
-
Let me know if PR #3855 satisfies your requirement. |
Beta Was this translation helpful? Give feedback.
-
Please forgive me 3 times :)
I'm happy that you will look at it and may have found a solution Jan |
Beta Was this translation helpful? Give feedback.
-
I will be happy to test. New to git/composer: yes
Almost 40 years of home programming (low level) and 20 in vba for the firm 😊
Van: oleibman ***@***.***>
Verzonden: woensdag 3 januari 2024 16:12
Aan: PHPOffice/PhpSpreadsheet ***@***.***>
CC: jr212 ***@***.***>; Author ***@***.***>
Onderwerp: Re: [PHPOffice/PhpSpreadsheet] Pull formulas (Discussion #3847)
1. It is new code that I am considering adding to the project. It would be included with the next release or the one after that.
2. No problem. You've done well explaining what you want; I just want to be sure that I haven't overlooked something.
3. I can give you instructions on how to test the new code, but it may be too much for you if you are new to composer and git. Let me know if you want to try anyhow.
—
Reply to this email directly, view it on GitHub <#3847 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKXCIPNQHF5RA5QCEKR2LTTYMVYMTAVCNFSM6AAAAABBGNEIVKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAMBTHA4DG> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AKXCIPPGQGPMATXSDOYIZ7TYMVYMTA5CNFSM6AAAAABBGNEIVKWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAPIQSW.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
@jr212 You can get a version that includes this change via:
|
Beta Was this translation helpful? Give feedback.
-
I could not think of a way to incorporate your idea into $sheet->getCell('E3')->setValue('=A1&B1');
$sheet->copyCells('E3', 'E3:F7'); |
Beta Was this translation helpful? Give feedback.
-
Works fine :) |
Beta Was this translation helpful? Give feedback.
-
Do you think it's a good idea to hijack someone else his topic? create a new topic please. |
Beta Was this translation helpful? Give feedback.
-
It will be nice if there is a feature that allows us to add the same formula into multiple cells at once of pull down/right/... like we can in Excel itself
Like "=A1" pull down 1 line becomes "=A2"
or
$ws->setCellValue('A1:A2', '=B1'); so the formula in A2 = "=A2"
Jan
Beta Was this translation helpful? Give feedback.
All reactions