I'm evaluating Aspose.Cells for a project that I have, where one of the requirements is to produce an excel spreadsheet that contains signature blocks.
Example:
Acknolwedged by XYZ Corporation:
John Smith, Vice President
The text above would repeat x number of times.
I setup the smart markers like this:
&=Parties.AboveTheLine(skip:3,noadd)
&=Parties.BelowTheLine(skip:3) <== note this cell has a top border set for the signature line
However when the spreadsheet is opened every row has the cells top border set so I end up with:
Acknolwedged by XYZ Corporation:
John Smith, Vice President
Acknolwedged by WWW Corporation:
Randy Maxwell, President
Is there a way to get this to work?