Hi @shakeel.faiz
Thanks for your reply , but still the same issue and its showing that warning message
“Sorry, this file is private. Only visible to topic owner and staff members.”
even after adding my name.
Anyways one more thing , i used some of the code in my java aspose class , the method you have suggested is for Formatting the borders and table outlines either Left margin or Right Margin.
What we aspire for is , we have an array list coming , and that can be of any length depending upon the Db.
I have an excel template at some particular location which show the borders ,coloum names etc and the part where the data will come is left blank.
So now the situation is When i will click a button from my UI the array list will be generated with required data and by using FOR each loop we are setting the data into that excel template that we have designed, NOW the problem is since excel template that we have defined is of fixed rows and coloums , so if the array list is large it will goo outside the layout or borders that we have designed for our template , and hence our target of generating PDF report from excel template is not achieved.
This is the issue we are facing , I hope i you are clear what i am trying to ask and what problem i am facing.
So we need Dynamic expansion of that excel template so it will fit the array list of any size automatically.
Thanks in Advance