FreenetIS
 All Classes Namespaces Functions Variables Pages
ExcelWriterXML Namespace Reference

File contains the class files for ExcelWriterXML_Sheet. More...

Detailed Description

File contains the class files for ExcelWriterXML_Sheet.

Includes the other class file to create Sheets.

ExcelWriterXML Package Used the schema documentation from Microsoft Style class for generating Excel styles http://msdn.microsoft.com/en-us/library/aa140066(office.10).aspx. File contains the class files for ExcelWriterXML_Style. Class for generating sheets within the Excel document http://msdn.microsoft.com/en-us/library/aa140066(office.10).aspx. Robert F Greer 1.0 ExcelWriterXML_Style::alignHorizontal() ExcelWriterXML_Style::alignRotate() ExcelWriterXML_Style::alignShrinktofit() ExcelWriterXML_Style::alignVertical() ExcelWriterXML_Style::alignVerticaltext() ExcelWriterXML_Style::alignWraptext() ExcelWriterXML_Style::bgColor() ExcelWriterXML_Style::bgPattern() ExcelWriterXML_Style::bgPatternColor() ExcelWriterXML_Style::border() ExcelWriterXML_Style::checkColor() ExcelWriterXML_Style::fontBold() ExcelWriterXML_Style::fontColor() ExcelWriterXML_Style::fontFamily() ExcelWriterXML_Style::fontItalic() ExcelWriterXML_Style::fontName() ExcelWriterXML_Style::fontOutline() ExcelWriterXML_Style::fontShadow() ExcelWriterXML_Style::fontStrikethrough() ExcelWriterXML_Style::fontUnderline() ExcelWriterXML_Style::getErrors() ExcelWriterXML_Style::getID() ExcelWriterXML_Style::getStyleXML() ExcelWriterXML_Style::name() ExcelWriterXML_Style::numberFormat() ExcelWriterXML_Style::numberFormatDate() ExcelWriterXML_Style::numberFormatDatetime() ExcelWriterXML_Style::numberFormatTime() Robert F Greer 1.0 Includes the other class file to create Styles Class for generating the initial Excel XML document <?php $xml = new ExcelWriterXML; $format = $xml->addStyle('StyleHeader'); $format->fontBold(); $sheet = $xml->addSheet('Test Sheet'); $sheet->writeString (1,1,'Header1','StyleHeader'); $sheet->writeString(2,1,'My String'); $xml->sendHeaders(); $xml->writeData(); ?> http://msdn.microsoft.com/en-us/library/aa140066(office.10).aspx Robert F Greer 1.0