Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Andrew J. Miller
GREAT! Thank you for your help, Nick! Nick Burch wrote: On Thu, 30 Nov 2006, Andrew J. Miller wrote: Since, you've applied the fix, does this mean it will be included in the next alpha release? Yes, it'll be in the next release (be that alpha or beta) Nick --

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Nick Burch
On Thu, 30 Nov 2006, Andrew J. Miller wrote: Since, you've applied the fix, does this mean it will be included in the next alpha release? Yes, it'll be in the next release (be that alpha or beta) Nick - To unsubscribe, e-mail

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Andrew J. Miller
Thank you! Since, you've applied the fix, does this mean it will be included in the next alpha release? Andy Nick Burch wrote: On Thu, 30 Nov 2006, Andrew J. Miller wrote: WORKBOOK Property: "WORKBOOK" Name = "WORKBOOK" There's the problem. HSSFWorkbook only supported Work

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Nick Burch
On Thu, 30 Nov 2006, Andrew J. Miller wrote: WORKBOOK Property: "WORKBOOK" Name = "WORKBOOK" There's the problem. HSSFWorkbook only supported Workbook, not WORKBOOK. I've applied a fix, so if you do a svn checkout (or grab tomorrow's nightly), it ought to work Nick -

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Andrew J. Miller
Sorry about that... My console buffer was too small. Here are the first lines from the output which include the workbook section... POIFS FileSystem Property: "Root Entry" Name = "Root Entry" Property Type = 5 Node Color= 1 Time 1= 0 Time 2= 0 Sum

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Nick Burch
On Thu, 30 Nov 2006, Andrew J. Miller wrote: At what address am I supposed to be looking at (and how do I interpret '' as the contents)? I have scanned through the entire output and none of the lines had anything listed plainly (like the word Workbook or entry or anything)... On a normal

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Andrew J. Miller
I did, but I do not know how to interpret the results... Below is the first few lines of the output which for the most part are the same as the rest (mostly '.' with a few characters in between)... A940 00 00 00 FD 00 0A 00 BA 00 09 00 16 00 3A 03 00 .:.. A950 00

Re: Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Nick Burch
On Thu, 30 Nov 2006, Andrew J. Miller wrote: I have an excel spreadsheet that is being generated by Crystal Reports and processing fails right away with an exception: java.io.FileNotFoundException: no such entry: "Workbook" Have you taken a look (with POIFSViewer) at what entry your file does

Crystal Reports Excel File -> no such entry: "Workbook"

2006-11-30 Thread Andrew J. Miller
Hi all, I'm running into the exact same problem described here: http://www.mail-archive.com/poi-user@jakarta.apache.org/msg07662.html I have an excel spreadsheet that is being generated by Crystal Reports and processing fails right away with an exception: java.io.FileNotFoundException: no such

Re: error with getSlideNumber()

2006-11-30 Thread Yegor Kozlov
Hi, Make sure you are using the latest POI jar. We fixed this bug some time ago. Daily builds are available at http://encore.torchbox.com/poi-cvs-build/. If the problem persists, could you create an issue in bugzilla and attach your test ppt? Regards, Yegor DPN> org.apache.poi.hslf.model.Slide

error with getSlideNumber()

2006-11-30 Thread Duc Phuong Nguyen
org.apache.poi.hslf.model.Slide.getSlideNumber() will not work correctly if we reorder the slides, the same bug happens for org.apache.poi.hslf.usermodel.SlideShow.getSlides(), the return Slide[] array is also in the old order. How to reproduce the error: 1. Create an presentation with Power