How do I enable export options (print, CVS,etc) for a view embedded in my HTML page?

How do I enable export options (print, CVS,etc) for a view embedded in my HTML page?

You can directly place the URLs as linked text.

a. To print the view, place a linked text in the format given below:

<a href="http://creatorexport.zoho.com/
appOwnerName/appLinkName/print/viewLinkName"> Print </a>

b. To export the view in CSV format, place a linked text in the format given below:

<a href="http://creatorexport.zoho.com/
appOwnerName/appLinkName/csv/viewLinkName"> CSV Export </a>