Re: [PHP] read cwk files

2007-01-04 Thread Richard Lynch
On Wed, January 3, 2007 11:49 pm, John Salib wrote:
 both google and yahoo resturn no result when searching for cwk2xls

http://info.com/convert clarisworks to excel
[that's not a kosher URL, but I gave up trying to convince my ex-boss
to fix this bug...]

turned up MacLinkPlus (Mac) and Conversions Plus (PC) from DataViz,
w3c recommended TableCloth, and several more...

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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



[PHP] read cwk files

2007-01-03 Thread John Salib

Hi,

I need to read cwk files (mac clarisworks files). so is it possible to do so 
using php if so how to do that?


Thanks.

_
Get FREE Web site and company branded e-mail from Microsoft Office Live 
http://clk.atdmt.com/MRT/go/mcrssaub0050001411mrt/direct/01/


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



Re: [PHP] read cwk files

2007-01-03 Thread Curt Zirzow

On 1/3/07, John Salib [EMAIL PROTECTED] wrote:

Hi,

I need to read cwk files (mac clarisworks files). so is it possible to do so
using php if so how to do that?


Sure you can read the files, the question is what is the output you want it in?

Once that is answered, is there such a tool i can use to do that?

Curt.

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



Re: [PHP] read cwk files

2007-01-03 Thread John Salib


well I mean I want to fetch the data from it. I need to get the data in 
plain text format. formating is not important.


I found a script to do that for xls files but didn't find one for cwk files.


From: Curt Zirzow [EMAIL PROTECTED]
To: John Salib [EMAIL PROTECTED]
CC: php-general@lists.php.net
Subject: Re: [PHP] read cwk files
Date: Wed, 3 Jan 2007 00:58:47 -0800

On 1/3/07, John Salib [EMAIL PROTECTED] wrote:

Hi,

I need to read cwk files (mac clarisworks files). so is it possible to do 
so

using php if so how to do that?


Sure you can read the files, the question is what is the output you want it 
in?


Once that is answered, is there such a tool i can use to do that?

Curt.


_
Fixing up the home? Live Search can help 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improvelocale=en-USsource=hmemailtaglinenov06FORM=WLMTAG


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



Re: [PHP] read cwk files

2007-01-03 Thread Curt Zirzow

On 1/3/07, John Salib [EMAIL PROTECTED] wrote:


well I mean I want to fetch the data from it. I need to get the data in
plain text format. formating is not important.

I found a script to do that for xls files but didn't find one for cwk files.


This might be hard to find, do you have the ability to export it into
a more standard format like cvs?

Curt

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



Re: [PHP] read cwk files

2007-01-03 Thread Curt Zirzow

On 1/3/07, Curt Zirzow [EMAIL PROTECTED] wrote:

On 1/3/07, John Salib [EMAIL PROTECTED] wrote:

 well I mean I want to fetch the data from it. I need to get the data in
 plain text format. formating is not important.

 I found a script to do that for xls files but didn't find one for cwk files.

This might be hard to find, do you have the ability to export it into
a more standard format like cvs?


I mean CSV.

Curt.

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



Re: [PHP] read cwk files

2007-01-03 Thread Richard Lynch
On Wed, January 3, 2007 2:18 am, John Salib wrote:
 I need to read cwk files (mac clarisworks files). so is it possible to
 do so
 using php if so how to do that?

Google for cwk2xls and see if you can convert Clarisworks to MS
Excel, which *has* to be a very common need.

You can then use the XLS reader you already found and call it done.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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