简体   繁体   中英

Rename Excel worksheet without using Excel.Interop

Hi is there any way to rename excel excel worksheet generated from Reporting Services 2005 which in .xls format without using Microsoft excel interop in C#? Is there any open source library that can be used?

Current Scenario:

We have 5 worksheets on the excel generated from RS which default name is.

Sheet1 --> Sheet 5

Where we need to rename ex:

Customers , Billing , ....., FrameCount

I will rename the work sheet in WCF

Below are not an option:

  1. Upgrading Reporting Services to 2008
  2. Installation of Microsoft Office
  3. Free ware only libraries

Thanks

http://npoi.codeplex.com/这是一个无需安装Office就可以控制excel的库,或者您可以找到其他一些库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM