Hi Friends,
I need some helping hand on a task requirement,
Requirement:
Need to create a Java Application (uploadExcel) which converts to the uploadExcel.jar file in NWDS.
Wanted to reuse upload Excel functionality in the Webdynpro Java, will use as jar and with parameters.
forExample:-
uploadExcel.import_excel_file ( temp_excel_file, 5,25); --> In Webdynpro Java
uploadExcel Java application Method:
import_excel_file ( (temp_excel_file, num_of_coll,num_of_rows )
{
1. Give me the some hints how can I Read the data from Excel and set the Data to Node.
2. How Read the Data(Rows/Columns) from Excel Dynamically in JAVA.
}
Could you please let me know how can I achieve this requirement.
Thanks in advance for your cooperation and support.
Regards
Vijay Kalluri