Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 596 Bytes

File metadata and controls

10 lines (10 loc) · 596 Bytes

30 - Working with ranges

These samples demonstrates how to fill, copy and sort ranges with EPPlus.

  • Fill-Demonstrated the different Fill methods: FillNumber, FillDateTime and FillList
  • Copy-Shows how to Copy an entire worksheet, copy a range and exclude some cell properties. Also shows how to copy styles.
  • Sorting-Contains one example for sorting top to bottom and one for left to right using a custom list.

Back to overview