Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Import data from XLS and XLSX (Excel) to ADF Table Using Apache POI

Eugen LangJan 16 2023 — edited Jan 16 2023

Hello! I need to add the ability to upload an XLSX file in an existing project. I act according to the instructions http://www.awasthiashish.com/2017/01/import-data-from-xls-and-xlsx-excel-to.html. The question is that when I select an XLSX file, nothing happens. I put the logs inside the uploadFileVCE method, when I upload a file it doesn't output anything, as if it doesn't even enter the method. Help, can anyone come across.

ADF version: Studio Edition Version 12.2.1.0.0
I added jar files:
poi-3.8-beta3
poi-ooxml-3.8-beta3

Here is my jsff file:
upload.png
Here is my Bean class:
log warn.png

Comments
Post Details
Added on Jan 16 2023
4 comments
629 views