Can't get Free Trial to work

I downloaded the free trial of Aspose Cells and added the jar to my java project in eclipse. The program fails on this call Workbook workbook = new Workbook();


This message was posted using Page2Forum from Installation - Aspose.Cells for Java

Hi,

Please make sure that you have set all other dependencies jars (e.g., dom4j-1.6.1.jar, bcprov-jdk15-146.jar,woodstox-core-asl-4.0.8.jar, stax2-api-3.0.2, jsr173_1.0_api.jar) with the main jar i.e. "aspose-cells-7.0.2.jar" to class path into your eclipse project. These jars are there in the release archive i.e. v7.0.x. Also for reference about all the JARs, see the "README_LIB.txt" file present in the release archive of v7.0.x:
e.g
http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry335888.aspx

In your project class, you may import the package at the top, e.g
import com.aspose.cells.*;

Thank you.

did it work?

Hi,


What do you mean? Could you elaborate it more. Also, please check my previous reply in this thread.

Let us know if you still have any confusion.

thank you.