PHP Classes

PHP Document Generator: Convert HTML to MS Word and Excel and CSV files

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 304 All time: 7,387 This week: 42Up
Version License PHP version Categories
php-document-generat 1.0.0GNU General Publi...5PHP 5, Files and Folders
Description 

Author

This class can convert HTML to MS Word and Excel and CSV files.

It can take HTML as a string or a file and generates another file with the right filename extensions so it can be opened in Microsoft Word or Excel applications.

The class can also take a bi-dimensional array and creates a CSV file the array data values.

Picture of Clement Sam
  Performance   Level  
Name: Clement Sam <contact>
Classes: 4 packages by
Country: Ghana Ghana
Innovation award
Innovation award
Nominee: 1x

Recommendations

Generate MSWord document
I want to generate an MS Word document from PHP

Example

<?php
include '../ewc_generator.class.php';

$EWCGenerator->setFilename("myfirstfile");
$EWCGenerator->Word("../../applications.html");

?>


  Files folder image Files (6)  
File Role Description
Files folder imageExamples (5 files)
Plain text file ewc_generator.class.php Class Class source

  Files folder image Files (6)  /  Examples  
File Role Description
  Accessible without login Plain text file direct_methods.php Example Example script
  Accessible without login Plain text file index.php Aux. Auxiliary script
  Accessible without login Plain text file submit.php Example Example script
  Accessible without login HTML file test.html Doc. Documentation
  Accessible without login Plain text file using_the_create_function.php Example Example script

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:304
This week:0
All time:7,387
This week:42Up
User Comments (1)
Cool
5 years ago (Ebenezer Ackahbi)
80%StarStarStarStarStar