What steps will reproduce the problem?
1.input a string "/23" into a cell
2.read the excel file. then exception thrown.
What is the expected output? What do you see instead?
exception message is "Unable to find specific cell format".
What version of the product are you using? On what operating system?
version : 1.0.0.0
Please provide any additional information below.
In CellFormatCollection.cs, during CellFormatCollection() function, add a
statement :
lookupTable.Add(56, new CellFormat(CellFormatType.Date, "m'月'd'日'"));
then it seems OK.
Original issue reported on code.google.com by zhaoqian...@gmail.com on 12 Jul 2010 at 2:39
Original issue reported on code.google.com by
zhaoqian...@gmail.com
on 12 Jul 2010 at 2:39