TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kalyani Shevale
NA
3.2k
701.4k
{"Compressed part has inconsistent data length."}
Nov 19 2018 10:45 PM
"{"Compressed part has inconsistent data length."}" this error occurred on that code.
private
string
GetValue(SpreadsheetDocument doc, Cell cell)
{
string
value = cell.CellValue.InnerText;
if
(cell.DataType !=
null
&& cell.DataType.Value == CellValues.SharedString)
{
return
doc.WorkbookPart.SharedStringTablePart.SharedStringTable.ChildElements.GetItem(
int
.Parse(value)).InnerText;
}
return
value;
}
plz help me
Reply
Answers (
3
)
SharePoint on-prem to online migration
how to fire event from textbox ???