When we have a table with single/multiple rows and row has a single cell and if we don’t have any records to show then it shows an empty row but same scenario when have more than one column in a table row then it doesn’t show any empty row and it works as expected.
@Team, could you please look in to the issue when we have a single column in a row and please let us know.
It seems you are using Aspose.Words API, is not it? I am moving your thread to respective forum where one of our colleagues from Aspose.Words team will evaluate your issue and assist you accordingly.
@Rajmal could you please provide a file that showcases the current issue along with the expected output file? This will allow us to analyze the problem more accurately and provide you with appropriate solutions.
I have attached template and generated document for both scenario when we have data and no data. We have two issues as below:
Case1: When we have no data present in ‘products’:
We are getting an empty row in case of single column but we are not getting any empty row in case of multiple columns.
Case2: When we have data present in ‘products’:
We are getting all the rows properly in the multiple column table but in case of single column we are getting all the data in the same row.
Could you please look into these and let us know asap. We are having aspose license.
No in case of single-column case we should have separate rows for all the names. Currently in case of multiple-column case it is working as expected but in case of single-column it is not working as expected.