cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing Export to Excel as a button

Former Member
0 Kudos

Hi,

I want to implement the Link to URL as a button. Iam working on Export to Excel functionality. Initially i implemented this as a link to URL and using the JXcel api. Now i want to implement this as a button and embed this button in the toolbar of the table.Is this posible?

Please guide me how to do it?

Regards,

Padmalatha.K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Latha,

Ya its possible and create a ToolBar ui element in the table and create a tollbaritem as button and embed the code in onAction method of the button.

To create ToolBar right click table and find option.

To create button right click ToolBar and select Insert ToolBar Item and select type as ToolBar button.

Thanks

Madhu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go through this link

[original link is broken]

In this link see Excel Export section.

Regards

Padma N

Former Member
0 Kudos

Hi Thanq for the reply.

I have created the toolbarbutton and i also created an action for this tool bar button. But my problem is how do i implement the Export to Excel Functionality on the click of this button?

Please suggest.

Regards,

Padmalatha.K