Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Nicola Ken Barozzi
From: Andrew C. Oliver [EMAIL PROTECTED] I disagree, I think the windows specific file format stuff (WMF) should end up in a package of POI. Ha. (I'm okay with that package being tied to awt as its strictly image related so long as other packages dont directly link to it and make X a

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Glen Stampoultzis
I agree. Would seem to fit into the Morphos project goals better than Poi. Then again, I really don't care _that_ much. :) -- Glen From: Andrew C. Oliver [EMAIL PROTECTED] I disagree, I think the windows specific file format stuff (WMF) should end up in a package of POI. Ha. (I'm

cvs commit: jakarta-poi/src/documentation/xdocs/hpsf how-to.xml

2002-04-29 Thread klute
klute 02/04/29 01:16:19 Modified:src/documentation/xdocs/hpsf how-to.xml Log: Revision ChangesPath 1.8 +4 -3 jakarta-poi/src/documentation/xdocs/hpsf/how-to.xml Index: how-to.xml ===

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Rainer Klute
Andrew C. Oliver [EMAIL PROTECTED] wrote: Dude. Thats totally awesome. You may find you need to create a hacked copy of Batik to prevent imports of other Batik code tied to AWT. (Batik is the famous Cocoon awt tie problem ;-) ). Consider whether this code is an appropriate addition to HPSF

cvs commit: jakarta-poi/src/documentation/xdocs/hpsf thumbnail.html

2002-04-29 Thread klute
klute 02/04/29 01:20:51 Added: src/documentation/xdocs/hpsf thumbnail.html Log: Revision ChangesPath 1.1 jakarta-poi/src/documentation/xdocs/hpsf/thumbnail.html Index: thumbnail.html

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Rainer Klute
Drew Varner [EMAIL PROTECTED] wrote: I was thinking Thumbnails might justify their own HOWTO given their complexity . +1 Best regards Rainer Klute Rainer Klute IT-Consulting GmbH i. Gr. Dipl.-Inform. Rainer Klute E-Mail: [EMAIL PROTECTED] Körner

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Rainer Klute
Andrew C. Oliver [EMAIL PROTECTED] wrote: +/- - What I think would be optimal is having a windows specific image library under POI in its own package. It could be tied to awt until someone scratches the itch. Anyhow, don't tie HPSF/HDF/HSSF/POIFS to AWT and my objections are satisfied. Even if

Re: HPSF - Summary Information - getThumbnail()

2002-04-29 Thread Rainer Klute
Andrew C. Oliver [EMAIL PROTECTED]: I'm not sure of the license but there may be something in PJA that you could look at. (PJA=Pure Java AWT -- search on google). Ehm. Looking for something is really nothing I can afford to spend time for. Can you be more specific? Best regards Rainer Klute

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Nicola Ken Barozzi
From: Avik Sengupta [EMAIL PROTECTED] re dynamic classloading and headless behaviour ... AFAIK, the call to load X (native) libraries happen at link time, which in the java world is basically on classloading. So you CAN get around X loading be ensuring that class loading of ANY awt class

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Rainer Klute
Nicola Ken Barozzi [EMAIL PROTECTED] wrote: Instead of using AWT, I would like to see us make the classes ourselves. What are the AWT classes-methods we need? If they are 200, I agree that AWT is difficult to get around with, but if they're 20... Better try to get around the AWT dependencies!

cvs commit: jakarta-poi/src/documentation/xdocs index.xml

2002-04-29 Thread nicolaken
nicolaken02/04/29 02:47:30 Modified:src/documentation/xdocs index.xml Log: The Serializer has already been ported to Cocoon. Revision ChangesPath 1.10 +4 -3 jakarta-poi/src/documentation/xdocs/index.xml Index: index.xml

cvs commit: jakarta-poi/tools/cents forrest.cent.jar

2002-04-29 Thread nicolaken
nicolaken02/04/29 02:58:41 Modified:tools/cents forrest.cent.jar Log: Added hour to the lastmodified date at the bottom of each page. Revision ChangesPath 1.10 +20 -21jakarta-poi/tools/cents/forrest.cent.jar Binary file

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Rainer Klute
Drew Varner [EMAIL PROTECTED] wrote: Will do. I need to get WinCVS for my machine though. For now I hacked your HTML file a bit and save it in the CVS. It is still in HTML and it is unlinked just to be there for the time being. Switching laptops, so new one will be dual-boot with Linux,

cvs commit: jakarta-poi .cvsignore

2002-04-29 Thread glens
glens 02/04/29 04:07:11 Modified:..cvsignore Log: Ignore CVS workspace files. Revision ChangesPath 1.8 +1 -0 jakarta-poi/.cvsignore Index: .cvsignore === RCS file:

cvs commit: jakarta-poi/src/examples/src/org/apache/poi/hssf/usermodel/examples BigExample.java Borders.java FrillsAndFills.java

