Showing posts with label excel. Show all posts
Showing posts with label excel. Show all posts

Friday, July 1, 2016

Generating excel xls files

Here we generate excel files from php script. To begin we will need some main excel classes as following:
1. BIFFwriter.php (for writing BIFF (binary file format)
2. Format.php (for generating excel XF records)
3. OLEwriter.php (OLE stream for spreadsheet)
4. Parser.php (for parsing excel formula)
5. Workbook.php (for generating excel workbook)
6. Worksheet.php (for generating excel worksheet)

You may want to see some examples in which you can download with all the six files above. You can download them all here (48kb) !!.

There are also five example files included:
1. example1.php (creating first example in generating excel document and comments are also included)
2. example2.php (set and modify fonts and styles)
3. example3.php (set columns and rows)
4. example4.php (set page)
5. example5.php (apply formula)

Tuesday, June 7, 2016

Excel Stream

Xlsstream is a stream wrapper to read and write MS Excel files
This class has been made by Ignatius Teo, from australia.
This class implements a stream handler interface to read and write Microsoft Excel spreadsheet files in the XLS format.

XLS files may be read and written using PHP fopen, fread or fwrite, or any other PHP functions that can access to streams.
The file name has the format xlsfile://path/to/spreadsheet.xls where /path/to/spreadsheet.xls is the path of the actual spreadsheet file to be read or written.
To create a XLS file just pass a serialized array of spreadsheet row arrays that associate the column names with their values.
In the current version the class does not process the data read from a XLS file. Instead it just returns the raw XLS file data as is.
This class requires at least PHP 4.3.0 as that is the version when stream handling support was introduced in PHP.

Required PHP version: 4.3
License: BSD License
download here

Tuesday, February 9, 2016

Microsoft Office Excel 2007 Tutorial Ebook




Excel 2007 Tutorial

Tuesday, January 26, 2016

Microsoft Excel 2007 www homeandlearn co uk


Microsoft Excel 2007