can we export/attach data/database from SQL Server 2005 Enterprise editon into SQL Server 2005 cluster environment?
Why not? For Export you could use DTS and attach database similar to using SP_ATTACH_DATABASE statement, there is no difference for databases for a clustered and non-clustered environment. Cluster is based for SQL SErver services so you should be ok.