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

Latest commit

 

History

History
11 lines (9 loc) · 465 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 465 Bytes

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