[PHP] Re: Excel Parser

2003-07-10 Thread Mark McCulligh
There is a PEAR package called Spreadsheet_Excel_Writer, that is non-COM. It
works great, only one problem. The max string length is 255 characters. For
it you are not export any fields greater then 255 it works great.

There is also an other excel class on www.phpclasses.org. Called  php2excel
I think, that works too.

The PEAR one does formulas too.

Mark.


Johnny Martinez [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi all,
 Does anyone know of any free Excel parsing non-COM code available on the
 net? Just straight php driven?

 I've found a couple commercial solutions but would like to try this myself
 or save money. Thanks for any help.

 Johnny



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: Excel Parser

2003-07-10 Thread Johnny Martinez
I've got a user that gets an Excel spreadsheet generated by a web app and I
want to be able to import the data from the xls into our local database then
work with it.

-Original Message-
From: Mark McCulligh [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 11:32 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: Excel Parser


There is a PEAR package called Spreadsheet_Excel_Writer, that is non-COM. It
works great, only one problem. The max string length is 255 characters. For
it you are not export any fields greater then 255 it works great.

There is also an other excel class on www.phpclasses.org. Called  php2excel
I think, that works too.

The PEAR one does formulas too.

Mark.


Johnny Martinez [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hi all,
 Does anyone know of any free Excel parsing non-COM code available on the
 net? Just straight php driven?

 I've found a couple commercial solutions but would like to try this myself
 or save money. Thanks for any help.

 Johnny



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php