Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 303
Export data
Mats Alm edited this page Dec 4, 2023
·
9 revisions
From the Cells property (ExcelRange) you can access these methods to write:
ToTextandToTextAsync- Writes a range to a string in a text file format like csv or tsv.SaveToTextandSaveToTextAsync- Writes a range to a text file like csv or tsv.ToDataTable- Exports data from a range to aSystem.Data.DataTableToCollection- Exports data from a range to anIEnumerable<T>where T is a class.ToJson- Exports data from a range to Json.CreateHtmlExporter- Exports data from a range to html/css.GetValue<T>- Gets a value, with the option to specify a datatypeValue- Gets or sets the value of the range.
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