DO NOT REPLY [Bug 46433] New: XSSFWorkbook.getCellFormula() Failed

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46433

   Summary: XSSFWorkbook.getCellFormula() Failed
   Product: POI
   Version: 3.5-dev
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: XSSF
AssignedTo: dev@poi.apache.org
ReportedBy: matthew@gmail.com


I use following codes to read the formula in attached Excel: formula.xlsx. I
found that except the first row, c.getCellFormula() return an empty string.
In fact, other rows do contain formula.

--

XSSFWorkbook wb = new XSSFWorkbook(formula.xlsx);

FormulaEvaluator evaluator = wb.getCreationHelper().createFormulaEvaluator();
for(int sheetNum = 0; sheetNum  wb.getNumberOfSheets(); sheetNum++) {
Sheet sheet = wb.getSheetAt(sheetNum);
for(Row r : sheet) {
for(Cell c : r) {
if(c.getCellType() == Cell.CELL_TYPE_FORMULA) { 
System.out.println(c.getCellFormula(): +
c.getCellFormula());
}
}
}
}

--

Please help. Thanks a lot!


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



DO NOT REPLY [Bug 46433] XSSFWorkbook.getCellFormula() Failed

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46433





--- Comment #1 from Matthew matthew@gmail.com  2008-12-22 02:02:40 PST ---
Created an attachment (id=23046)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23046)
formula.xlsx


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



DO NOT REPLY [Bug 46432] Quick Start Guide Should say HSSFDateUtil not DateUtil

2008-12-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46432


Nick Burch n...@torchbox.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Comment #1 from Nick Burch n...@torchbox.com  2008-12-22 03:12:04 PST ---
The website references the state of svn. You'll probably want to follow the
docs that came with the release you're using


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org



[g...@vmgump]: Project poi (in module poi) failed

2008-12-22 Thread Gump [HEAD] :-(
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project poi has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 5 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- poi :  POI


Full details are available at:
http://vmgump.apache.org/gump/public/poi/poi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [poi-ooxml-gump-22122008.jar] identifier set to output 
basename: [poi-ooxml-gump]
 -DEBUG- Output [poi-contrib-gump-22122008.jar] identifier set to output 
basename: [poi-contrib-gump]
 -DEBUG- Output [poi-scratchpad-gump-22122008.jar] identifier set to output 
basename: [poi-scratchpad-gump]
 -DEBUG- Output [poi-gump-22122008.jar] identifier set to output basename: 
[poi-gump]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/poi/poi/gump_work/build_poi_poi.html
Work Name: build_poi_poi (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 mins 11 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion.id=gump -DDSTAMP=22122008 -f build.xml gump 
[Working Directory: /srv/gump/public/workspace/poi]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/poi/ooxml-lib/xmlbeans-2.3.0.jar:/srv/gump/public/workspace/poi/ooxml-lib/jsr173_1.0_api.jar:/srv/gump/public/workspace/poi/ooxml-lib/ooxml-schemas-1.0.jar:/srv/gump/public/workspace/poi/ooxml-lib/openxml4j-1.0-beta.jar:/srv/gump/public/workspace/poi/build/classes:/srv/gump/public/workspace/poi/build/contrib-classes:/srv/gump/public/workspace/poi/build/scratchpad-classes:/srv/gump/public/workspace/poi/build/ooxml-classes:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public/workspace/poi/build/scratchpad-test-classes:/srv/gump/public/workspace/poi/build/ooxml-test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/di
 
st/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-22122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-22122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-22122008.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-22122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-22122008.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-22122008.jar:/srv/gump/public/workspace/junit/dist/junit-22122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar
-
Buildfile: /srv/gump/public/workspace/poi/build.xml

check-jars:

fetch-jars:

testexist:

downloadfile:
  [get] Getting: 
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar
  [get] To: /srv/gump/public/workspace/poi/lib/commons-logging-1.1.jar
  [get] Error getting 
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.1.jar to 
/srv/gump/public/workspace/poi/lib/commons-logging-1.1.jar

BUILD FAILED
/srv/gump/public/workspace/poi/build.xml:334: The following error occurred 
while executing this line:
/srv/gump/public/workspace/poi/build.xml:316: java.net.ConnectException: 
Connection timed out

Total time: 3 minutes 10 seconds
-

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/poi/poi/rss.xml
- Atom: http://vmgump.apache.org/gump/public/poi/poi/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 1822122008, vmgump:vmgump-public:1822122008
Gump E-mail Identifier (unique 

modified ppt content is not visible in office 2003(using HSLF classes of apache3.1)

2008-12-22 Thread hanuma

http://www.nabble.com/file/p21140868/test.ppt test.ppt 
http://www.nabble.com/file/p21140868/test2.ppt test2.ppt 

Hi all,
   i am having a ppt name test.ppt which contains two slides.
 I am modifying the content in the second slide .Now i am storing the whole
content including first and second slides(with modified content) in new ppt
called test2.ppt.
 test2 is the destination ppt where we can see the modified content .
 When we open the test2 ppt in office 2003 and 2007 i can see both the
slides .
But my problem is when we open the same ppt in office 2000 i can see the
first slide
but not second slide.(but the file size remians the same).
   Please check it and give me any suggestions. Please its urgent(please
check once the uploaded ppt test and test2)

Thanks in advance.
gupta
-- 
View this message in context: 
http://www.nabble.com/modified-ppt-content-is-not-visible-in-office-2003%28using-HSLF-classes-of-apache3.1%29-tp21140868p21140868.html
Sent from the POI - Dev mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org