PHDuy / excellibrary

Automatically exported from code.google.com/p/excellibrary
0 stars 0 forks source link

Suggestion for Cell.cs #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hi,

i would suggest adding the following to the Cell.cs:

public override string ToString()
{
  return StringValue;
}

because i think it would be more usefull than default ToString which 
returns ExcelLibrary.SpreadSheet.Cell

Original issue reported on code.google.com by gytisgre...@gmail.com on 16 Apr 2009 at 11:07

GoogleCodeExporter commented 8 years ago
Good.

Original comment by China.LiuJunFeng on 19 Apr 2009 at 3:33

GoogleCodeExporter commented 8 years ago
Done by r47.

Original comment by China.LiuJunFeng on 24 Apr 2009 at 6:20