I suppose it does not work. It is not POI's trouble.

You will need to contact the developers of jxls at 
http://sourceforge.net/projects/jxls/

Their developers can contact the POI-dev list to ask any questions.

Good luck.

Regards,
Dave

On Mar 2, 2009, at 1:49 PM, Yingxue Feng wrote:

Does POI v 3.2-FINAL not work with jxls??

We recently upgrdaed poi from 2.5.1 to 3.2-FINAL, and we found transformXLS
does not work whle it used to work well before we updated poi.

it causes error:
firstMovedIndex, lastMovedIndex out of order
   at org.apache.poi.hssf.record.
formula.FormulaShifter.<init>(FormulaShifter.java:39)
   at
org .apache .poi .hssf .record.formula.FormulaShifter.createForRowShift(FormulaShifter.java: 48)
   at
org.apache.poi.hssf.usermodel.HSSFSheet.shiftRows(HSSFSheet.java:1274)
   at
org.apache.poi.hssf.usermodel.HSSFSheet.shiftRows(HSSFSheet.java:1176)
   at org.jxls.Util.duplicateRow(Util.java:135)
   at
org.jxls.XLSTransformer.processRowCollections(XLSTransformer.java:277)
   at org.jxls.XLSTransformer.transformXLS(XLSTransformer.java:166)
   at org.jxls.XLSTransformer.transformXLS(XLSTransformer.java:130)

It seems in the codes, we use
import org.jxls.XLSTransformer; and its version is 1.0

do i have to use net.sf.jxls  0.9.6??

how can I fix it? many thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to