Hi,
We are using Aspose.Cell Java API to construct excel dynamically using WorkbookDesigner and smartmarkers in one of our project.
Could you let us know if there is support for
-
Using smart markers to traverse the POJO using nested syntax and access an object’s value at nth level – n is more than 1.
Ex. &=mydatasource.organization.financials.currentYr.profit -
Is there an API to delete rows which we have marked as “hidden” using Cells.hideRow() .
Thanks.