<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: HSSFWorkbook in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477392#M3376144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Janani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWDResource resource = // Your Resource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputStream inputStream = resource.read(true);&lt;/P&gt;&lt;P&gt;HSSFWorkbook workBook = new HSSFWorkbook(inputStream);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay Kumar Kalluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 06:33:53 GMT</pubDate>
    <dc:creator>vijay_kumar49</dc:creator>
    <dc:date>2013-06-03T06:33:53Z</dc:date>
    <item>
      <title>HSSFWorkbook</title>
      <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaq-p/9477391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using NWDS 7.0. I always get error in this line of code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HSSFWorkbook wb=new HSSFWorkbook();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I have to read/write an excel file I have to use this particular line. But I always get error in this line and i am not able to move further.&lt;/P&gt;&lt;P&gt;I have added poi 3.2 jar to java build path as external jar. I have also copied and pasted it in lib folder in navigator tab of my dc. But still i get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any of you have idea on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Janani Anandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 11:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaq-p/9477391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-31T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: HSSFWorkbook</title>
      <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477392#M3376144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Janani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWDResource resource = // Your Resource&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InputStream inputStream = resource.read(true);&lt;/P&gt;&lt;P&gt;HSSFWorkbook workBook = new HSSFWorkbook(inputStream);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay Kumar Kalluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 06:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477392#M3376144</guid>
      <dc:creator>vijay_kumar49</dc:creator>
      <dc:date>2013-06-03T06:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: HSSFWorkbook</title>
      <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477393#M3376145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search in SCN regarding how to use external lib&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 07:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477393#M3376145</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2013-06-04T07:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: HSSFWorkbook</title>
      <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477394#M3376146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janani,&lt;/P&gt;&lt;P&gt;you are using poi 3.2 jar which is an external jar. The Jar and java API inside the jar is made available to you in the designtime in the NWDS but the same are not available to your application as the jar did not go to the SERVER, it was sitting on your desktop filesystem all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So even though it got the jar in the designtime, it did not get the jar in the runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make a lib DC and reference that lib DC from your WebDynpro Project to make that external jar available to your application at run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following should help you -&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?quicklink=index&amp;amp;overridelayout=true"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?quicklink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/006a6229-b1ed-2e10-0c8c-cc5673cf268f?QuickLink=index&amp;amp;overridelayout=true"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/006a6229-b1ed-2e10-0c8c-cc5673cf268f?QuickLink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some more info&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/46/3ce3e4df201d63e10000000a11466f/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/46/3ce3e4df201d63e10000000a11466f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/5a/2e2f4234135433e10000000a155106/content.htm"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/5a/2e2f4234135433e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;-Amol Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 06:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477394#M3376146</guid>
      <dc:creator>amolgupta</dc:creator>
      <dc:date>2013-06-06T06:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: HSSFWorkbook</title>
      <link>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477395#M3376147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. I do not have external jar in server. it is available only in design time. Thank you for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Janani Anandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 04:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hssfworkbook/qaa-p/9477395#M3376147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-11T04:43:11Z</dc:date>
    </item>
  </channel>
</rss>

