php Programming Glossary: ssssss
export mysql result to excel http://stackoverflow.com/questions/1475441/export-mysql-result-to-excel rows db loadObjectList if rows function xlsBOF echo pack ssssss 0x809 0x8 0x0 0x10 0x0 0x0 return function xlsEOF echo pack.. xlsWriteLabel Row Col Value L strlen Value echo pack ssssss 0x204 8 L Row Col 0x0 L echo Value return Send Header header.. xlsWriteString Row Col Value L strlen Value echo pack ssssss 0x204 8 L Row Col 0x0 L echo Value return share improve this..
Saving a .xls file with fwrite http://stackoverflow.com/questions/2477414/saving-a-xls-file-with-fwrite the beginning of the xls file function xlsBOF echo pack ssssss 0x809 0x8 0x0 0x10 0x0 0x0 return This one makes the end of.. xlsWriteLabel Row Col Value L strlen Value echo pack ssssss 0x204 8 L Row Col 0x0 L echo Value return make the connection..
PHP to Excel, bold font http://stackoverflow.com/questions/3457599/php-to-excel-bold-font of labels function xls_label row col value bold echo pack ssssss 0x204 8 strlen value row col 0x0 strlen value echo value This.. element is the 0x0 value in your pack statement echo pack ssssss 0x204 8 strlen value row col 0x0 strlen value You'll need to..
|