Bug 9769 - Trying to parse sheet dies with: Unknown PTG = 41 (65)
Summary: Trying to parse sheet dies with: Unknown PTG = 41 (65)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.5.1
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-11 10:18 UTC by Rudolf Ziegaus
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rudolf Ziegaus 2002-06-11 10:18:23 UTC
java.lang.reflect.InvocationTargetException: java.lang.RuntimeException: 
Unknown PTG = 41 (65)
	java.lang.Throwable(java.lang.String)
	java.lang.Exception(java.lang.String)
	java.lang.RuntimeException(java.lang.String)
	org.apache.poi.hssf.record.formula.Ptg 
org.apache.poi.hssf.record.formula.Ptg.createPtg(byte [], int)
	java.util.Stack 
org.apache.poi.hssf.record.FormulaRecord.getParsedExpressionTokens(byte [], 
short, int)
	void org.apache.poi.hssf.record.FormulaRecord.fillFields(byte [], 
short, int)
	void org.apache.poi.hssf.record.Record.fillFields(byte [], short)
	org.apache.poi.hssf.record.Record(short, short, byte [])
	org.apache.poi.hssf.record.FormulaRecord(short, short, byte [])
	java.lang.Object java.lang.reflect.Constructor.newInstance
(java.lang.Object [])
	org.apache.poi.hssf.record.Record [] 
org.apache.poi.hssf.record.RecordFactory.createRecord(short, short, byte [])
	java.util.List org.apache.poi.hssf.record.RecordFactory.createRecords
(java.io.InputStream)
	org.apache.poi.hssf.usermodel.HSSFWorkbook
(org.apache.poi.poifs.filesystem.POIFSFileSystem)
	void de.rz.demos.poi.ExcelReaderTest.main(java.lang.String [])
Comment 1 Rudolf Ziegaus 2002-06-11 11:08:14 UTC
Actually this is version 1.6.0 (dev), but I could not find this version the 
version combobox
Comment 2 Avik Sengupta 2002-06-11 11:29:07 UTC
Fix coming in less than 24 hours, stay tuned! This is what i have been working 
on for some time now. 
Comment 3 Avik Sengupta 2002-06-11 20:54:03 UTC
Fixed. we handle tFuncV (which is what 0x41 is) properly now. pls check, on 
HEAD. thanks.