

/HideColumnRightClick-5c1955b6c9e77c0001af5f98.jpg)
How to Hide Columns in ExcelĪdding columns in Excel is pretty easy but to hide the confidential data may seem like a hard job. In today’s guide, we will share the ways to hide columns in excel. Apart from that, we will also see some best shortcuts for rows and columns that can help you work done faster. In such situations, guides such as how to hide cells in excel prove to be very handy. Or maybe you have a few rows or columns of data of the worksheet that need to be hidden or are not shareable. There can be various reasons to hide columns and cells in excel sheet, for example, if you have some extra data worksheets that are the citation, but don’t require to be viewed. If you have a little bit of knowledge in excel, hiding cells in excel would not be at all a tough job for you. Yes, hiding data in excel don’t take much efforts and time. Hiding and Unhiding cells in excel are just a few clicks steps. Also learn, how to move columns in Excel. So continuing the series, we have again come up with a fresh and interesting tutorial on excel that is How to hide columns in excel. If you have been reading our articles, you must know that. As the grid view is rendenred as html i have tried using display:none, this is hiding the column but I am not able to unhide it in the Microsoft excel.Lately, we have been providing tutorials on Microsoft Excel program. The requirement is to hide some columns (in RowDataBound or a similar event) before the gridview is exported to excel and the user who exported the file should be able to unhide the hidden columns after opening the file in Microsoft Excel. aspx page which I am exporting to excel using the following code: public static void Export(string filename, GridView grid) We are binding the Grid data to the excel export and it is working fine.īut i got the new requirement where i have to hide the columns in the excel export.Īfter that when user open the excel sheet he should have the option to UN-hide again the columns which we hide through code. I am having one functionality which need to be implemented.
