Re: [xwiki-users] Livetable Excel Export issue

2016-08-29 Thread Alexandru Cotiuga
Hi,

I cannot promise I'll work on anything, but you can contact one of the
companies
sponsoring the development of XWiki and who have active committers on the
project. See
https://www.xwiki.org/xwiki/bin/view/Main/Support#HProfessionalSupport.
You can also contribute to XWiki product by voting, reporting and, why not,
fixing issues. See
http://dev.xwiki.org/xwiki/bin/view/Community/Contributing.

Thanks,
Alex

On Thu, Aug 25, 2016 at 2:39 PM, D R  wrote:

> Hi Alex,
>
> thanks, this seems to have solved the issue. I saw that you created a JIRA,
> this is good for reference. There are still some unassigned issues for the
> macro (I just voted for one from 2014 I faced today and added some info:
> XALTXLS-7). Will you work on those, too?
>
> Regards,
> Dennis
>
> 2016-08-25 11:04 GMT+02:00 Alexandru Cotiuga  >:
>
> > 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  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
> > > users@xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/users
> > >
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Livetable Excel Export issue

2016-08-25 Thread D R
Hi Alex,

thanks, this seems to have solved the issue. I saw that you created a JIRA,
this is good for reference. There are still some unassigned issues for the
macro (I just voted for one from 2014 I faced today and added some info:
XALTXLS-7). Will you work on those, too?

Regards,
Dennis

2016-08-25 11:04 GMT+02:00 Alexandru Cotiuga :

> 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  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
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Livetable Excel Export issue

2016-08-25 Thread Alexandru Cotiuga
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  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
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users