Comments on Excel Plugin

Last modified by Thomas Mortagne on 2023/10/10 16:05

  • ThomasEveilleau
    ThomasEveilleau, 2008/05/07 14:01

    There is a problem with this plugin : it generates gigas of logs !

  • mwilmoth
    mwilmoth, 2009/10/19 19:42

    try using code like this:

    {{velocity}} {{html}} Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [extensions:Extension.Excel Plugin]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.
    {{/html}} {{/velocity}}

  • smook02
    smook02, 2010/05/12 13:48

    Hi there, Is here any way how to get this macro available from WYSIWYG editor, in Macro > InsertMacro > Select a macro list (I could not see this macro in the list). It will by very helpful to have this macro in WYSIWYG editor. Now, every time I want to use this macro a must use copy/paste, cose I did not remember the syntax emoticon_grin

    • Sergiu Dumitriu
      Sergiu Dumitriu, 2010/05/12 14:09

      The new WYSIWYG editor uses a different kind of macros, and this plugin was written during the old architecture. This means that it needs a new façade macro wrapper, could even be a wiki macro.

  • flavius
    flavius, 2011/01/20 15:18

    $xwiki.ExcelPlugin should be updated to $xwiki.calc as this is the name of the plugin on a newer XE > 2.1.1

  • shaneburton
    shaneburton, 2013/02/14 05:32

    The plugin works great, but I am unable to specify an excel sheet that is attached to another page.  I have tried "Mysite:MyPage@mysheet.xls"  "Mypage@mysheet.xls" "Mysite.Mypage@mysheet.xl" and nothing works.  It only seems to work if it is attached to the page that the script is being run on.  Any help here would be greatly appreciated. 

  • GilbertLUCAS
    GilbertLUCAS, 2013/07/12 16:21

    Hi,
    This macro don't write the date in French format. If in Excel is write : Dimanche 16 juin 2013 the macro wrote : 0016, June 16, 2013.
    Best regards
    GL

  • Paul Panțiru
    Paul Panțiru, 2015/05/08 09:59

    Hello,
    For more cool stuff that you can do with this plugin, you can look in the source of the plugin to see different functions like getWorkbook()  (e.x: $xwiki.calc.getWorkbook($attachname))
    and you can find different functions on the workbook here: http://jexcelapi.sourceforge.net/resources/javadocs/2_6_10/docs/jxl/Workbook.html
    like: getSheet(), getCell() etc.

Get Connected