-
Notifications
You must be signed in to change notification settings - Fork 297
Digital Signatures
OssianEPPlus edited this page Dec 9, 2024
·
10 revisions
A digital signature is an authenticated and encrypted electronic stamp for digital information. It verifies that what has been signed originated from the signer and has not been changed.
In Excel you can add a digital signature in the following way:

As of Epplus 8.0 You can also add a Digital Signature in Epplus via the workbook. To add a minimal digital signature you, much like when signing VBA must supply a X509Certificate2 to sign with.
In code, it can be as simple as:
EPPlus Software AB - https://epplussoftware.com
- What is new in EPPlus 5+
- Breaking Changes in EPPlus 5
- Breaking Changes in EPPlus 6
- Breaking Changes in EPPlus 7
- Breaking Changes in EPPlus 8
- Addressing a worksheet
- Dimension/Used range
- Copying ranges/sheets
- Insert/Delete
- Filling ranges
- Sorting ranges
- Taking and skipping columns/rows
- Data validation
- Comments
- Freeze and Split Panes
- Header and Footer
- Hyperlinks
- Autofit columns
- Grouping and Ungrouping Rows and Columns
- Formatting and styling
- The ExcelRange.Text property
- Conditional formatting
- Using Themes
- Working with custom named table- or slicer- styles