Hi Raghu,
Here are the ways to solve this problem.
*Option 1 : *
If you have Java backend then you can read office files on server
parse it convert it to some XML format that you can resolve in your Flex
client. How can one parse these files are by POI api's "
http://poi.apache.org/"
*Option 2:*
You can save XLS as XML. It is called spreadsheetML. The SpreadsheetML has
set of tags which could be understood by MS Excel.You can write a generic
XLS that can be applied on this spreedsheetML to convert it to HTML output
and can be shown in Flex. Or you can read spreadsheetML and extract the
relevant data and bind it to itemRenederer and show it in Flex.
I hope I didn't geeked you :) . Please let me know if you need more details.
Best Regards,
Anand kothalkar.
On Mon, Oct 6, 2008 at 4:07 PM, raghu <[EMAIL PROTECTED]> wrote:
>
> Hi all..
>
> I want to know if there is a way to display word and excel files
> inside flex. I'm guessing the server also plays a role in this kind of
> requirement, although that's just my guess.
>
> If anyone has worked on this or any ideas on how to go about this,
> please help me. I'd appreciate it if you could even just point out
> some resources on the web on this subject.
>
> Thanks a lot!
>
> Raghuveer.
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" 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/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---