How to read data from a database into PowerPoint slides?

I want to know how to read data from a database (ANY VIEW) and present it through Power Point slide slides? Thank,

+3
source share
2 answers

For example, you can create a C # application that will read data from a database and create a PowerPoint presentation using Office Automation . How to read the data depends on which database you have.

+3
source

Why not export your data to Excel and use it from Powerpoint?

+1
source

Source: https://habr.com/ru/post/1743828/


All Articles