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,
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.
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.
Hi,
Please post your results (input and output files) and the code example. We will re-investigate this issue and update you asap.
Hi,
here is source, output files and source code
public static void main(String[] args) {
try {
License license = new License();
license.setLicense(new FileInputStream("c:\\Aspose.Cells.lic"));
Workbook workbook = new Workbook("c:\\Excel97-2003.xls");
workbook.save("c:\\out.pdf", FileFormatType.PDF);
} catch (Exception e) {
e.printStackTrace();
}
}
I tried with and without License
I also tried at home on a linux distrib and on a recent installation of Win 7, same result
The only diff I see between our config is I use French Locale, maybe the bug source ?
Guillaume
Hi,
Thank you for providing us more information. We did find the issue with France locale. We will figure this issue out and fix it soon
Hi,
Now I can try to generate PDF file by setting Locale to US, I still have bug I cannot resolve by myself :
I get the following exception :
java.lang.NoClassDefFoundError: com/aspose/cells/b/a/b/a/g
I've insert all files in lib dir to my project, is there another dependency ? (Still Java 1.4)
I hope all those tests make Apose.cells better =)
Guillaume