EPPlus 6/7

기능 및 기술 개요

기능 및 기술 개요

EPPlus

EPPlus는 Nuget을 통해 배포되는 Office Open XML 스프레드시트를 관리하기 위한 .NET Framework/.NET Core 라이브러리입니다. 지원되는 .NET 프레임워크에 대해서는 다음 링크를 참조하십시오. EPPlus는 Microsoft Excel과 같은 다른 라이브러리에 종속되지 않습니다.

라이브러리는 개발자를 염두에두고 설계되었습니다. 우리의 목표는 항상 Excel 또는 다른 스프레드 시트 라이브러리에 대한 지식을 가진 개발자가 API 속도를 쉽게 높일 수 있어야한다는 것이 었습니다. 또는 - 누군가가 말했듯이 - 승리로가는 길을 인텔리 센스!

News Feed for category "EPPlus 5/6/7"

지원되는 기능

General features

  • Create, read and modify Office Open XML workbooks (xslx and xlsm)
  • Supports both .NET Framework and .NET Core. No difference in feature set between the frameworks.
  • Provides an easy to use, strongly typed, programming interface, which is closely related to the well-known Excel VBA API.
  • Managed code only, no dependencies to Microsoft Excel
  • Battle-hardened codebase after many years as the worlds most downloaded .NET library for managing spreadsheets. Quality ensured by thousands of unit-tests.
  • The source code for EPPlus is openly available on Github , distributed under the Polyform Noncommercial license

Performance (large workbook)

EPPlus 6.2.10 creates the following workbook and writes it to disk in approximately 32 seconds (i9 CPU, 2.50 GHz, 64 GB RAM, SSD, Win11, .NET Core 6). It loads the same workbook from disk into an ExcelPackage instance in approximately 22 seconds.

  • 200 columns
  • 100,000 rows
  • 50% of the data written to the cells are integers, 50% are strings with a length of 36 characters
  • Workbook size: 65 Mb

