Example of using aspose.cells for java smart marker/designer feature using POJOs

From what I have read, the Aspose.Cell smart marker/designer worksheet feature will work for a programming task that I have.

I cannot find a full example of how to use this using a collection of javabean POJO objects. One object for each row of the spreadsheet. Does an example exist?


This message was posted using Aspose.Live 2 Forum

Hi Todd,

Smart marker example is attached.
You can download the latest version of Aspose.Cells for Java from the following link.

http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx

Thanks,

Thank you, Salman.

I'm looking over the example and in the createBySmart() method, I see the use of a DataTable class. I assume that is an aspose class, but do not see it in the API documentation (or am overlooking it). Can you clarify?

Hi Todd,

DataTable is another sample class that implements AsposeDataTable interface. Please see the javadoc for AsposeDataTable for more details.

http://www.aspose.com/documentation/java-components/aspose.cells-for-java/aspose.cells-for-java-api-reference.html

Thank you.