1
0
-1

I need to export a joget form at any point of time, as an xls file with all the filled values reflecting. Same with import as well. It should be a two way data binding(if i fill xls and import, it should reflect in the form).

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi, there is a question with answer that is rather related at export data in forms in csv. If you need anything more custom then you should be able to build custom form binder plugins, for example found these samples How to develop a JDBC Form Load Binder and How to develop a JDBC Form Store Binder

        CommentAdd your comment...
      1.  
        1
        0
        -1

        for import from xls, i think you can use Import Menu. for export to xls, there is an export options under datalist.

        1. Thejaswi Chindu

          Not just import of a file. That has to fill up the form. And, export of not just a datalist, an entire form data.

        CommentAdd your comment...