4-Participant
April 20, 2023
Question
Using Apache POI 5.2.3 with Java OTK for Creo 8
- April 20, 2023
- 4 replies
- 3074 views
I am developing a project in JAVA OTK PTC Creo. I want to add data reading from Excel to the application. For this I am using POI 5.2.3 (xmlBean 5.1.1). Debug showed that the problem is in some resource, but this resource is in xmlBean, I have shuffled this resource everywhere, but no effect. For 36 hours I've been looking for a way out and I can't find it.
SRC
Locale.setDefault(new Locale("en", "US"));
XSSFWorkbook workBook = new XSSFWorkbook(inp); <-- there is
Error
java.util.MissingResourceException: Can't find bundle for base name org.apache.xmlbeans.impl.regex.message, locale en_US
