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.

Parents
No Data
Reply
  • 44743
    posted

    There have been some performance fixes recently in versions 11.1 and 11.2. So if you have not done so, you should upgrade to the latest SR and version if possible and see if you are experiencing the same slowness.

    Currently there is no way to get the worksheet names without loading the entire file. I have forwarded this post to the Developer Support Manager and a DS engineer will be submitting a feature request on your behalf.

Children