All Projects → JanKallman → Epplus

JanKallman / Epplus

Licence: lgpl-3.0
Create advanced Excel spreadsheets using .NET

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Epplus

Unioffice
Pure go library for creating and processing Office Word (.docx), Excel (.xlsx) and Powerpoint (.pptx) documents
Stars: ✭ 3,111 (-11.92%)
Mutual labels:  excel, spreadsheet, ooxml
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+191.22%)
Mutual labels:  excel, spreadsheet, ooxml
EPPlus4PHP
an easy-to-use excel library for php project which is compiled with peachpie. NOT FOR THE COMMON PHP PROJECT!
Stars: ✭ 15 (-99.58%)
Mutual labels:  excel, spreadsheet, ooxml
Reactgrid
Add spreadsheet-like behavior to your React app
Stars: ✭ 289 (-91.82%)
Mutual labels:  excel, spreadsheet
xlsx reader
A production-ready XLSX file reader for Elixir.
Stars: ✭ 46 (-98.7%)
Mutual labels:  excel, spreadsheet
spreadsheet
Yii2 extension for export to Excel
Stars: ✭ 79 (-97.76%)
Mutual labels:  excel, spreadsheet
fxl
fxl is a Clojure spreadsheet library
Stars: ✭ 117 (-96.69%)
Mutual labels:  excel, spreadsheet
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (-94.17%)
Mutual labels:  excel, spreadsheet
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (-97.34%)
Mutual labels:  excel, spreadsheet
react-gridsheet
React component like SpreadSheet
Stars: ✭ 121 (-96.57%)
Mutual labels:  excel, spreadsheet
excel validator
Python script to validate data in Excel files
Stars: ✭ 14 (-99.6%)
Mutual labels:  excel, spreadsheet
XToolset
Typed import, and export XLSX spreadsheet to JS / TS. Template-based create, render, and export data into excel files.
Stars: ✭ 110 (-96.89%)
Mutual labels:  excel, spreadsheet
ExcelFormulaBeautifier
Excel Formula Beautifer,make Excel formulas more easy to read,Excel公式格式化/美化,将Excel公式转为易读的排版
Stars: ✭ 27 (-99.24%)
Mutual labels:  excel, spreadsheet
financial-forecast
Personal Financial Forecasting Model
Stars: ✭ 24 (-99.32%)
Mutual labels:  excel, spreadsheet
umya-spreadsheet
A pure rust library for reading and writing spreadsheet files
Stars: ✭ 79 (-97.76%)
Mutual labels:  excel, spreadsheet
Dexiom.EPPlusExporter
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Stars: ✭ 19 (-99.46%)
Mutual labels:  excel, spreadsheet
fast-formula-parser
Parse and evaluate MS Excel formula in javascript.
Stars: ✭ 341 (-90.35%)
Mutual labels:  excel, spreadsheet
xltpl
A python module to generate xls/x files from a xls/x template.
Stars: ✭ 46 (-98.7%)
Mutual labels:  excel, spreadsheet
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (-95.92%)
Mutual labels:  excel, spreadsheet
fxl.js
ƛ fxl.js is a data-oriented JavaScript spreadsheet library. It provides a way to build spreadsheets using modular, lego-like blocks.
Stars: ✭ 27 (-99.24%)
Mutual labels:  excel, spreadsheet

EPPlus

This repository has moved to https://github.com/EPPlusSoftware/EPPlus.

The code in this archive represents the final version of EPPlus under LGPL. There will be no more activity here.

EPPlus will from version 5 switch license from LGPL to Polyform Noncommercial 1.0.0 license.
With the new license EPPlus is still free to use in some cases, but will require a commercial license to be used in a commercial business.

More information on the license change on our website


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:

  • Cell Ranges
  • Cell styling (Border, Color, Fill, Font, Number, Alignments)
  • Data validation
  • Conditional formatting
  • Charts
  • Pictures
  • Shapes
  • Comments
  • Tables
  • Pivot tables
  • Protection
  • Encryption
  • VBA
  • Formula calculation
  • Many more...

Overview

This project started with the source from ExcelPackage. It was a great project to start from. It had the basic functionality needed to read and write a spreadsheet. Advantages over other: EPPlus uses dictionaries to access cell data, making performance a lot better. Complete integration with .NET

Support

All support is currently referred to Stack overflow. A tutorial is available in the wiki and the sample project can be downloaded with each version. The old site at Codeplex also contains material that can be helpful. Bugs and new feature requests can be added to the issues tracker.

License

The project is licensed under the GNU Library General Public License (LGPL).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].