搜索资源列表
FlexExcel
- 在flex中操作xls文件,生成Excel-Xls file in the flex operation
[tusea.com]076_seee
- 在前面的教程中我们已经有提到java scr ipt中的OLE Automation。在本节的教程中,我们将一起来讨论一下java scr ipt是怎样利用Automation的强大功能来扩展服务端脚本的能力的。 实际上Automation并不是新的事物。它已经在好几年前就流行了,但是被ActiveX脚本语言的支持是一个新的应用。如果你已经有了Visual Basic 或者Visual C++的编程背景,本节教程将介绍怎样利用你的经验来创建有用的脚本以控制外部的应用程序。 在
excel_01
- Flex build 4 Excel文檔上傳功能-flex build 4 excel file upload example
flexcell_v5
- FlexCell 表格控件 FlexCell是一款灵活、易用的表格和报表控件,提供了6种单元格类型和6种图表类型,提供了合并单元格、虚表、打印和打印预览等功能,支持剪贴板操作、XML文件的导入和导出,不需要Excel运行库支持就可以导出为Excel WorkBook。软件包中附带报表设计器,只需很少的代码就可以制作出图文并茂的报表和程序界面。 -FlexCell grid control FlexCell is a flexible, easy to use forms and repo
excel
- flash的excel学习教程,向学办公自动化的可以看看,有帮助。-The excel flash tutorial to learn office automation can see, there is help.
as3-parse-xlsx
- AS3解析Excel文件(xlsx),只能用于xlsx格式的文档。主要功能:根据文件名,获取excel文件数据,其中有相关的行、列、单元格操作,可自己修改。但尊重原作者的劳动。-AS3 parse Excel File (xlsx)
FlashPEXCEL
- flash读取EXCEL示例程序,含FLA源码,供专业人士研究使用-flash read EXCEL sample program, with FLA source for the use of professionals
ParseEXCEL
- Flex从DataGrid里取出数据,并把这些数据整理然后导出到EXCEL。代码完整,可以直接运行。-Flex remove the data from the DataGrid and collate the data and then be exported to EXCEL. Code integrity, and can be run directly.
ExcelDatagrid
- 实现类似Excel的DataGrid控件-Excel DataGrid control to achieve similar
ExcelToJson
- 将Excel 2003格式的配置数据转换成json文件格式的数据-Excel 2003 will be converted into json data format configuration file format data
Excel(xls)toXml
- 能把xls文件转换成xml文件,转换成的xml和数据库结构一致-Can xls files into xml file, convert into xml and structure has been
flyexcel
- 一个简单flex EXCEL 一个简单flex EXCEL 一个简单flex EXCEL-flex EXCEL S D DS F DSA DSA CDSA DSA DSA DSA FGD F RF CS F VFDS XC V FD VFSADDQ FDS FDSA DSA FGSD D DS SADVCDS DSA VSD
flex-xls
- 专门读取Excel文件的类,应用示例: var xls:ExcelFile = new ExcelFile();//生成xls文件 xls.loadFromByteArray(byteArray);//加载数据 if(xls == null) return; var sheet:Sheet = xls.sheets[0]; var xlsSet:ArrayCollection = sheet.values;//数据赋值(Classes that