Giter VIP home page Giter VIP logo

smartexceltotable's Introduction

smartExcelToTable

This Java API helps developer to insert data from any excel sheet to a specified table without worrying about column name mismatch.

Basic Example

consider Excel table

first second third
1 hii bye
2 type john
3 categories miller
4 arrayofobject simple
5 simpleobject api

And your traget mysql table has columns

| fir_st | secooond | TThird |

To insert data from example excel file to example table ,you need a programe with column names hard coded, but this API enables you to not worry about column names in excel or table. it smartly finds the most matched column and push data into it.

If source and dest column names are completly different , you can explicitly map the column names using a simple property file or a table

idExcelFileName ExcelColumn TableColumn
1 first SSFFRRSSTt

How to Use

CASE 1- if you want explicit mapping also to be performed. Create a table excelfilename

id ExcelFileName tablename

Create a table exceltablemapper

id excelColumn tableColumn idExcelfilename

use below method API

 SmartExcelToTable.kickStartSmartExcelToTable(String filename,String filepath);

example --

kickStartSmartExcelToTable("AssetData.xlsx",
				"D:/MyWs/Dashboard/exceltotable/AssetData.xlsx");

smartexceltotable's People

Contributors

nikhilbytes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.