搜索资源列表
JAVA-write-EXCEL
- java读取Excel表格,拷贝、更新Excel工作薄-java read Excel spreadsheets, copy, update Excel work Thin
excel
- 才用java技术开发的程序,用于读取excel文件,方便程序开发人员开发操作excel文件
PHP 读取Excel文件库
- 调用示例: require_once(dirname(__FILE__) . '/includes/PHPExcel/PHPExcel/IOFactory.php'); //$book = "xxxx.xls";这个是要读取的Excel文件名 $objPHPExcel = PHPExcel_IOFactory::load($book); $Columns = $objPHPExcel->getActiveSheet()->getHighestColum
Java Excel操作
- 现在正在做的项目中涉及大量的Excel文件导出导入操作,都是使用Java Excel来操作。 Java Excel是一开放源码项目,通过它Java开发人员可以读取Excel文件的内容、创建新的Excel文件、更新已经存在的Excel文件。下面我写了一个简单的例子,展示基本的读取,新建,更新(包括常见格式的设置:字体,颜色,背景,合并单元格),拷贝操作,有这些其实已经基本足够应付大部分问题了。下面是例的源代码:
import-data-from-excel-to-mysql
- 从excel中读取数据,然后存储到mysql中-export data from excel and import them into mysql
ConnectExcel
- 在eclipse开发环境下使用java变成语言连接Excel,读取数据-At eclipse development environment into the language to use java to connect Excel, read data
java_excel
- 利用java语言读取excel文档的数据-Using java language to read excel file data
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
importExcel
- 从Excel读取数据导入到e数据库, hibernate-Read data from Excel into e database, hibernate
phpExcel1.7.4
- excel 读取 写入可以无组件编辑-INTRODUCTION Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. Written in PHP. Based on the the Java version by Andy Khan. LINKS OpenOffice.org s
toexcel
- asp 批量读取 excel 里面的数据 直接 导入 数据库!-Batch import excel asp
poi_java_excel
- 用poi读取导出excel,对中文乱码问题进行处理 -Export poi read by excel, garbled on the Chinese deal
java-operate-excel-files
- java操作excel文件,读取Excel文件内容-java excel file operation
Excel
- java对Excel进行操作 包括读取和存储-java for Excel to read and store operation, including
php-read-excel-class
- php读取excel类 php read excel cla-php read excel class
read-Excel-with-JAVA
- 这个资料主要介绍了如何用java去读取excel文档-this file mainly affords us the mathod to read and edit excel
读取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)
Read data from the Excel spreadsheet
- 能够实现从excel表格中读取内容并存储在数组中(The ability to read from a EXCEL table and store it in an array)
Java代码读取excel多表格的数据
- Java代码读取excel,采用smartXLS的形式,做的。。。。。。。。。。。