c# - Excel Worksheet Name Not Recognized -


i have c# application use create excel file import application. problem is, application accepts imports reporting 'tables' looking not exist. tables respective sheets name in c# follows:

worksheet1 = workbook.sheets[1]; microsoft.office.interop.excel.worksheet worksheet = (worksheet)worksheet1; worksheet1.name = "pay"; 

from research, renaming sheet way not rename sheet. ideas on this?

the issues application looking named ranges opposed actual sheet names.thanks all!


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

asp.net core mvc - How important is the global.json and src folder? -

c++ - Using Gtest how return different values in ON_CALL? -