Ejemplo n.º 1
0
 /**
  * Writes the Excel BIFF EXTERNSHEET record. These references are used by
  * formulas.
  */
 protected function storeExternsheet()
 {
     $this->appendRecord('Externsheet', array($this->formulaParser->getReferences()));
 }