When trying to use an Excel file as template to create a new Excel I get
the following Exception:
Exception in thread "main" java.lang.RuntimeException: Coding Error:
This method should never be called. This ptg should be converted
at
org.apache.poi.hssf.record.formula.RefNVPtg.writeBytes(RefNVPtg.java:50)
at org.apache.poi.hssf.record.DVRecord.serialize(DVRecord.java:467)
at org.apache.poi.hssf.model.Sheet.serialize(Sheet.java:757)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.getBytes(HSSFWorkbook.java:1027)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.write(HSSFWorkbook.java:952)
I suspect that the problem is caused by combo boxes in my template
Excel. Am I right? Any workarounds?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]