搜索资源列表
excel
- 才用java技术开发的程序,用于读取excel文件,方便程序开发人员开发操作excel文件
jxl
- jxl读取excel文件的基础实现的小例子,大家一起共享 ^_^
eclipse_excel_fileupload
- java读取excel文件,并将数据插入数据库
Java Excel操作
- 现在正在做的项目中涉及大量的Excel文件导出导入操作,都是使用Java Excel来操作。 Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。下面我写了一个简单的例子,展示基本的读取,新建,更新(包括常见格式的设置:字体,颜色,背景,合并单元格),拷贝操作,有这些其实已经基本足够应付大部分问题了。下面是例的源代码:
jsp_and_excel
- 前段时间,客户要求我们的系统可以实现与ms excel的数据交换,可以把系统中的数据导入导出到excel.我们的系统是一个用java做的b/s结构的MIS系统.为了解决这个问题,我采用了专门操作excel的开源项目jxl 根据客户的要求,用jxl实现了如下功能: 1:在客户端读取excel文件的数据 2:把系统数据导出到excel模板文件中. -Earlier, the customer can ask our system with ms excel data exchang
ReadExcel
- 可以读取excel文件里面任何一个单元格的所有属性,也可对其进行修改-Can read the excel in any document all attributes of the cell, can also be used to modify
readfiles
- 读文件的例子 可读取excel文件,首先把excel转换成csv格式。-du qu excel wenjian
java-operate-excel-files
- java操作excel文件,读取Excel文件内容-java excel file operation
demo-poi
- 通过POI统一读取Excel文件(兼容97-2003和2007+两种格式) 地址 http://cgs1999.iteye.com/admin/blogs/1525665-Read file content from excel via POI. wiki url http://cgs1999.iteye.com/admin/blogs/1525665
excel_class
- php处理excel文件,提供了php读取excel文件以及将数据存成excel的方式 Read_Excel_File()函数和Create_Excel_File()-use php to deal with execl file
ExcelReader
- 学生管理系统,具有随机提问、缺勤统计、点名功能,可以读取Excel文件-student manage
ExcelReadName
- 学生管理系统,具有随机提问、点到、缺勤统计功能。这是读取Excel文件-Student manage
Excel
- 该程序实验了java读取excel文件和txt文件,同时可以将读取到的内容写到excel中-failed to translate
JAva-excel
- Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。 本资料中包含Java_Excel_API教程.pdf 实例源码ConvertTxtToExcel.java以及所需的jar文件-Java Excel API
excelreader
- 按行读取excel文件, 支持excel2003-2007, 自动计算公式的值 -Read excel row by row, support excel 2003-2007, calculate formula automatically.
Lab8
- 简单的用java读取excel文件,并输出一个json文件-Simply use java to read the excel file, and export a JSON file
读取excel实例
- ASP读取excel表格实例,直接把xls文件当数据读取(ASP read the excel table instance, the XLS file directly when the data read)
仿excel表格,可实现运算
- ANDROID对Excel文件的解析,读取Excel文件(ANDROID parsing the Excel file, read Excel file)
PIOExcelDemo
- 一个java读取excel文件的小demo, 有详细的注释(java code - Read Excel file by Java)
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