Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default PHP Excel generation libraries

Unless you are want some special capabilities found in later versions of
excel in the workbooks, the Excel 5 format is a valid Microsoft Office Excel
Workbook format.

--
Regards,
Tom Ogilvy

"sikander iqbal" wrote in message
ups.com...
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default PHP Excel generation libraries

If you need a newer format, try this VB code :
http://www.freevbcode.com/ShowCode.Asp?ID=6856

If you feel inclined, you can read the BIFF8 file format definition and add
any missing functionality...although I would make my output adhere to the
capabilities of this or your current PEAR component.

NickHK

"sikander iqbal" wrote in message
ups.com...
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.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default PHP Excel generation libraries

Just to add:
based on the description at that link, the only obvious additional feature
beyond what BIFF5/Excel 5 supports that I saw was Merged cells.

The BIFF8 format also supported 32K characters in a cell, but my guess would
be that these classes doesn't support that, but I didn't examine the code to
see.

--
Regards,
Tom Ogilvy

"NickHK" wrote in message
...
If you need a newer format, try this VB code :
http://www.freevbcode.com/ShowCode.Asp?ID=6856

If you feel inclined, you can read the BIFF8 file format definition and
add
any missing functionality...although I would make my output adhere to the
capabilities of this or your current PEAR component.

NickHK

"sikander iqbal" wrote in message
ups.com...
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.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2000: An Error Occured Initializing the VBA Libraries (2) [email protected] Excel Discussion (Misc queries) 1 August 30th 06 01:18 PM
Cannot open Excel, message given is about VBA libraries? Kolbie Stuck Excel Discussion (Misc queries) 1 October 27th 05 07:00 PM
How to identify missing libraries in Excel (Office-XP) using VBA Helge V. Larsen[_3_] Excel Programming 2 April 21st 05 02:07 PM
Newbie: Libraries for Excel? Rich[_16_] Excel Programming 1 December 1st 03 05:49 AM
Libraries In Excel VB Editor ccdubs Excel Programming 1 July 28th 03 12:31 AM


All times are GMT +1. The time now is 12:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"