A
A
aerdev2019-09-08 20:38:51
excel
aerdev, 2019-09-08 20:38:51

Excel table in power point?

Hello.
Is there any advice for a newbie on how to make an add-in for Power Point so that you can take rows from an Excel spreadsheet?
Level: zero. I would be grateful for pieces of code or a link where you can see them.
What is the idea: in Power Point, specify the xls file and take, say, the first 5 lines from it in order to animate them well, or do all sorts of other inappropriate things with them.
Thank you)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Space Purr, 2019-09-09
@SpacePurr

Download the add-in templates (AddIn) in Visual Studio.
Create a PowerPoint project.
Connect excel in the background as a com object (var excel = CreateObject("Excel.Application"), sort of). Further with this object you work.
I think you can continue to cope with, together with Google, on the excel methods you are interested in.
Good luck.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question