Issues created: XCONTRIB-181: TableEdit always retrieves the English language version of the wiki page content. http://jira.xwiki.org/browse/XCONTRIB-181 XCONTRIB-182: Allow TableEdit to include formulae in wiki tables. http://jira.xwiki.org/browse/XCONTRIB-182 182 would be a nice integration with OO import if that protected the formulae as well, we should however consider that efficient spreadsheet (attachment) editing and embedding may supersede these requirements so we might revisit this need later. Thanks, Caleb On 01/09/2013 02:24 PM, Caleb James DeLisle wrote:
I will create an issue for it, it looks possible to implement but not trivial since the exported JSON from jquery.sheet will contain only the unevaluated formulae which will then have to be evaluated manually. I think typical users will care more about being able to edit attached spreadsheets so I plan to prioritize ODS/XLS editing unless you disagree.
Thanks, Caleb
On 01/09/2013 09:52 AM, Ludovic Dubost wrote:
Hi,
I believe you still should support calculations in XWiki Tables, however you should store the formula with some hidden format (as a comment) and show the last calculated value from JQuery Sheet.
Ludovic
2013/1/9 Caleb James DeLisle <[email protected]>
Hi,
Thanks for the language bug report I will file that as soon as I have the JIRA working (later today). The lack of calculations is because they were manually turned off in configuration so as not to introduce features which are not supported by XWiki Tables, of course these are a top priority for spreadsheet attachment editing.
Thanks, Caleb
On 01/09/2013 04:15 AM, Ludovic Dubost wrote:
Hi Caleb,
Great stuff. I just tried it out. Installation was immediate.
I found one issue with multilingual. Although my wiki was in mono-lingual and french, it retrieved the english version of the sandbox document. This might be a REST issue.
Another issue but is probably a feature for now is that I was not able to do calculations in the spreadsheet. I tested on Chrome.
Ludovic
2013/1/9 Caleb James DeLisle <[email protected]>
Hi all,
I'm proud to announce that after a few weeks of hectic downtime I finally got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to edit wiki tables as if they were spreadsheets using the jquery.sheet in-browser spreadsheet editor.
Internally XWiki.TableEdit is an exiting foray into a new frontier of modular javascript, relying entirely on Asynchronous Modular Definition to load it's component parts. ( https://github.com/amdjs/amdjs-api/wiki/AMD )
XWiki.TableEdit is still in it's infancy, future plans include editing of spreadsheets in attachments, conversion of the loading and saving APIs to the simple REST-like JIO standard ( http://www.j-io.org/ ) so that others can more easily develop similar editors, and porting the entire widget from painful hand written javascript to simple HTML5 based on renderjs ( http://www.renderjs.org/ ) which can be installed in other frameworks.
More information about the extension:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+TableEdit
I'd love to hear your feedback, especially browsers where it doesn't work. xwiki-contrib JIRA project coming soon..
Thanks, Caleb
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs