cancel
Showing results for 
Search instead for 
Did you mean: 

Export Excel with Parameters

vijay_kumar49
Active Contributor
0 Kudos

Hi Friends,

I have one requirement to develop the exportExcel.jar file in NWDS. Where ever we required export Excel functionality in my Webdynpro JAVA, i will use this jar and pass these parameters.

forExample:- exportExcel.generate_excel_formated_file ( temp_table, 5,25,”yellow”, "This is a title“, “green”);

generate_excel_formated_file (table_object,  nr_of_coll, coll_size, coll_header_colour, table_title, title_colour  )

{

}

How to do this application in  NWDS 7.0

Regards

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

which part you don't know how to do? don't know how to define a function?

vijay_kumar49
Active Contributor
0 Kudos

Jun,

Please look at attached code. I wrote like that. is  there any modifications required please tell me.

Thanks

Vijay