Aspose Header Exclude

We need to omit the headers while writing the content from source worksheet to destination woksheet if the header already exists in the sheet As Mentioned in your earlier email we have not found any headers content in the given examples

Hi,


Well, as per my reply in your earlier thread(s), e.g.
https://forum.aspose.com/t/98292

(Note: the sample code mentioned in the documents are just an example and user should write or update the code by himself for his needs)

Well, you have to write your own code to skip your unwanted header rows. I think you may try to find your header (check the document on how to find the data in the cells (you may get the row of the found cell by using cell.Row etc.): http://www.aspose.com/docs/display/cellsnet/Find+or+Search+Data) and then you may remove those rows, see the topic on how to remove rows/cols:
http://www.aspose.com/docs/display/cellsnet/Inserting+Deleting+Rows+and+Columns

Thank you.