2002-04-29 Thread glens
glens 02/04/29 04:08:22 Modified:src/documentation/xdocs/hssf how-to.xml quick-guide.xml src/documentation/xdocs todo.xml src/examples/src/org/apache/poi/hssf/usermodel/examples BigExample.java Borders.java FrillsAndFills.java

cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel SanityChecker.java TestCellStyle.java TestWorkbook.java

2002-04-29 Thread glens
glens 02/04/29 04:10:29 Modified:src/java/org/apache/poi/hssf/model Workbook.java src/java/org/apache/poi/hssf/util HSSFColor.java src/testcases/org/apache/poi/hssf/usermodel TestCellStyle.java TestWorkbook.java Added:

Re: My first Formula

2002-04-29 Thread Glen Stampoultzis
Hrrm, I didn't have much trouble. I got mine at computer books at half price now called bargainbookco. I haven't checked if they still have any copies. I think you should get a copy of the Excel 97 Developer's kit from Amazon.com Allready tried that, no luck :( ... Most of amazon's

Formula Problem

2002-04-29 Thread Libin Roman
Hi, I found some interesting behavior of formula and string record. Maybe someone can help me :)) I hope. As you know if formula returns a string value, we got a string record after the formula string. I found that in some cases the string record isn't there, there a record 4BCh which

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Glen Stampoultzis
What's the speed like? It it possible to do the opposite? ie, boot linux in windows? Regards, Glen - Original Message - From: Rainer Klute [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Rainer Klute [EMAIL PROTECTED] Sent: Monday, April 29, 2002 6:20 PM Subject: Re: Description of

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Rainer Klute
What's the speed like? It it possible to do the opposite? ie, boot linux in windows? I never ran benchmarks and I never did any CPU-intensive things under Windows, but I think, yes, speed is okay - provided you have enough physical memomy. You should have the memory you donate to the

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Nicola Ken Barozzi
From: Andrew C. Oliver [EMAIL PROTECTED] Right, but this is a windows-specific binary format. Not an XML tag language. The API for the binary format is the part I think that is POI. XML tag lanugages for it...well thats not POI. To be honest I'm +1 in keeping it in POI. It's just that I'm

Re: HPSF - Summary Information - getThumbnail()

2002-04-29 Thread Andrew C. Oliver
yeah... I don't remember the site either. Try this http://www.google.com/search?hl=enq=pja+awt+ works pretty good :-D Rainer Klute wrote: Andrew C. Oliver [EMAIL PROTECTED]: I'm not sure of the license but there may be something in PJA that you could look at. (PJA=Pure Java AWT -- search

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Andrew C. Oliver
Not bad...not geat but not bad either. Yes but then you miss many of the advantages (windows just crashes itself in the VM and not your ocmputer most of the time). Glen Stampoultzis wrote: What's the speed like? It it possible to do the opposite? ie, boot linux in windows? Regards, Glen

Re: Numeric Types in org.apache.poi.hpsf.littleendian

2002-04-29 Thread Andrew C. Oliver
BTW, I'm starting to think that we could do a jar for each package... +1, but *not yet* (Basically lets wait till the hangover from the last major build restructuring is done before we go on another benderPlus formulas are now moving at lightning speed and I don't want to slow it

TESTS was Re: cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodelSanityChecker.java TestCellStyle.java TestWorkbook.java

2002-04-29 Thread Andrew C. Oliver
Hi Glen, I'll be doing this as I see it anyhow but this: System.setProperty( HSSF.testdata.path, src/testcases/org/apache/poi/hssf/data); should read System.setProperty( HSSF.testdata.path,

DO NOT REPLY [Bug 8624] - [PATCH] formulas:- handle floats and misc cleanup

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8624] - [PATCH] formulas:- handle floats and misc cleanup

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Some Getting Started Help

2002-04-29 Thread Riley, Cameron
Avik, Doing a diff on a the xls will probabaly give u very little from a poi perspective. There is an utility called BiffViewer org.apache.poi.hssf.dev.BiffViewer) that displays the record structures for an xls file. Running that on the the two xls files and then doing a diff will tell you

Re: HPSF - Summary Information - getThumbnail()

2002-04-29 Thread Rainer Klute
Andrew C. Oliver [EMAIL PROTECTED] wrote: yeah... I don't remember the site either. Pure Java AWT is available under http://www.eteks.com/pja/en/ and its under the GNU General Public License. I guess that means we cannot include/distribute/whatever it, but we could support it by saying if you

Q's on formulas

2002-04-29 Thread Avik Sengupta
I have attached my latest patches to bugzilla that adds the ability to do floats. All existing tests pass .. i will write up new tests for floats soon .. promise :) I have added a new NumberPtg.java, modelled on the existing records and Ptg. Tell me if its messed up somehow. (My knowledge of

Re: HPSF - Summary Information - getThumbnail()

2002-04-29 Thread Andrew C. Oliver
Darn. Dang GPL bah. Anyhow, I had no luck getting it to work with JDK 1.3.1. I was more thinking grab the source for the image class but it sounds like tahts not possible. Darn. Sorry. Rainer Klute wrote: Andrew C. Oliver [EMAIL PROTECTED] wrote: yeah... I don't remember the site

DO NOT REPLY [Bug 8624] - [PATCH] formulas:- handle floats and misc cleanup

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8624] - [PATCH] formulas:- handle floats and misc cleanup

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Q's on formulas

