Re: [julia-users] Regarding Data extraction with Taro

2015-06-16 Thread Pramod Srinivasan
The issue has been resolved. Thank you for the reply, Karpinski. On Monday, June 15, 2015 at 11:31:47 PM UTC+5:30, Stefan Karpinski wrote: > > Looks like your JVM instance is running out of memory. Does opening this > file in plain POI work? If not then this is a Java issue. You may be able > t

Re: [julia-users] Regarding Data extraction with Taro

2015-06-15 Thread Stefan Karpinski
Looks like your JVM instance is running out of memory. Does opening this file in plain POI work? If not then this is a Java issue. You may be able to increase the heap size of the JVM. On Mon, Jun 15, 2015 at 5:13 AM, Pramod Srinivasan wrote: > > > After trying out a few demos in Taro

[julia-users] Regarding Data extraction with Taro

2015-06-15 Thread Pramod Srinivasan
After trying out a few demos in Taro , I am unable to extract data from a xls file. The error signatures are : *ERROR: Error calling Java: org.apache.poi.hssf.record.RecordFormatException: Unable to construct record instance* *.* *Caused by: java.lang.Ou