steve wrote:
> If you are running on Windows you can use create and read speadsheets
> using the 'win32ole'  require
> 
> 
> This sample should give you the basic idea
> ------
> 
> 
> def export
>   require 'win32ole'
> 
>       @sort_by = 'last_name'
>       current_user = 'steve'
>       @records = Contact.find(
>           :all,
>           :conditions => ["created_by = ?",
> self.current_user.login.to_s] #,
>           #:order => @sort_by
>           )
> 


As server side solution, it does not scale at all.

Regards,

rp8
=======================
http://competo.com
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to