I tried to install new Domino V10 on my test server and then added POI Plugin. It seems everything works great but when tried to create/export an excel file via POI this line does not work. Does poi work with Domino V10 or not? Any suggestion would be great.
**var wb = WorkbookFactory.create(inp);**
//POI CODE SAMPLE
var resourcePath = "/DemoExcel.xlsx";
var excelName = "DepoExcel_v1.xslx";
var bantfile = java.lang.System.getProperty("java.io.tmpdir");
var excelFilePath = bantfile+"\\"+ excelName;
var inp = facesContext.getExternalContext().getResourceAsStream(resourcePath);
var wb = WorkbookFactory.create(inp);
var sheet = wb.getSheetAt(0);
//Code continuous here...
UPDATE 2:
ERROR LOG DETAILS
CLFAD0141E: Error processing XPage request CLFAD0211E: Exception thrown
CLFAD0246E: Exception occurred servicing request for: /ays/poi.nsf/xspViewMainPage.xsp - HTTP Code: 500'