| | | | 55505 – CountryRecord not found
| | | I get the full error below upon saving, when using "sheet.shiftRow(x,y,z)", this notes correctly states saving fro Excel eliminates the error, however that is not possible in a production setting. Is there any ability to programmatically create a blank or minimally accurate CountryRecord and set it in the current sheet at the API level? This is from Crystal Reports report writer minutes apart from a first one that saves just fine. This is a "full-stop" error that is quite problematic at this time. java.lang.RuntimeException: CountryRecord not found at org.apache.poi.hssf.model.LinkTable.<init>(LinkTable.java:274) ~[poi-4.1.2.jar:4.1.2] at org.apache.poi.hssf.model.InternalWorkbook.getOrCreateLinkTable(InternalWorkbook.java:1471) ~[poi-4.1.2.jar:4.1.2] at org.apache.poi.hssf.model.InternalWorkbook.checkExternSheet(InternalWorkbook.java:1554) ~[poi-4.1.2.jar:4.1.2] at org.apache.poi.hssf.usermodel.HSSFSheet.shiftRows(HSSFSheet.java:1660) ~[poi-4.1.2.jar:4.1.2] at org.apache.poi.hssf.usermodel.HSSFSheet.shiftRows(HSSFSheet.java:1535) ~[poi-4.1.2.jar:4.1.2] at org.apache.poi.hssf.usermodel.HSSFSheet.shiftRows(HSSFSheet.java:1513) ~[poi-4.1.2.jar:4.1.2]
