exportToPPTX

버전 2.0.2 (222 KB) 작성자: Stefan Slonevskiy
MatLab tool for exporting data to PowerPoint 2007+ files without using COM-objects automation
다운로드 수: 9.2K
업데이트 날짜: 2024/1/3

편집자 메모: This file was selected as MATLAB Central Pick of the Week

exportToPPTX allows user to create PowerPoint 2007+ (PPTX) files without using COM-objects automation (or PowerPoint application itself). Proper XML files are created and packaged into PPTX file that can be read and displayed by PowerPoint.
Basic command syntax:
pptx = exportToPPTX();
pptx.<command>(...)
List of available commands:
* pptx = exportToPPTX(...)
* pptx = exportToPPTX(file)
* pptx.save(file)
* pptx.addSlide(...)
* pptx.switchSlide(slideID)
* pptx.addPicture(h,...)
* pptx.addTextbox(txt,...)
* pptx.addNote(txt,...)
* pptx.addShape(x,y,...)
* pptx.addTable(tbl,...)
More elaborate examples are included in examples_exportToPPTX.m and examples2_exportToPPTX.m files.
Up-to-date version, a more detailed help, bugs/issues tracking can all be found here: https://github.com/stefslon/exportToPPTX

인용 양식

Stefan Slonevskiy (2024). exportToPPTX (https://github.com/stefslon/exportToPPTX), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
2.0.2

OnClick property of addTextbox command now supports URLs and external files

2.0.1

Change picture scaling behavior when Position is given

2.0

exportToPPTX is class based/object oriented now. This is a major change and breaks all previous usage of the code. However changing over should not be too bad. See GitHub README for details on how to port your existing code to new implementation.

1.6.0.0

Add support for PowerPoint templates, add 'addtable' functionality, fix tabbing in markdown
Linked to GitHub version

1.5.0.0

Fixed (hopefully) Office 2010 compatibility issue

1.4.0.0

- Add "BackgroundColor" option to slides
- Fixed bug with Unicode file content
- Fixed invalid PPTX files on some versions of PowerPoint
- Fixed paragraph breaks in multi-line textboxes

1.3.0.0

added ability to add notes to slides, plus fixed a number of bugs

1.2.0.0

Fixed bug that caused multiple images to override each other on a single slide.

1.1.0.0

* Throw a more descriptive error if there is one when writing PPTX file
* Support additional input types for addPicture
* Add additional textbox and image formatting options

1.0.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.