Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Wed Jan 19, 2011 2:05 am

Hi iceblue support,

I wanna import some data into my excel spreadsheet, and i need to add a row among my worksheet data rows. Could you please tell me how to do it with Spire.XLS for .NET?

Thanks 8)

sam912
 
Posts: 4
Joined: Tue Dec 21, 2010 3:54 am

Wed Jan 19, 2011 7:31 am

Please call sheet.InsertRow() method and pass the row index(base=1) as the parameter.
e-iceblue support
User avatar

iceblue support
 
Posts: 240
Joined: Tue Dec 21, 2010 2:56 am

Return to Spire.XLS