Export To Excel

Export To Excel

shay.mazozshay.mazoz Posts: 2Questions: 0Answers: 0
edited March 2010 in TableTools
Hello All,

The Export to excel and csv doesn't work ,

should i use server side code to do this ?

Regards,
Shay

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Seems to work okay for me using this: http://datatables.net/release-datatables/extras/TableTools/ . Does that work for you?

    Allan
  • shay.mazozshay.mazoz Posts: 2Questions: 0Answers: 0
    Thanks for replay

    that's work fine but in my code that's doesn't work , should i wrote something in server side ?

    Shay
  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    TableTools currently only operate fully with client-side processing. Perhaps you can link to an example which isn't working for you.

    Allan
  • aimeeaimee Posts: 2Questions: 0Answers: 0
    Bumping an old thread but, I am having this problem as well but only with Internet Explorer (7 and 8, not sure about 6).

    Exporting to Excel or CSV throws a Flash IO error:

    Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
    at ZeroClipboard/clickHandler()[C:\Users\Allan\Desktop\ZeroClipboard\ZeroClipboard.as:91]

    I'm actually kind of confused because I don't have a user named "Allan" on my computer so I have no idea where that is coming from.

    When I do it in my own implementation (which I unfortunately am not able to link to), I get the same error but without the weird path:

    Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error.
    at ZeroClipboard/clickHandler()

    Works fine in Firefox, Chrome, Safari. Any ideas?
  • aimeeaimee Posts: 2Questions: 0Answers: 0
    I forgot to mention that the first error posted was from trying out the demo :)
This discussion has been closed.