All Projects → EPPlusSoftware → EPPlus.Sample.NetFramework

EPPlusSoftware / EPPlus.Sample.NetFramework

Licence: other
EPPlus samples for .NET Framework. More details in Readme.md.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to EPPlus.Sample.NetFramework

EPPlus.Sample.NetCore
EPPlus samples for .NET Core. More details in Readme.md.
Stars: ✭ 68 (+119.35%)
Mutual labels:  code-samples, samples, epplus
EPPlus.Core.Extensions
An extensions library for EPPlus package to generate and manipulate Excel files easily.
Stars: ✭ 66 (+112.9%)
Mutual labels:  epplus, netframework
MicroPython-Samples
📚 Provide many interesting MicroPython Code.
Stars: ✭ 51 (+64.52%)
Mutual labels:  samples
spring-cloud-circuitbreaker-demo
Samples demonstrating how to using Spring Cloud Circuitbreaker
Stars: ✭ 43 (+38.71%)
Mutual labels:  samples
WebDAVServerSamplesJava
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
Stars: ✭ 38 (+22.58%)
Mutual labels:  samples
atata-samples
Automation test samples based on Atata Framework
Stars: ✭ 39 (+25.81%)
Mutual labels:  samples
welcome-to-the-state-machine-demos
Demos and sample for my "Welcome to the (state) machine" talk
Stars: ✭ 17 (-45.16%)
Mutual labels:  samples
pti-gpu
Profiling Tools Interfaces for GPU (PTI for GPU) is a set of Getting Started Documentation and Tools Library to start performance analysis on Intel(R) Processor Graphics easily
Stars: ✭ 104 (+235.48%)
Mutual labels:  code-samples
dotnet
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
Stars: ✭ 865 (+2690.32%)
Mutual labels:  netframework
lce
linux网络编程框架(C++)基于Reactor事件机制,支持线程池,异步非阻塞,高并发,高性能
Stars: ✭ 61 (+96.77%)
Mutual labels:  netframework
frontend-sample-showcase
No description or website provided.
Stars: ✭ 16 (-48.39%)
Mutual labels:  samples
Tomlet
Zero-Dependency, model-based TOML De/Serializer for .NET
Stars: ✭ 56 (+80.65%)
Mutual labels:  netframework
PCLExt.FileStorage
Portable Storage APIs
Stars: ✭ 35 (+12.9%)
Mutual labels:  netframework
cloud-build-samples
Code snippets used in Cloud Build documentation
Stars: ✭ 63 (+103.23%)
Mutual labels:  samples
Amplituda
Amlituda - an android library that calculates amplitudes from audio and provides data in different formats. Based on this data, you can draw waveform. Android audio amplitude library.
Stars: ✭ 75 (+141.94%)
Mutual labels:  samples
vsphere-automation-sdk-.net
[DEPRECATED] Please see README. C# samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
Stars: ✭ 67 (+116.13%)
Mutual labels:  samples
csa-misc-utils
Miscellaneous samples, documents, how-tos, utilities, scripts, and other CSA tidbits
Stars: ✭ 79 (+154.84%)
Mutual labels:  samples
bitmovin-player-web-samples
Showcases build around the Bitmovin Adaptive Streaming Player, demonstrating usage and capabilities of the HTML5 based HLS and MPEG-DASH player, as well as the Flash based Fallback.
Stars: ✭ 69 (+122.58%)
Mutual labels:  samples
framework
The exomia/framework is used for building 2D and 3D games and more inspired by the XNA/Mono framework.
Stars: ✭ 21 (-32.26%)
Mutual labels:  netframework
EPPlus.DataExtractor
EPPlus extension that make easier to extract POCO from excel tables
Stars: ✭ 65 (+109.68%)
Mutual labels:  epplus

EPPlus samples

EPPlus samples for .NET Framework

The solution can be opened in Visual Studio for Windows.

No Sample Description
01 Getting started Basic usage of EPPlus: create a workbook, fill with data and some basic styling
02 Read workbook Read data from a workbook
03 Async/Await Using async/await methods for loading and saving data
04 Loading data Load data into a worksheet from various types of objects and create a table. It also demonstrates the Autofit columns feature.
05 Import and Export csv files and create charts This sample shows how to load and save CSV files using the LoadFromText and SaveToText methods, how to use tables and how to use charts with more than one charttype and secondary axis.
06 Calculate formulas How to calculate formulas and add custom/missing functions in a workbook
07 Open workbook and add data/chart Opens an existing workbook, adds some data and a pie chart.
08 Sales report Create a report with data from a SQL database.
09 Performance and protection Loads 65 000 rows, styles them and sets a password.
10 Read data using Linq This sample shows how to use Linq with the Cells collection to read sample 9.
11 Conditional formatting Demonstrates conditional formatting.
12 Data validation How to add various types of data validation to a workbook and read existing validations.
13 Filters How to apply filters in a worksheet, table or a pivot table
14 Shapes & Images Shows how to add shapes and format them in different ways.
15 Chart Styling & Themes Load a theme and create various charts and style them.
16 Sparklines Demonstrates sparklines functionality.
17 FX report Exchange rates report with data from a SQL database. Demonstrates some of the chart capabilities of EPPlus
18 Pivot tables Demonstrates the Pivot table functionality of EPPlus.
19 Encryption and protection This sample produces a quiz, where the template workbook is encrypted and password protected.
20 Create filesystem report Demonstrates usage of styling, printer settings, rich text, pie-, doughnut- and bar-charts, freeze panes
21 VBA - Visual Basic for Applications Demonstrates EPPlus support for VBA, includes a battleship game
22 Ignore errors Various samples on how to ignore error on cells.
23 Comments Sample showing how to add notes and threaded comments.
24 Slicers Sample showing how to add Pivot Table slicers and Tabel slicers
25 Export to/from DataTable Sample showing import/export rangedata with System.Data.DataTable
26 Form controls Sample showing how to add differnt form controls and how to group drawings.
27 Custom styles for tables and slicers Sample showing how to create custom styles from tables, pivot tables and slicers.
28 Tables Sample showing how to work with tables.
29 External links Shows how to work with links to external workbooks
30 Sorting Ranges Shows how to work with the Sort method for ranges and tables
31 Html Export Shows how to export tables and ranges to HTML
32 Json Export Shows how to export tables and ranges to JSON

Output files

The samples above produces some workbooks - the name of each workbook indicates which sample that generated it. These workbooks are located in a subdirectory - named "SampleApp" - to the output directory of the sample project.

Also see wiki on https://github.com/EPPlusSoftware/EPPlus/wiki for more details

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].