cvisbal0724 / excellibrary

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

Unsupported data types in Worksheet.EncodeCell() #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
WorkSheetEncoder.EncodeCell() does not check for cell.Value is long type and 
throws an Exception. Solution is like in Wiki.Wishlist post.

Original issue reported on code.google.com by jaromir....@gmail.com on 30 Jul 2010 at 8:29

GoogleCodeExporter commented 9 years ago
There are several other value types that cause EncodeCell to throw an 
exception.  The full list:
  long
  ulong
  float
  sbyte
  ushort
  char

Original comment by westr...@gmail.com on 26 Jun 2012 at 8:08