Skip to content

Reading .mdb file with driver - ucanaccess , and convert to excel with alibaba easyexcel

License

Notifications You must be signed in to change notification settings

WanneSimon/MdbToExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Read .mdb file , and convert to excel ( .xls , .xlsx ) .

If you can't open a big .mdb file , try with it.

tech:

1. [ucanaccess](https://github.com/andrew-nguyen/ucanaccess) ;
2. [EasyExcel](https://github.com/alibaba/easyexcel/) ;

How To Use

Install Project

Intall this project to your local maven repository.

git clone https://github.com/WanneSimon/MdbToExcel.git
cd MdbToExcel
mvn install

Import to Your Project

  <dependencies>
   <dependency>
      <groupId>cc.wanforme</groupId>
      <artifactId>MdbToExcel</artifactId>
      <version>1.0.0</version>
    </dependency>
  </dependencies>

Examples

see MdbExcelExample.java

Demo for ucanaccess

There's a demo on how to use driver ( ucanaccess ) , see MdbUcanaccessDemo.java ,

it's not friendly to use.

About

Reading .mdb file with driver - ucanaccess , and convert to excel with alibaba easyexcel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages