搜索资源列表
FlexExcel
- 在flex中操作xls文件,生成Excel-Xls file in the flex operation
as3xlsUTF8
- 基于flex导出exce. xls文件源码-flex export exce. xls files
JavaEyeAs3xlsDemo
- flex读取本地xls文件,并解析文档内容-flex reads the local xls file and parses the document content
Excel(xls)toXml
- 能把xls文件转换成xml文件,转换成的xml和数据库结构一致-Can xls files into xml file, convert into xml and structure has been
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