cancel
Showing results for 
Search instead for 
Did you mean: 

deprecated method - getWebResource

Former Member
0 Kudos

Hi Experts,

We are downloading data in excel sheeet for that we are using jxl.jar. We are able to get it done successfully but in this we are using one method getWebResource(InputStream, WDWebResourceType) of class WDWebResource which is deprecated.

Please suggest an alternative method for this.

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes getWebResource(InputStream, WDWebResourceType) is depricated. U can use WDResourceFactory.createCachedResource(InputStream, String, WDWebResourceType, boolean) instead of that.

Regards,

srikanth

Answers (1)

Answers (1)

former_member192434
Active Contributor
0 Kudos

try this one probably help you

IWDCachedWebResource cachedWebResource =  WDWebResource.getWebResource()