Dear all,

I am currently writing an open source library for reading/writing office
files on Hadoop/Spark/Hive/etc. The code is on Github and an official
release in form of a library on maven central will follow soon.
The Excel files will be supported by the Apache POI library (3.15).
So far everything works quiet well, such as reading from linked workbooks
(HSSF & XSSF), writing workbooks with linked workbooks (HSSF). However, I
have some issues with writing workbooks with linked workbooks using XSSF. I
receive the following exception (when calling linkexternalworkbooks):

RuntimeException
<http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b27/java/lang/RuntimeException.java#RuntimeException>("Not
Implemented - see bug #57184");


The bug (https://bz.apache.org/bugzilla/show_bug.cgi?id=57184) refers
to bug 60219, which is supposed to be fixed in 3.15. However, it does
not seem that this bug really solves the issue I have.

Does anyone know when external workbooks for XSSFWorkbooks will be supported?


Thank you a lot.


best regards

Reply via email to