Casper Holt Posted February 25, 2022 Share Posted February 25, 2022 I would like to build a scheduled export from Tibco to a Excel file. What would be the best method to do so Link to comment Share on other sites More sharing options...
Danny Yu Posted June 8, 2022 Share Posted June 8, 2022 Hi there, From DV side, you can create a trigger to invoke a Store Procedure / Java Custom Function to export data as csv format (for excel format, it may need more 3rd library under .NET). Form Excel side, you can make a spreedsheet to load the data from published view via ADO driver, and make a timer through VBA to reload the data from DV. It is easier but the excel needs to opened all the time.... for your reference, hope it helps Danny Yu from Taipei Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now