Jump to content

What is the best way to output php data in excel spreadsheet?


alvin567

Recommended Posts

You've miss-understood. The point I was making is  anybody can write a class which implements a method called "_export".

 

class Foo {
    private $bar = "Something";
    public function _export(){
        echo $this->bar;
    }
}

 

By posting $this->_export() and asking where its from will get you zero answers.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.