1 Reply Latest reply on Feb 10, 2014 9:12 PM by mattyclown

    Seam - Uploading excel and display using rich datatable

    valatharv

      Hi,

       

      We have a requirement to upload single excel spreadsheet into existing seam CRUD application.

       

      Use case :

      a) User will select file (s:fileupload or rich file upload) from UI and upload excel spread-sheet

      b) Mainly from back-end I should parse the excel and set to bean and finally display data... say in rich data table on the screen during create.

       

      As this is the best community, need your valuable suggestions... I was thinking of using JExcelAPI but never used it before.

      Environment : jboss-seam-2.0.2.SP1, jboss-4.2.3, richfaces 3.3.1.GA

       

      Regards