You are here

private property Excel_XML::$header in Views Excel Export 6

Same name and namespace in other branches
  1. 7 libs/php-excel.class.php \Excel_XML::header

* Header (of document) *

Type: string

File

libs/php-excel.class.php, line 35

Class

Excel_XML
Generating excel documents on-the-fly from PHP5

Code

private $header = "<?xml version=\"1.0\" encoding=\"%s\"?\\>\n<Workbook xmlns=\"urn:schemas-microsoft-com:office:spreadsheet\" xmlns:x=\"urn:schemas-microsoft-com:office:excel\" xmlns:ss=\"urn:schemas-microsoft-com:office:spreadsheet\" xmlns:html=\"http://www.w3.org/TR/REC-html40\">";