> When you look through CVS, you get the Development Head by default :).
Yes I understand that.
What I can't figure out is which packages/classes/methods I should be
looking at.
Best regards,
Robert Lowe
http://RMLowe.com/
---
Hi,
I created a HSSFWorkbook from an excel file. I like to add more row to
existing sheet with the same style and formula ( if any). I followed the
same logic as RepeatingRowsAndColumns.java example. This did not work.
Then I tried to run RepeatingRowsAndColumns example class and got the
follo
Hi!
In you workbook, in the first sheet (All Data), there are two named ranges
defined (Insert->Name->Define) one is PM which is defined as ='All
Data'!$T$1:$U$2. The other is PM_1 which seems to be defined to 'All Data'!#REF
. This causes the resulting xl file to become corrupt. ( Unknown Ptg 3d
When you look through CVS, you get the Development Head by default :).
cvs co jakarta-poi
that will pull off the latest development build (with the performance
changes).
to get the latest Release 2 branch:
cvs co -r REL_2_BRANCH jakarta-poi
Robert Lowe wrote:
Sounds interesting--where woul
I'll look into this later today. with the code and the file available, i
should at least be able to tell whats wrong, if not fix it.
On Sat, 2003-10-25 at 01:11, Jean, Victor [IT] wrote:
> I'm using POI to do a exact copy of an excel file.
>
> here's the code:
>
> HSSF hssf = ne
there isnt anything called 2.0 yet.. its either 2.0pre1 or 2.0pre2 or
2.0pre3 .. every build that is available for download has a version and
timestamp in it.
In general, you problem should be solved by using the latest code from
CVS, or waiting for the next release.
On Mon, 2003-10-27 at 10:45
Hi, using 2.0-pre3. When I encounter a NumberRecord using the event API,
how do I find out if the number was a double 2000.0 or an integer 2000?
POI always returns 2000.0 and has no apprent API for resolving this.
If I mark the document cell as Text rather than eg. General or Number,
the exact sam
Hello all,
I want to extract (read only) text from a Word
Document. What I need is just a text body without any
other information. Can anyone help me with this.
Thanks,
Phuoc.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add