首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > JDBC driver for MS Excel

JDBC driver for MS Excel

  • 资源大小:72.46 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

# Project moved to github # https://github.com/panchmp/sqlsheet # Project moved to github # --- Simple, POI based JDBC driver for XLS/XLSX files. Currently supports basic SELECT ( "select `*`" only, w/o where clause), CREATE, INSERT operations. The driver is pure Java - no native Windows components are required. From version 6.1 streaming implemented to process large files. Fork of http://www.pcal.net/downloads/sqlsheet/ | Database | -> | XLS/XLSX file | |:---------|:---|:--------------| | Table | -> | Sheet in XLS/XLSX file | | Column | -> | Column in sheet (first row must have column names) | | Row | -> | Row in sheet starting from second | ## Usage example: ## * [Java code example](http://code.google.com/p/sqlsheet/wiki/HowToMaven) * [Scriptella driver](http://scriptella.javaforge.com/docs/api/scriptella/driver/xls/package-summary.html#package_description) * [driver](https://code.google.com/p/sqlsheet/source/browse/trunk/sqlsheet/src/test/resources/xlslo
VIP VIP
0.220505s