Groups
Groups
Sign in
Groups
Groups
excellibrary
Conversations
About
Send feedback
Help
DBCELL class
13 views
Skip to first unread message
xiv
unread,
Apr 6, 2009, 10:47:52 AM
4/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to excellibrary
Hi there,
again me
I beliece the Decode method of DBCELL class is missing the following
code:
this.FirstRowOffset = reader.ReadUInt32();
int count = (this.Size - 4) / 2;
this.FirstCellOffsets = new List<UInt16>(count);
for (int i = 0; i < count; i++)
FirstCellOffsets.Add(reader.ReadUInt16());
currently there is only one line:
reader.ReadUInt16();
thanks
--
xiv
Reply all
Reply to author
Forward
0 new messages