View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sikander iqbal sikander  iqbal is offline
external usenet poster
 
Posts: 1
Default PHP Excel generation libraries

Hello,

I've tried using the PEAR Worksheet package to create .XLS files but
the spreadsheet format corresponds to Excel 5 format.

http://pear.php.net/manual/en/packag...iter.intro.php

I would like to be able to create an Excel file that adheres to the
Microsoft Office Excel Workbook format. Is there any PHP library, or
any other language's library, that would allow me to do so ?

Thanks.