PHP Classes

File: template.xml

Recommend this page to a friend!
  Classes of Gianluca Zanferrari   PHP MySQL XLSX Export   template.xml   Download  
File: template.xml
Role: Auxiliary data
Content type: text/plain
Description: template
Class: PHP MySQL XLSX Export
Export MySQL table records to Excel XML format
Author: By
Last change:
Date: 10 years ago
Size: 905 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> <Workbook xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"> <Styles> <Style ss:ID="Default" ss:Name="Normal"> <Alignment ss:Vertical="Bottom"/> <Borders/> <Font/> <Interior/> <NumberFormat/> <Protection/> </Style> <Style ss:ID="s27"> <Font x:Family="Swiss" ss:Color="#0000FF" ss:Bold="1"/> </Style> <Style ss:ID="s21"> <NumberFormat ss:Format="yyyy\-mm\-dd"/> </Style> <Style ss:ID="s22"> <NumberFormat ss:Format="yyyy\-mm\-dd\ hh:mm:ss"/> </Style> <Style ss:ID="s23"> <NumberFormat ss:Format="hh:mm:ss"/> </Style> </Styles> <Worksheet ss:Name="Sheet1"> <ss:Table> <ss:Row> {columns} </ss:Row> {data} </ss:Table> </Worksheet> </Workbook>