Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4341
Get the worksheet names without loading the entrie workbook.
posted

Hello Support,

We are using Inragistics.Excel library to read the data from excel. Our requirement is that the user will select the workbook and we have display all the worksheets name in a drop down. Then only the selected worksheets data is to be read and displayed in the grid. We observed that every for getting the worksheets name we have use the .Load method, which I assume reads the entire data from the excel. We observed that if any of the sheet has large data then it takes quite a bit of time to do so. So is there any way to get the worksheet names directly instead of Loading the entire workbook.