Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m working on excelsheet( windows project) and i am unable to find hidden rows and columns in a particular sheet using. I searched lot but could not find relevant results, and i dont want to use XML....
Posted
Updated 7-Apr-11 20:37pm
v2
Comments
Wendelius 8-Apr-11 2:34am    
Could you post the code you're trying to use.
ranjeetkr01@hotmail.com 8-Apr-11 3:11am    
i cant post the code, but i have counted max rows and columns in the sheet. and used for loop for both rows and column till max count of rows and columns respectively.
Sandeep Mewara 8-Apr-11 3:19am    
Add on the details that you tried. Edit the question and update it.
ranjeetkr01@hotmail.com 8-Apr-11 4:57am    
So many experts but still no answer to my question??????
avigodse 8-Apr-11 11:02am    
Experts are like doctors, and they need initial inputs and symptoms to treat the problem.
Kindly provide the details for your question.

Yet, as you have not provided the details;
Still this question-link you might consider to refer. Excel with OLEDB
This way you can get all the hidden rows and columns from excel file.
 
Share this answer
 
Several options here. Use Interop, select a proper range and modify the contents, yuo can also loop through the columns if you like.

If you just want to query the data, use OleDbConnection and create a SELECT query against the sheet.

Without more details (about technology currently used etc) it's quite hard to give specifics.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900