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 -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -