Hi,
Thanks for screenshot. Please also attach your full xls file.
Here is the original XLS file (without the data which are not in keeping with the bug)
Hi,
We will try to provide a new version in this month. The new version will solve this issue, also it will support more shapes for toImage/Pdf feature, including the text object in your current template file.
Hi,
Good news !
Hi,
Since the bug is blocking the Prod, our users want to know a release date for the fix. A lot of time is lost modifying excel charts to obtain an excel source file without bugged items.
Kind regards, Guillaume
Hi,
Will you please test your issue with the latest released version: Aspose.Cells for Java v2.5.4.21
I will update your issue with your feedback and increase the priority.
Hi,
I just come to test the latest version 2.5.4.21.
Unfortunatly, it doesn't fix any of my issues :
- TextBox are still not displayed
- Some images are larger than expected.
In addition (I don't know if it was already bugged in previous version), when I export in XLS format, TextBox are duplicated.
The new one is bordered by a black line and background is opaque.
The old one is hidden behind the new one.
Attachment illustrates an exemple of duplicated Text Box.
Kind regards
Hi,
Hi,
For this issue, we will provide the new version at the begin of next month.
Hi,
Please try our new release V7.0.0.0. In the new version we have made many enhancements. Also we have tested and confirm it has solved your issues.
Please download: Aspose.Cells for Java 7.0.0
Hi,
thanks you for the new release.
When I try to generate the PDF file I obtain following exception :
com.aspose.cells.CellsException: For input string: "."
at com.aspose.cells.vm.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.save(Unknown Source)
Can you tell me where does it come from ?
I have no error while I'm trying to generate into EXCEL_97_TO_2003 Format
Kind regards
Hi,
Well, it semms my version works diffrently :
License license = new License();
license.setLicense("Aspose.Cells.lic");
Workbook workbook = new Workbook("duplicatedTextBox.xls");
workbook.save("output_duplicatedTextBox.pdf", FileFormatType.PDF);
duplicatedTextBox.xls and output as attachment.
I get the Acrobat Reader error #14. (Error while opening it seems).
I tested it with java 1.6 and java 1.4, same result.
Works fine if I save in XLS97TO2003 format
Since I put the version 7.0, PDF dosn't work any longer at all.
Hi,
Yes your last attachment works normally.
Is there any restriction on Acorebat Reader version ?
I use Websphere Application Server 6.0 (Java 1.4). I tried with WAS 7.0 (Java 1.6) with same result.
I tried with an empty xls file with just a cell filled, always the same result.
Hi,
The issues you have found earlier (filed as 29285) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Hi,
I've retest pdf generation with 1.4 1.5 1.6 jdk (SUN generic version) with and without RAD, Eclipse, direct command line with the same result.
The setFontDirs function didn't change anything.
I've tested with various xls fils with same result.