Flex高级表格(Mecgrid)

    最近在考虑DataGrid单元格定位的问题时,收集到了一个开源的Flex高级表格控件:Mecgrid

它的具体特性如下所示:

  1. 可以得到横纵列的索引
  2. 支持鼠标滚动
  3. 支持分成结构(即树形结构)
  4. 单元格自定义样式
  5. 同样具体dataProvider功能
  6. 导出excel文件格式(AIR专有)
  7. 支持过滤功能。
  8. 单元格拖拽功能。
  9. 多列排序功能。 

MecGrid主页地址:

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

MecGrid下载地址:

http://code.google.com/p/flexspreadsheet/downloads/list

MecGrid的API Doc:

http://flexspreadsheet.googlecode.com/svn/trunk/document/index.html

MecGrid的一些demo:

http://flexspreadsheet.googlecode.com/svn/trunk/mecgridwizard/MecGridWizard.html

http://flexspreadsheet.googlecode.com/svn/trunk/MecGridDemo/MecGridDemo.html

 

    具体信息参见:http://www.riameeting.com/node/215

 

你可能感兴趣的:(SVN,Excel,Flex,Google,AIR)