private property Excel_XML::$header in Ubercart CSV 7.2
Same name and namespace in other branches
- 6.2 inc/excel-export.inc \Excel_XML::header
* Header (of document) *
Type: string
File
- inc/
excel-export.inc, 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\">";