to export data i would do it exactly the other way round - i would
request the data from the server, convert it into csv formatting on
the client side and write all data into a text field. i have no
experiences how good / bad this works with huge datasets.
i think you want to do the csv file creation completely on the server
side and then send a csv file back to the client. i saw people
creating HttpServlet classes for this purpose, see
http://markmail.org/message/jnr5eboc6r223xqp#query:+page:1+mid:wyztahkpkvllpr7l+state:results i have never done something like that but i would expect that you
could send csv files to the browser like that.
hope that helps. i would appreciate it, if you could post your
progress because maybe i will have the same problem very soon.
kind regards,
ingo
On 8 Sep., 11:40, Asela Neligama <aselan...@gmail.com> wrote:
> Hi all,
>
> I need to export a list of objects (Eg. ArrayList of Strings) to a CSV
> file.
On Sep 8, 5:40 am, Asela Neligama <aselan...@gmail.com> wrote:
> Hi all,
>
> I need to export a list of objects (Eg. ArrayList of Strings) to a CSV
> file.