/EPPlus.Utils

EPPlus extension that contains many useful utils for better controll of your excle package.

Primary LanguageC#

EPPlus.Utils

EPPlus extension that contains many useful utils for better controll of your excle package.

  1. CellAndValue - Check value existence, compare/replace/set value, convert cell address, set width/height.

  2. ColumnAndRow - Insert and remove rows/columns, move column/row index, copy/set style, expand selection, set true width/height.

  3. CSVParser - Convert CSV file into a EPPlus readable Stream.

  4. Range - Get Range from position array and convert range to position array.