GithubHelp home page GithubHelp logo

Get NamedRange Value about phpspreadsheet HOT 3 CLOSED

phpoffice avatar phpoffice commented on August 17, 2024
Get NamedRange Value

from phpspreadsheet.

Comments (3)

MarkBaker avatar MarkBaker commented on August 17, 2024

Named ranges should work in formulae in PHPExcel in exactly the same way as they do in MS Excel

And you can retrieve a named range of cell values to a PHP array using the worksheet's namedRangeToArray() method

from phpspreadsheet.

madorin avatar madorin commented on August 17, 2024

Hi Mark,

After a bit more source inspection, I fount a way to get value I'm interested by:
$Range->getWorksheet()->getCell($Range->getRange())->getCalculatedValue();

Should check yet if Range point to a cell but not to multiple cells, testing for ":" in name.

OK, Question closed.

By the way, why you prefixed also Spreadsheet class also with Php?
I think it's parent, Office is enough, like:
\PhpOffice\Spreadsheet\IOFactory::load(

I'm using PhpSpreadsheet library (not PhpExcel) for a new project.

from phpspreadsheet.

PowerKiKi avatar PowerKiKi commented on August 17, 2024

Closing as requested.

The namespace names are exactly the organization and project names. And they both include PHP. I think it's part of the "branding" nowadays and if it was removed the projects would lose some of their identities. In practice those prefixes should mostly only appear in use statements, so it shouldn't be such an inconvenience.

from phpspreadsheet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.