Login   Register  
PHP Classes
elePHPant
Icontem

File: Readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ASHFAQAHMED  >  MS Word And Excel  >  Readme.txt  >  Download  
File: Readme.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: MS Word And Excel
Serve Word and Excel files as HTML
Author: By
Last change:
Date: 2010-02-01 07:19
Size: 436 bytes
 

Contents

Class file image Download
This Is a Simple Class To Create Ms Word And Excel Document

Here is Example Of Creating Doc

$doc = new MsCreator();

$doc->File = "Ashfaq"; /////////// New File Name 

$doc->Type = "";       ///////// Type Excel or Leave Blank For Doc 


$doc->Text = "";        /////// Enter Content Here Html Content /

$doc->Preview();      /////////// For Preview In Page

$doc->Download();    /////////// For Download File/////