2002-04-29 Thread Andrew C. Oliver
Avik Sengupta wrote: I have attached my latest patches to bugzilla that adds the ability to do floats. All existing tests pass .. i will write up new tests for floats soon .. promise :) I found writing tests first was kind of fun and useful. Make a failing test and watch it succeed as you

Re: Apache License in Source Code

2002-04-29 Thread Andrew C. Oliver
Yes. I think you're right. Please submit a patch making it match the rest of the software and I'll apply it. Drew Varner wrote: I was looking at org.apache.poi.hpsf.SummaryInformation.java and I noticed the following blurb... * Portions of this software are based upon public domain

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Rainer Klute
Andrew C. Oliver [EMAIL PROTECTED] Not bad...not geat but not bad either. Yes but then you miss many of the advantages (windows just crashes itself in the VM and not your ocmputer most of the time). Yes, and you can even run your virtual disk C to redoable. This means if your virtual Windows

Re: Formula Problem

2002-04-29 Thread Andrew C. Oliver
How odd. Can you send me a sheet with that? I'd like to play with it. On Mon, 2002-04-29 at 07:14, Libin Roman wrote: Hi, I found some interesting behavior of formula and string record. Maybe someone can help me :)) I hope. As you know if formula returns a string value, we got a string

cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/util TestReferenceUtil.java

2002-04-29 Thread acoliver
acoliver02/04/29 17:14:54 Modified:src/testcases/org/apache/poi/hssf/util TestReferenceUtil.java Log: must have missed a commit yesterday...oops Revision ChangesPath 1.2 +66 -0

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record/formula FormulaParser.java FunctionPtg.java IntPtg.java

2002-04-29 Thread acoliver
acoliver02/04/29 17:19:49 Modified:src/java/org/apache/poi/hssf/record/formula FormulaParser.java FunctionPtg.java IntPtg.java Log: Aviks patches for numbers mostly. Revision ChangesPath 1.11 +17 -10

cvs commit: jakarta-poi/src/java/org/apache/poi/util HexDump.java

2002-04-29 Thread acoliver
acoliver02/04/29 18:05:49 Modified:src/java/org/apache/poi/hssf/record/formula AttrPtg.java FormulaParser.java Ptg.java src/java/org/apache/poi/hssf/record FormulaRecord.java src/java/org/apache/poi/util HexDump.java Log: got

Re: Description of byte[] from getThumbnail()

2002-04-29 Thread Glen Stampoultzis
Great. Does it run Exchange? Pretty soon I'll have no excuse to stick with windows. Regards, Glen - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 29, 2002 10:38 PM Subject: Re: Description of byte[] from getThumbnail() And

cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel TestFormulas.java

2002-04-29 Thread acoliver
acoliver02/04/29 19:12:26 Modified:src/testcases/org/apache/poi/hssf/usermodel TestFormulas.java Log: sum formula test Revision ChangesPath 1.9 +63 -21 jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestFormulas.java

cvs commit: jakarta-poi/src/java/org/apache/poi/hpsf/wellknown PropertyIDMap.java SectionIDMap.java

2002-04-29 Thread acoliver
acoliver02/04/29 20:51:03 Modified:src/java/org/apache/poi/hpsf DocumentSummaryInformation.java HPSFException.java HPSFRuntimeException.java MarkUnsupportedException.java NoPropertySetStreamException.java

DO NOT REPLY [Bug 8632] - [PATCH] Remove references to Public Domain server software in Apache License

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8632. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-poi/src/documentation/xdocs who.xml

2002-04-29 Thread acoliver
acoliver02/04/29 20:54:28 Modified:src/documentation/xdocs who.xml Log: 8589 applied Revision ChangesPath 1.13 +1 -0 jakarta-poi/src/documentation/xdocs/who.xml Index: who.xml === RCS

DO NOT REPLY [Bug 8365] - [logo submission -- committers vote] POI Logo contest

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8365. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8576] - dist target is broken

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8576. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 8624] - [PATCH] formulas:- handle floats and misc cleanup

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8624. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record/formula AddPtg.java Area3DPtg.java AreaPtg.java

2002-04-29 Thread acoliver
acoliver02/04/29 21:43:17 Modified:src/java/org/apache/poi/hssf/record/formula AddPtg.java Area3DPtg.java AreaPtg.java Log: javadoc mostly Revision ChangesPath 1.8 +3 -2

getThumbnail() Patch

2002-04-29 Thread Drew Varner
Hey Folks, I have a patch I'd like to see applied to byte[] getThumbnailAsWMF() in HPSF's SummaryInformation class. However, it includes a new file. I created an Interface named ThumbnailConstants because there are so many, and then patched SummaryInformation.java. Also, do you keep

DO NOT REPLY [Bug 8576] - dist target is broken

2002-04-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8576. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.