Join
Sign in
Search Options
Search Everything
Search Formats
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Forums
»
Formats
»
SpreadsheetML
»
Reading an Empty Excel Row
Reading an Empty Excel Row
Formats
Discussions about working with different Open XML Formats
Get this RSS feed
Details
4
Replies
1
Subscriber
Posted
over 2 years ago
Options
Subscribe via RSS
Share this
SpreadsheetML
Reading an Empty Excel Row
rated by 0 users
This post has
4 Replies |
1
Follower
Dempsi
65
Posted by
Dempsi
on
Wed, Apr 28 2010 6:40 PM
rated by 0 users
Post Points: 5
Reading an Empty Excel Row
Hello,
I have devoloped a Class wich allow read and write an Excel 2007 file(Using OpenXml). The issue is when empty cells values come into the file, openxml methods ignore that cell. i.e: I have the follwing Excel Structure:
A1=Empty
B1=0
C1=Empty
A2=0
B2=Empty
C2=0
When openxml method(worksheetPart.Worksheet.Descendants(Of Row)().Where(Function(r) i = r.RowIndex).FirstOrDefault()) read the row, the result is cell B1 for the first row and cells A2 and C2 for the sencond.
I will apreciate your help.
Allis Montenegro
Computer System Engineer
Dempsi
65
Posted by
Dempsi
on
Fri, Apr 30 2010 3:00 PM
rated by 0 users
Post Points: 20
Re: Reading an Empty Excel Row
I found the solution. If someone has the same problem feel free to post here the question and I will response as quick as I can.
Allis
sunil.bisht2050@gmail.com
25
Posted by
sunil.bisht2050@gmail.com
on
Thu, Aug 5 2010 6:41 AM
rated by 0 users
Post Points: 20
Re: Reading an Empty Excel Row
Please provide the solution of this problem. I have been facing the same issue.
Thanks in advance !!
Dempsi
65
Posted by
Dempsi
on
Fri, Aug 6 2010 12:19 AM
rated by 0 users
Post Points: 20
Re: Reading an Empty Excel Row
hi there,
i did a post from that. You can visit here:
http://openxmldeveloper.org/forums/post/8696.aspx. Let me know if it was useful or if you have doubts.
sunil.bisht2050@gmail.com
25
Posted by
sunil.bisht2050@gmail.com
on
Fri, Aug 6 2010 3:39 AM
rated by 0 users
Post Points: 5
Re: Reading an Empty Excel Row
Thanks alot, it worked.
Page 1 of 1 (5 items)