Hi, The issue is that this macro does not handle properly the livetable names that contain special chars (as white space in this case). I fixed it and until a new release would be performed, you could apply this minor change: https://github.com/xwiki-contrib/macro-livetable-excel-export/commit/df7fd45956233e427d699e062b8e3d4108541893.
Hope this helps, Alex On Thu, Aug 25, 2016 at 10:41 AM, D R <[email protected]> wrote: > Hi, > > I have an issue with the Livetable Excel Export Plugin: > > [ > http://extensions.xwiki.org/xwiki/bin/view/Extension/ > LiveTableExcelExport+Macro > ] > > > I installed it throuth extension manager on a local test install (Demo ZIP > Package) and on our production instance (CentOS 7.2/Java 8/Tomcat > 8.0.33/MariaDB 5.5), both XWiki 7.4.4. > > Extension manager tells me the following: > Excel Plugin 1.1 installed > jxl 2.6.12 installed as dependency > XWiki Livetable Excel Export Macro 1.8.2 installed > > Then I added the macro to the data page of an application livetable (ie > Test App.Data). > > ``` > #livetable('test app' $columns $columnsProperties $options) > {{addExcelExportToLivetable livetable="test app" /}} > {{/velocity}} > > ``` > On the Demo instance I don't see the Excel export option at all, on the > prod instance I see it but clicking it redirects me to a blank page with > the text "Excel plugin is not installed". > > Any hints? > > Regards, > Dennis > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
