Apache Poi Ppt 简明教程

Apache POI PPT Tutorial

本教程提供了 Apache POI 库及其功能的基本知识。在这里,我们将学习如何使用 Java 程序读取、写入和管理 MS-PowerPoint 文档。

This tutorial provides a basic understanding of Apache POI library and its features. Here we will learn how to read, write, and manage MS-PowerPoint documents using Java programs.

Audience

本教程面向所有从事 Java 工作的读者,特别是那些想要使用 Java 来创建、读取、写入和修改 PPT 文件的人士。

This tutorial is designed for all the readers working on Java and especially those who want to create, read, write, and modify PPT files using Java.

Prerequisites

对 Java 编程具有基本了解(使用 JDK1.5 或更高版本)以及 Java 中的 IO 概念是理解本教程的唯一必备条件。

A general awareness of Java programing with JDK1.5 or later versions and IO concepts in Java are the only prerequisites to understand this tutorial.