Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
/ DataImport Public archive

Generating Excel Templates and Importing the Data - Using Spring, Hibernate, POI

Notifications You must be signed in to change notification settings

udgupta/DataImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataImport

Generating Excel Templates and Importing the Data - Using simple servlet and Apache POI.

NOTES

  • Keep this as lightweight as possible, no need to add frameworks unless it solves complexity.
  • Only Servlet (no JSP), keep everything (js and css) in index.html only
  • Validate mime type of file on client side if possible
  • Use POI only for reading, no need to generate templates using POI, keep the templates as resources within code

About

Generating Excel Templates and Importing the Data - Using Spring, Hibernate, POI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages