I have been asked to build a method by which users can click a button to export the current found set as an Excel/dbf file so it can be imported into ACT. I saw the excelxport plugin but I think that only allows the client to manually export data??
I searched the docs (and the forum) and have not found anything about doing this via method. Is this possible?
If you really want the client to export native excel or dbf format you would need a plugin to do that.
At the moment you can build your own ‘.csv’ file which is not really difficult. I already have a plugin that can write a ‘.csv’ and ‘.xml’ file from an array of data and I could add ‘.dbf’ and ‘.xls’ after some research.
When you want such a plugin please let me know so we can discuss this…