Feature list

  • Workbook
    • Document/Printer settings
  • Worksheets
    • Supports 1,048,576 rows and 16,384 columns
    • Add, remove, re-order, rename, hide/unhide worksheets in a workbook
    • Copy worksheets within a workbook or to another workbook with maintained styling and shifting of addresses/references.
    • Print areas
    • Group/ungroup/collapse/expand rows and columns
    • Header/Footer
    • Page breaks
    • Split/Freeze/unfreeze panes
    • Merge cells
    • Autofit columns
    • Altering worksheet properties such as gridlines, tab colors, etc.
  • Cell Ranges
    • Create, modify, delete, hide/unhide cells or entire ranges
    • Access to Row and Column properties via the EntireRow and EntireColumn properties
    • Sort ranges
      • Multiple sort params
      • Sort Top to Bottom (by column)
      • Sort Left to Right (by row)
      • Ascending, Descending or User defined (Custom List) sortorder.
      • Updates Sort State in the Office Open XML.
    • Insert/delete ranges - depending addresses will be shifted.
    • Copy ranges to a new address with maintained styling and addresses/reference shifting within a workbook or to another workbook. Exclude different cell properties in the copy operation.
    • Copy styles only.
    • Fill ranges
      • FillNumber
      • FillDateTime
      • FillList
    • Named ranges
    • The cell store supports IEnumerable, so Cells/Ranges can be queried with Linq
  • Cell Styling
    • Number
    • Alignment
    • Font
    • Fill
    • Border
    • Protection
    • Wrap text, text rotations and more
    • Named Styles
  • Formula calculation
    • Built-in calculation engine with no dependency to Excel or any other library
    • Calculate entire workbook, a worksheet or a single range
    • Supports 428 functions
    • Supports dynamic array formulas and legacy arrayformulas
    • Calculates External links
    • Support for named ranges and the R1C1 format.
    • Add custom functions in runtime
  • Import/export data to and from worksheets
    • Import data into a formatted table from enumerables of objects, arrays, DataSets, DataReaders, text-files, etc., with just one line of code.
    • Export data to csv files, strings, json, html/css, data tables, IEnumerable<T> or streams with many configuration parameters
  • Supports load and save from/to both files and streams
    • Can create workbooks in a web application and write to the response stream without file access.
    • Get workbook as byte-array
    • Supports async/await
  • Templates
  • Auto filters/Table Filters
    • Create, read, modify, apply and delete filters of the types below:
      • Value filters
      • Date/Time filters
      • Custom filters
      • Top 10 filters
      • Dynamic filters
  • Data validation
    • Create, read, modify, delete Data validations
    • Types of validations supported: Integer (whole in Excel), Decimal, List, Date, Time, Any and Custom.
    • Strongly typed interface for each validation type
  • Conditional Formatting
    • Create, read, modify Conditional formatting
    • 45 types of conditional formatting supported
    • Strongly typed interface for each conditional formatting type
  • Tables
    • 60 predefined styles
    • Create and modify custom table styles from scratch or using a built-in style as template.
    • Sort table with updated sort state
    • Support for adding and deleting rows/columns (with shifting)
    • Total row with predefined functions (supported by the built-in Formula calculation)
    • Adding, modifying and applying filters
    • Adding, modifying or removing table slicers
    • Export table to a System.Data.DataTable
    • Export table to a JSON
    • Export table to html/css
    • Export table to an IEnumerable<T>
  • Pivot Tables
    • 84 predefined styles
    • Create and modify custom pivot table styles from scratch or using a built-in style as template.
    • Style your pivot table using pivot areas
    • Add, modify or remove row, column, page and data fields.
    • Support for 12 different data field functions.
    • Support for numeric and date grouping
    • Adding calculated fields
    • Support for adding, modifying filters.
    • Adding, modifying or removing pivot table slicers
  • Slicers
    • Adding, modifying or removing table- and pivot table- slicers
    • 14 predefined styles
    • Create and modify custom slicer styles from scratch or using a built-in style as template.
  • Hyperlinks
  • Comments
    • Create, read, modify and delete comments (in later Excel versions renamed to Notes)
    • Rich-text supported
    • Threaded comments with support for mentions, resolve/re-open threads
  • Shapes
    • 187 different types of shapes supported
    • Position, size, border, text, styling, color/gradient/effect/shadow, etc
  • Pictures
    • Supports adding images from file or stream/byte array
    • Formats: jpg, gif, png, tiff, bmp, emf, wmf, svg, ico, webp
  • Form Controls
    • Supports adding, modifying and removing nine different types of form controls
    • Support to connect controls to VBA macros, link to cells and more.
  • Charts
  • Sparklines
    • Create, read, modify and delete Sparklines
    • Line
    • Column
    • Win/loss
  • Themes
    • Load themes from thmx-files
    • Modify current theme
  • External Links
    • Updating the external workbook cache (xlsx, xlsm and xlst).
    • Adding references to external workbooks.
    • Breaking links to external workbooks.
    • Retaining OLE and DDE links (available read only).
    • Formula calculation via the external workbook cache or via loading and calculating the external package directly.
  • Protection
    • Protect workbooks with password
    • Open protected workbooks with password
    • Protect workbook, worksheets or ranges
    • Set workbooks to read-only with a password
  • Encryption
    • Encrypt/decrypt workbooks
    • Supports both Standard (Older office versions) and Agile encryption (Office 2010 and later)
  • VBA
    • Create, read, delete, modify VBA code/modules
    • Sign VBA code with certificates, supports Legacy, Agile and V3 signature. Supports 5 different hash algorithms for the signature.
    • Password protect VBA projects
  • Supported formats
    • Reads and writes xlsx, xlsm. Please note that EPPlus does not support the xlsx Strict format.
    • Reads xltx, crtx, thmx
    • Reads and writes txt, csv via the LoadFromText and SaveToText methods