Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

I am working with a table that is using multiple rows on a Excel sheet that i am using as a template.

The issue is that i need to select the multiple rows that are being used for the table. Then i can organize the populated data accordingly and the my trips To and From it will make a copy of the table size to put all the data in.

For my previous excel sheets i have made everything was only in 1 row with the headers above the row so i would use the sheet.getRow

like this -

C#
IRow template_row = sheet.GetRow(start_row);


Everything would be populated in this row.

How to select multiple rows i am not sure yet.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900