Re: [flexcoders] Re: export to excel

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 17:42, Tracy Spratt wrote:
 A very simple, though primitive solution is to build an html table, put
 it on the clipboard, and paste it into excel.

That means mucking with the the Flex/Javascript bridge no ?

-- 
Tom Chiverton
Helping to augmentatively engage wireless niches



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Re: export to excel

2006-11-01 Thread Tracy Spratt
If you want to get fancy, maybe.  I just build the html in AS and use
System class' setClipboard().

This also lets me paste into a text doc and view/mail the data as html.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Wednesday, November 01, 2006 5:39 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: export to excel

On Tuesday 31 October 2006 17:42, Tracy Spratt wrote:
 A very simple, though primitive solution is to build an html table,
put
 it on the clipboard, and paste it into excel.

That means mucking with the the Flex/Javascript bridge no ?

-- 
Tom Chiverton
Helping to augmentatively engage wireless niches



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Re: export to excel

2006-10-31 Thread Anatole Tartakovsky



Ziyad,
 There is a chapter in the Flex 2.0 book on external communications -three of the examples show different ways to export datagrid to excel
Two client - centric approaches are : 
1. To use office web component - do Externalinterface to IE browser, and _javascript_to OfficeWeb component embedded in HTML
2. download Excel file with embedded flash player and use LocalConnection for 2-way communications

HTH,
Anatole

On 10/20/06, Ziyad MADERBOCUS [EMAIL PROTECTED] wrote:


Hello Could u plz tell me if u were able to do it? Coz im facing the same prob n I duno how to export data from flex datagrid to an excel sheet
 
Thnx in advance 
 
Ziyaad Maderbocus I.T. Programmer Superfund Asset Management
 Office 112 Grand Bay Business Park Geranium Road
 Grand Bay Tel: (230) 209 8073 Cell: (230) 496 96 87
 Fax: (230) 263 1919 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: export to excel

2006-10-31 Thread Jonas Windey
Title: Re: [flexcoders] Re: export to excel





What book is that exact?

Thanks


On 10/31/06 3:46 PM, Anatole Tartakovsky [EMAIL PROTECTED] wrote:

 




Ziyad,
There is a chapter in the Flex 2.0 book on external communications - three of the examples show different ways to export datagrid to excel
Two client - centric approaches are : 
1. To use office web component - do Externalinterface to IE browser, and _javascript_ to OfficeWeb component embedded in HTML
2. download Excel file with embedded flash player and use LocalConnection for 2-way communications

HTH,
Anatole


On 10/20/06, Ziyad MADERBOCUS [EMAIL PROTECTED] wrote: 


Hello 
Could u plz tell me if u were able to do it? 
Coz im facing the same prob n I duno how to export data from flex datagrid to an excel sheet  

Thnx in advance 




 

Ziyaad Maderbocus 
I.T. Programmer 
Superfund Asset Management  
Office 112 
Grand Bay Business Park 
Geranium Road  
Grand Bay 
Tel: (230) 209 8073 
Cell: (230) 496 96 87  
Fax: (230) 263 1919 








__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





Re: [flexcoders] Re: export to excel

2006-10-31 Thread Tom Chiverton
On Tuesday 31 October 2006 14:46, Anatole Tartakovsky wrote:
 1. To use office web component - do Externalinterface to IE browser, and
 JavaScript to OfficeWeb component embedded in HTML
 2. download Excel file with embedded flash player and use LocalConnection
 for 2-way communications

Eww.
We extended DataGrid to have a 'Save' button that invokes a server-side 
component, passing in enough of the view state to regenerate the data. This 
component then spits out a XLS file (well, a HTML file with a .xls extension. 
Java people might want to put POI in there).

-- 
Tom Chiverton
Helping to seamlessly compete market-driven design-patterns



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Re: export to excel

2006-10-31 Thread Tracy Spratt
A very simple, though primitive solution is to build an html table, put
it on the clipboard, and paste it into excel.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, October 31, 2006 11:22 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: export to excel

On Tuesday 31 October 2006 14:46, Anatole Tartakovsky wrote:
 1. To use office web component - do Externalinterface to IE browser,
and
 JavaScript to OfficeWeb component embedded in HTML
 2. download Excel file with embedded flash player and use
LocalConnection
 for 2-way communications

Eww.
We extended DataGrid to have a 'Save' button that invokes a server-side 
component, passing in enough of the view state to regenerate the data.
This 
component then spits out a XLS file (well, a HTML file with a .xls
extension. 
Java people might want to put POI in there).

-- 
Tom Chiverton
Helping to seamlessly compete market-driven design-patterns



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] Re: export to excel

2006-10-31 Thread Anatole Tartakovsky



Jonas,
www.riabook.com- in the process of being published by Sys-con. Sample chapterss are published by ColdFusion magazine, Java Developer Journal and Web DJ but I do not think Excel piece got picked up yet.


Regards,
Anatole

On 10/31/06, Jonas Windey [EMAIL PROTECTED] wrote:





What book is that exact?Thanks 
On 10/31/06 3:46 PM, Anatole Tartakovsky anatole.tartakovsky@
gmail.com wrote:

Ziyad,There is a chapter in the Flex 2.0 book on external communications - three of the examples show different ways to export datagrid to excel
Two client - centric approaches are : 1. To use office web component - do Externalinterface to IE browser, and _javascript_ to OfficeWeb component embedded in HTML2. download Excel file with embedded flash player and use LocalConnection for 2-way communications
HTH,AnatoleOn 10/20/06, Ziyad MADERBOCUS [EMAIL PROTECTED]d.com wrote: 

Hello 
Could u plz tell me if u were able to do it? Coz im facing the same prob n I duno how to export data from flex datagrid to an excel sheet 
Thnx in advance 
 Ziyaad Maderbocus 
I.T. Programmer Superfund Asset Management 
Office 112 Grand Bay Business Park
 Geranium Road Grand Bay
 Tel: (230) 209 8073 Cell: (230) 496 96 87 
Fax: (230) 263 1919 

 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] Re: export to excel

2006-09-17 Thread Rogerio Gonzalez



Changing the subject a little... Based on this link, anybody find out how to get an image(printscreen or copy from paint) from clipboard?Is there a way to do it? (capture an print screen)ThanksRogerio
On 9/17/06, richmcgillicuddy [EMAIL PROTECTED] wrote:













  



Here is at least a place to start. I don' think there is a native
DataGrid.SaveToExcel at this point:

http://mannu.livejournal.com/348299.html

Rich

--- In flexcoders@yahoogroups.com, Tom Van Haver [EMAIL PROTECTED] wrote:

 Hi, 
 
  
 
 I was wandering how one can export to Excel format out of a flex
application
 (via web service on a service that responds with excel document ?) ?
 
 And what about layout possibilities?
 
  
 
 Thanks, Tom.
 
  
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date:
13/09/2006



  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___