codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Query visible columns #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Feature Request:

If I receive an excel file with some hidden columns I would like the ability to 
distinguish between hidden and visible columns.

I think the best way of doing this would be some sort of simple ColumnInfo 
class which (at the moment) contains name and visibility, and a 
GetColumnInfo(worksheet) method

Original issue reported on code.google.com by gmauer@gmail.com on 16 Apr 2012 at 4:17

GoogleCodeExporter commented 8 years ago
I googled around to find a solution to your feature request, and it doesn't 
seem to be possible.

Let me know if you do find a way to know which columns are visible and hidden 
by using OLEDB.

Original comment by paulyo...@gmail.com on 20 May 2012 at 2:11