Flex与Word和Excel文件格式的交流

      我的工作 2008-8-15 10:32

作的一个项目,需要采用Flex的界面,导出word和excel格式,有如下解决方法:

对于word,可以将word模版文件存成xml格式,而此xml格式中的图片是以 “Base-64 encoded” ,而  Flex 3 可以将生成的图片快照下来转换成此格式,而flex能够操作xml文件,从而可以修改word xml模版文件中的内容,从而与word协作。

参考:http://blog.flexexamples.com/2007/12/07/converting-an-imagesnapshot-object-into-a-base-64-encoded-string-in-flex-3/

http://code.google.com/p/flexlib/wiki/ComponentList

另外一个方法是采用html格式。采用javascript来操作html文件。

而excel则要用到 as3xls, 可以参考:http://zhaoyl.javaeye.com/blog/200275

http://code.google.com/p/as3xls/

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}