Apache Poi Word 简明教程

Apache POI Word Tutorial

本教程提供了对 Apache POI 库及其特性的基本了解。在这里,我们将学习如何使用 Java 程序读取、编写和管理 MS-Word 文档。

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

Audience

本教程专为使用 Java 的读者设计,特别是那些希望使用 Java 创建、读取、写入和修改 Word 文件的读者。

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

Prerequisites

对 Java 编程的了解(JDK 1.5 或更高版本)和 Java 中的 IO 概念是理解本教程的唯一前提条件。

A general awareness of Java programming with JDK 1.5 or later versions and IO concepts in Java are the only prerequisites to understand this tutorial.