Show / Hide Table of Contents

Interface IExcelNumberFormatProvider

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.

Namespace: OfficeOpenXml.LoadFunctions
Assembly: EPPlus.dll
Syntax
public interface IExcelNumberFormatProvider

Methods

GetFormat(int)

Returns a number format by its numberFormatId

Declaration
string GetFormat(int numberFormatId)
Parameters
Type Name Description
int numberFormatId
Returns
Type Description
string

A number format that can be used on ranges

In this article
Back to top Generated by DocFX