I'm displaying a table of data:
[Name] [Tel] [Email] [checkbox]
Name 1 000 [email protected]
Name 2 000 [email protected] (checked)
Name 3 000 [email protected] (checked)
(BUTTON TO DOWNLOAD CHECKED IN XLS)
What I'm trying to achieve here is to create this button which will allow the user to download all checked entries in an XLS file?