public string GetCellValue(int row, int column) { var sharedTablePart = document.GetSharedStringTable(); return(worksheet.GetCellValue(row, column, sharedTablePart)); }