-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export options using TableauAuthoringViz #25
Comments
@anyoung-tableau Please ignore issue #25 sorted out the issue use this if needed and close the issue.
`import { Api, TableauViz, useTableauVizRef } from '@tableau/embedding-api-react'; // Configuration object - Replace with your actual values }; export default function AuthoringVizExports() { // Use your preferred method for asynchronously retrieving the JWT from your backend const getJWT = () => {
}; /**
/**
/**
/**
return !jwt ? ( Retrieving JWT... ) : ( Export as PDF Export as PowerPoint Export Data Export Crosstab <TableauViz ref={vizRef} src={ ${TABLEAU_CONFIG.serverUrl}${TABLEAU_CONFIG.viewPath} }token={jwt} toolbar="bottom" hideTabs // Optional: Remove disableVersionCheck in production disableVersionCheck /> ); }` |
Hi,
Please provide a sample demonstrating how to export reports to various formats such as PDF, CSV, Excel, Image, and others.
The text was updated successfully, but these errors were encountered: