Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 515 Bytes

xlsx2beans

Convert XLSX and XLS spreadsheets to Java beans.

Requirements

Features

  • Annotation @XlsxColumnName for mapping spreadsheet columns to Java bean properties
  • Supports Strings, Numerics (Numbers and Dates) and Formulas

History

0.0.7 Merged enhancements by azuxx:

  • Supported conversion of XLS files as well
  • Supported annotation @XlsxColumnName on bean super class if exists