PowerPoint slide to display data from MySql database? How?

user2734885

I have a powerpoint presentation running continuously.

Is there a way to update one of the slides of this presentation automatically with data from a MySQL database?

Specifically, the data I need is to be returned from mysql stored procedure.

PROCEDURE sp_MatrixTotals(IN p_start_date DATETIME, IN p_end_date DATETIME, IN p_start_date1 DATETIME, IN p_end_date1 DATETIME)

randiel

First download connector ODBC with this complement installed, configure a New odbc source (MySql) and select the database which you need.

So, in your Power Point you can insert a Excel Spreadsheet, an object will be inserted, make a right click on the Excel Object and select the option:

Spreadsheet Object > Open

Then Excel application will be open, in this window you can select:

Data > From other sources > From Microsoft Query

The asistant helps to select the column that you need with a Sql query or select each column, as well.

But, if you can install other tools, use MySql for Excel with this tool you can call any object from mysql (views and routines included) read this post from Oracle.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

PowerPoint - How to display the Value from Slide 1 ComboBox in following slides?

From Dev

How to add a picture to a powerpoint slide from excel

From Dev

how to display data from MySQL database in listview in php

From Dev

How to fetch data from MYSQL database and display it on the application?

From Java

display data from the MySQL database into an HTML

From Dev

Display data from mysql database using a table

From Dev

How to display a slideshow of images from a mysql database

From Dev

How to display unordered list from mysql database

From Dev

How to get DataXML from Slide Diagram in Powerpoint using Apache POI

From Dev

How to replace DataXML from Slide Diagram in Powerpoint using Apache POI

From Dev

How to get elements info from a PowerPoint slide with the JavaScript API?

From Dev

How to dynamically insert text from an external file in a Powerpoint slide?

From Dev

How to replace DataXML from Slide Diagram in Powerpoint using Apache POI

From Dev

how to display the data from the database in a template

From Dev

How to... Display Data from Database

From Dev

How to display all data from sqlite database

From Dev

How to display all data from sqlite database

From Dev

How to fetch and display the data from the database?

From Dev

How to fetch a data from the database and display it on ListView?

From Dev

How to pull and display data from database

From Dev

How to combine 2 PowerPoint presentations slide by slide?

From Dev

Display data from database?

From Dev

Display data from database?

From Dev

How to to add powerpoint slide titles?

From Dev

How to to add powerpoint slide titles?

From Dev

Display all images stored as BLOB data from MySQL database

From Dev

php code to retrieve data from mysql database and display in html table

From Dev

How display in JTable the data from MySQL

From Dev

How to get specific data from MySQL database?

Related Related

  1. 1

    PowerPoint - How to display the Value from Slide 1 ComboBox in following slides?

  2. 2

    How to add a picture to a powerpoint slide from excel

  3. 3

    how to display data from MySQL database in listview in php

  4. 4

    How to fetch data from MYSQL database and display it on the application?

  5. 5

    display data from the MySQL database into an HTML

  6. 6

    Display data from mysql database using a table

  7. 7

    How to display a slideshow of images from a mysql database

  8. 8

    How to display unordered list from mysql database

  9. 9

    How to get DataXML from Slide Diagram in Powerpoint using Apache POI

  10. 10

    How to replace DataXML from Slide Diagram in Powerpoint using Apache POI

  11. 11

    How to get elements info from a PowerPoint slide with the JavaScript API?

  12. 12

    How to dynamically insert text from an external file in a Powerpoint slide?

  13. 13

    How to replace DataXML from Slide Diagram in Powerpoint using Apache POI

  14. 14

    how to display the data from the database in a template

  15. 15

    How to... Display Data from Database

  16. 16

    How to display all data from sqlite database

  17. 17

    How to display all data from sqlite database

  18. 18

    How to fetch and display the data from the database?

  19. 19

    How to fetch a data from the database and display it on ListView?

  20. 20

    How to pull and display data from database

  21. 21

    How to combine 2 PowerPoint presentations slide by slide?

  22. 22

    Display data from database?

  23. 23

    Display data from database?

  24. 24

    How to to add powerpoint slide titles?

  25. 25

    How to to add powerpoint slide titles?

  26. 26

    Display all images stored as BLOB data from MySQL database

  27. 27

    php code to retrieve data from mysql database and display in html table

  28. 28

    How display in JTable the data from MySQL

  29. 29

    How to get specific data from MySQL database?

HotTag

Archive