Hi,
I am a representative of Aspose.Cells for Java. I have tested using license with latest version of Aspose.Cells for Java v2.3.1.x and it works fine, I am using Windows 7, JDK1.5, here is my test program:
import com.aspose.cells.*;
import java.io.*;
public class Licensing {
public static void main(String[] args) throws Exception
{
License license = new License();
FileInputStream inputStream = null;
inputStream = new FileInputStream("e:\\licenses\\Aspose.Cells.lic");
license.setLicense(inputStream);
//Instantiating a Workbook object
Workbook workbook = new Workbook();
Worksheet worksheet = workbook.getWorksheets().getSheet(0);
Cells cells = worksheet.getCells();
Cell cell = cells.getCell("A1");
cell.setValue("Hello");
workbook.save("d:\\Files\\licensing_test.xls");
}
}
If you still find any issue with Aspose.Cells for Java, kindly create a sample application (sample code as (above) and your license file etc.), zip it and post us via email, see the steps how you may post us the sample project:
To email (with your attachment(s)), please follow the below mentioned steps:
1: click the Contact button in the Post
2: In the drop down list options click "Send Amjad Sahi an Email”.
3: Attach the project and send it (you may zip the files prior attaching it).
4: Once you have done it, kindly confirm us here in this thread.
Thank you.
Amjad Sahi
Support Developer,
Aspose Sialkot Team
Contact Us