Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jan 25, 2024
1 parent 835e6b3 commit 202bc26
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# EPPlus

[![build](https://github.com/visualon/epplus/actions/workflows/build.yml/badge.svg)](https://github.com/visualon/epplus/actions/workflows/build.yml)
[![Nuget](https://img.shields.io/nuget/v/VisualOn.EPPlus)](https://www.nuget.org/packages/VisualOn.EPPlus)
[![codecov](https://codecov.io/github/visualon/epplus/branch/main/graph/badge.svg?token=mv605KaAbJ)](https://codecov.io/github/visualon/epplus)
![LICENSE](https://img.shields.io/github/license/visualon/epplus)

# EPPlus

This is a fork from [Jan Källman](https://github.com/JanKallman/EPPlus).

Create advanced Excel spreadsheets using .NET, without the need of interop.

EPPlus is a .NET library that reads and writes Excel files using the Office Open XML format (xlsx).
EPPlus has no dependencies other than .NET.



## EPPlus supports:
## EPPlus supports

- Cell Ranges
- Cell styling (Border, Color, Fill, Font, Number, Alignments)
Expand Down

0 comments on commit 202bc26

Please sign in to comment.