Hi,
Thank you for considering Aspose.
Well, I checked your issue with the latest version of Aspose.Cells for Java and it works fine. Following is my sample code:
Workbook workbook = new Workbook();
workbook.open("C:\\Excels\\book1.xls");
Cells cell = workbook.getWorksheets().getSheet("SHEETA").getCells();
System.out.println(cell.getCell("J312").getFormula());
System.out.println(cell.getCell("J312").getValue());
Please try the attached latest version and if you still face any problem, please share your template file and we will check it soon.
If you are applying the formula at runtime to your template file, please call Workbook.calcualteFormula() before getting the value of the cell.
Thank You & Best Regards,
Nausherwan Aslam
Support Developer,
Aspose Sialkot Team
Contact Us