openxml4j-users Mailing List for OpenXML4J - Open XML library for Java
Status: Beta
Brought to you by:
neodante
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Renato C. <ren...@vo...> - 2009-04-16 18:14:14
|
I've just checked out OpenXML4J from SVN and it has a compile error:
build-project:
[copy] Copying 80 files to E:\code\OpenXML4J\bin
[echo] Compile OpenXML4J library :
[javac] Compiling 80 source files to E:\code\OpenXML4J\bin
[javac]
E:\code\OpenXML4J\bin\org\openxml4j\opc\PackagingURIHelper.java:51:
cannot find symbol
[javac] symbol : class InvalidPackageURI
[javac] location: package org.openxml4j.exceptions
[javac] import org.openxml4j.exceptions.InvalidPackageURI;
[javac] ^
[javac]
E:\code\OpenXML4J\bin\org\openxml4j\opc\PackagingURIHelper.java:718:
cannot find symbol
[javac] symbol : class InvalidPackageURI
[javac] location: class org.openxml4j.opc.PackagingURIHelper
[javac] URI retPackageUri, PackagePartName
retPartName) throws InvalidPackageURI
[javac] ^
[javac]
E:\code\OpenXML4J\bin\org\openxml4j\opc\PackagingURIHelper.java:741:
cannot find symbol
[javac] symbol : class InvalidPackageURI
[javac] location: class org.openxml4j.opc.PackagingURIHelper
[javac] URI retPackageURI, PackagePartName
retPartName) throws InvalidPackageURI {
[javac] ^
[javac] 3 errors
It seems that org.openxml4j.exceptions.InvalidPackageURI is missing....
Renato
|
|
From: Maciej Z. <m....@gm...> - 2008-07-07 07:50:42
|
Hi, I was wondering if the project supports the following use case. In my app a user can create a report and choose to export it as a chart to PowerPoint with the chosen chart type and PowerPoint template file. The chart should be editable in excel so it cannot be a simple image. Does openxml4j support it yet? If not do you know any 'workaround' to create such a slide from java? Thanks! Maciek |