Exemplo n.º 1
0
 public string GetFontName(Encoding encoding) => _fontName.GetValue(encoding);
Exemplo n.º 2
0
 /// <summary>
 /// Gets the cell value.
 /// </summary>
 public string GetValue(Encoding encoding)
 {
     return(_xlsString.GetValue(encoding));
 }
Exemplo n.º 3
0
 /// <summary>
 /// Gets the name of the worksheet.
 /// </summary>
 public string GetSheetName(Encoding encoding)
 {
     return(_sheetName.GetValue(encoding));
 }