• Resolved p3k074

    (@p3k074)


    Hi,

    Is it possible to change the code so that the exported output file is a tab-delimited text file?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Doeke Norg

    (@doekenorg)

    Hi @p3k074 ,

    No unfortunately it’s not possible to do this at the moment. You can only export as CSV or XLSX. Even CSV was something I’d rather didn’t do, but because the phpspreadsheet library had supporr for it, I caved ??

    It does however not support tabs, so a different renderer should be build for this. You can build one yourself because the renderer can be overwritten by a hook.

    Hope this helps.

    Thread Starter p3k074

    (@p3k074)

    Thanks for the info. And are you able to write such a renderer to order? Of course as a paid support? ??

    Plugin Author Doeke Norg

    (@doekenorg)

    Hi @p3k074,

    Please send me an email on [email protected]. Maybe we can work something out.

    Plugin Author Doeke Norg

    (@doekenorg)

    Fixed behind the scenes by implementing a custom Renderer.

    As of 1.7.0 you can now overwrite the renderer by hooking into gfexcel_download_renderer{_form_id} and return a new instance of a renderer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Export to tab delimited txt file.’ is closed to new replies.