How to use POI in Matlab 2018a+

8 次查看(过去 30 天)
Thomas Pfau
Thomas Pfau 2018-10-9
评论: Thomas Pfau 2018-11-12
Hi,
The text analytics toolbox in Matlab 2018a ships a 3.15 version of apache POI (bundled as part of the tika-app.jar). Unfortunately, this version seems incomplete or at least it is impossible to create XSSFWorksheets with the version shipped with Matlab. The jar file indicates, that it is version 1.14 of the tika-app.jar, but it misses quite a bit of code compared with the tika-app.jar provided by the apache tika project.
We used to use POI to write xls/xlsx files on Linux systems due to the limitations of the xlswrite function (mainly using the great xlwrite FileExchange contribution). However, since Matlab now ships its own POI version, this is no longer possible, as any additional POI version added to the path will not be recognized, and the shipped version is used. Is there any way (besides uninstalling the text analytics toolbox, or removing the tika-app.jar from the path), to get a working POI library in the current matlab versions?
  1 个评论
Thomas Pfau
Thomas Pfau 2018-11-12
Wouldn't this be a perfect example for the use of the newly announced Bugfix and Security Updates feature?
Possibly along with an update to older geo access code that tries to access a http service which is shut down in favor of an https service.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dates and Time 的更多信息

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by