This is:
- [x ] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
Get the calculated value ( "2" in the provided test.xlsx )
error : PhpOffice\PhpSpreadsheet\Calculation\Exception: b!A1 -> Invalid cell coordinate A1+1
<?php
require __DIR__ . '/vendor/autoload.php';
$xlsx = \PhpOffice\PhpSpreadsheet\IOFactory::load($testxlsx);
$xlsx->getSheetByName('b')->getCell('A1')->getCalculatedValue();
I did not find online how to add entry in the "Name Manager" with PhpSpreadsheet but the provided file is just :
and in "Formulas > Name Manager" I created entry with :
PHP : 7.2
PhpSpreadsheet : 1.10.1
no reply?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
Bump
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
No reply?
Named formulae currently aren't supported, only named ranges; but I've recently been working on improvements to the handling of ranges and named ranges, so I'll take a look and see how easy it is to implement named formulae
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
Any news?
Named formulae currently aren't supported, only named ranges; but I've recently been working on improvements to the handling of ranges and named ranges, so I'll take a look and see how easy it is to implement named formulae
Any update on Named formulas? @MarkBaker please provide me with some code references, I may be able to help i would really like to have this feature.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
Any update on this?
Most helpful comment
Named formulae currently aren't supported, only named ranges; but I've recently been working on improvements to the handling of ranges and named ranges, so I'll take a look and see how easy it is to implement named formulae