Table of Contents

Interface IExcelNumberFormatProvider

Namespace
OfficeOpenXml.LoadFunctions
Assembly
EPPlus.dll

This interface is used to provide number formats for ranges in runtime. The number formats are mapped to a number that can be used to refer to a specific format.

public interface IExcelNumberFormatProvider

Methods

GetFormat(int)

Returns a number format by its numberFormatId

string GetFormat(int numberFormatId)

Parameters

numberFormatId int

Returns

string

A number format that can be used on ranges