Eclipse RCP export to Excel

Asked By 20 points N/A Posted on -
qa-featured

Hello Techyv Users,

I need to know about, How Eclipse RCP export to Excel, by Integrating Eclipse RCP (Rich Client Platform) with Microsoft Applications. Please provide me more details pertaining to that. If there is any tutorial to guide me, that will help me.

Thanks in Advance,

Anthony E Cisneros

SHARE
Answered By 0 points N/A #198913

Eclipse RCP export to Excel

qa-featured

You can integrate Eclipse RCP with Microsoft applications to export Excel by following steps:

Step 1: Create a new Eclipse RCP project “Excel”. Navigate File > New > Other > Eclipse 4 > Eclipse 4 Application Project in your “Eclipse SDK”.

Select the template as RCP with a view”. Check if it runs.

Step 2: Change “View code” : select View.java and  change the code as follows.

Step 3: Run your application and excel is displayed.

You can check this guide for Eclipse 4 RCP tutorial.

Related Questions