Skip to content

A program I made to learn how to create word documents using C#

Notifications You must be signed in to change notification settings

ahsanGoheer/Word-Article-Writer

Repository files navigation

Word-Article-Writer

Overview

This C# application demonstrates how to create and manage Word documents programmatically. It serves as a learning project to handle Microsoft Office applications using C#.

Features

  • Write articles using a Windows Form.
  • Save articles as Word documents.

Prerequisites

  • Microsoft Visual Studio
  • .NET Framework
  • Microsoft Office Interop Word

Setup

To get started, ensure you have the necessary packages:

Install-Package Microsoft.Office.Interop.Word

Usage

  1. Clone the repository:
    git clone https://github.com/ahsanGoheer/Word-Article-Writer.git
  2. Open the solution in Visual Studio.
  3. Build and run the application to start writing and saving your articles.

Contributing

Feel free to fork this project and contribute to enhancing its features. Please ensure to keep your code clean and well-documented.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A program I made to learn how to create word documents using C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages