Skip to content

Latest commit

 

History

History

30-WorkingWithRanges

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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