Hi,
Hi Praba,
Thank you for contacting support.
I am afraid, I am unable to replicate your presented scenario on my end while using the latest version of Aspose.Cells for Java 7.7.2.4 and a sample spreadsheet of my own. Please check the attached snapshot of the output in Eclipse console. You may notice that the output string retrieved through Cell.getStringValue() and Cell.getDisplayStringValue() does not contain the space between the currency symbol and the value, as mentioned in your post. I would request you to please give the latest version a try at your end. In case the problem persists, please provide your sample spreadsheet as well as the complete code snippet for our review.
Hi,
Hi Praba,
Thank you for writing back.
I have re-evaluated your presented scenario while using Aspose.Cells for Java 7.7.0, and have got same results as of shared in my previous reply. Attached is my sample spreadsheet for your reference. In case the problem persists, please provide your sample spreadsheet for our review along with code snippet that you are using on your end. Please also mention the target JDK version so we could replicate the environment on our end to re-evaluate the said problem.
The subscription included in this license allows free upgrades until 2014-02-16, but this version of the product was released on 2014-03-07. Please renew the subscription or use a previous version of the product
The above message is in reference to the subscription expiry, that will not let you use the latest versions ( 7.7.2.x) without renewing the subscription.
Hi,
Hi Praba,
Workbook book = new Workbook(myDir + “Sales_HiddenRows.xls”);
Cells cells = book.getWorksheets().get(0).getCells();
for(int i=2; i<=10; i++)
{
String cell = “E”+i;
System.out.println(cell + " getStringValue() :"+cells.get(cell).getStringValue());
System.out.println(cell + " getDisplayStringValue() :" + cells.get(cell).getDisplayStringValue());
}
E2 getDisplayStringValue() : $ 123.00
E3 getStringValue() :$ 400.00
E3 getDisplayStringValue() : $ 400.00
E4 getStringValue() :$ 540.00
E4 getDisplayStringValue() : $ 540.00
E5 getStringValue() :$ 345.00
E5 getDisplayStringValue() : $ 345.00
E6 getStringValue() :$ 524.00
E6 getDisplayStringValue() : $ 524.00
E7 getStringValue() :$ 678.00
E7 getDisplayStringValue() : $ 678.00
E8 getStringValue() :$ 465.00
E8 getDisplayStringValue() : $ 465.00
E9 getStringValue() :$ 300.00
E9 getDisplayStringValue() : $ 300.00
E10 getStringValue() :$ 450.00
E10 getDisplayStringValue() : $ 450.00
Hi,
The issues you have found earlier (filed as CELLSJAVA-40764) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.