Commit Graph

615 Commits

Author SHA1 Message Date
Nick Burch
e626f3ec08 Fixes from Yegor, from bug #39395
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@405092 13f79535-47bb-0310-9956-ffa450edef68
2006-05-08 16:43:11 +00:00
Sean Sullivan
5261314809 changed CVS references to Subversion
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@395766 13f79535-47bb-0310-9956-ffa450edef68
2006-04-21 03:31:42 +00:00
Nick Burch
9e9dc0e4d9 Add Yegor's documention on the Shapes and Pictures stuff
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@393575 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 18:47:44 +00:00
Rainer Klute
f213a74d5a Added a reference to Wotsit's Format.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@388403 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 06:18:45 +00:00
Nick Burch
30cfb74730 Update docs with info on new code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@387014 13f79535-47bb-0310-9956-ffa450edef68
2006-03-19 18:43:40 +00:00
Rainer Klute
bb7ebd3492 * Writing support added to the SummaryInformation and DocumentSummaryInformation classes. These classes now have methods for setting and removing properties. Coherent extensions are:
** Documentation section about writing standard properties added to the HPSF HOW-TO.
** Example application added showing how to modify the document summary information.
** Testcases added for testing modifying summary information and document summary information.
** PropertySetFactory extended to create SummaryInformation and DocumentSummaryInformation instances.

* Added MutablePropertySet.write(DirectoryEntry, String) to ease writing a property set to a POI filesystem document.

* Improved codepage handling.

* Bug fixed: Integral values were read and written as unsigned instead of signed.

* Reworked the mapping between variant types and Java types: Variant.VT_I4 is mapped to Integer now and Variant.VT_I8 to Long. This might cause incompatibilities if you are doing low-level HPSF programming. 

* Changed SectionIDMap.DOCUMENT_SUMMARY_INFORMATION_ID from a byte[] to a byte[][] in order to contain the format ID of the first and the second section. This is an incompatible change!

* Added PropertySet.getFirstSection(). This method is similar to getSingleSection() won't choke if the property set has more than one section.

* Support for low-level reading and writing of Variant.VT_I8 type properties added.

* Unnecessary casts removed.

* Poibrowser's display format changed slightly.



git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@382887 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 16:57:55 +00:00
Nick Burch
85610bdb25 Update scratchpad link, and mention extractor for hwpf
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377382 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 14:09:03 +00:00
Rainer Klute
3dae9ee8ef Replaced "CVS" in the top-lvel files by "Subversion".
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@376062 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 20:50:58 +00:00
Nick Burch
a5d4a16967 Added information from Yegor on font storage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353786 13f79535-47bb-0310-9956-ffa450edef68
2005-09-17 15:40:15 +00:00
Nick Burch
d4add2e368 List Yegor as co-author on file, since his information on Font and Text
Styling is now included


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353784 13f79535-47bb-0310-9956-ffa450edef68
2005-09-05 09:34:07 +00:00
Nick Burch
08276ffe43 NCB: Updated documentation on StyleTextPropAtom
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353783 13f79535-47bb-0310-9956-ffa450edef68
2005-09-04 20:09:11 +00:00
Nick Burch
4e01b6989f Add some information on fonts, paragraph stylings etc. (Holds the latest
knowledge as encapsulated in StyleTextPropAtom.java)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353761 13f79535-47bb-0310-9956-ffa450edef68
2005-08-07 15:04:46 +00:00
Amol S. Deshmukh
3bb1a854df Added quick-guide entry for how to create NamedRanges and NamedCells using HSSFName
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353749 13f79535-47bb-0310-9956-ffa450edef68
2005-07-13 13:15:05 +00:00
Nick Burch
feec0fdaca Add information about HSLF support that's now present in 3.0 alpha 1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353738 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 11:38:50 +00:00
Glen Stampoultzis
ec8c35c2cb Validation issues
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353737 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 10:32:49 +00:00
Glen Stampoultzis
c9084795b9 Changed for upcoming build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353736 13f79535-47bb-0310-9956-ffa450edef68
2005-07-04 09:59:03 +00:00
Nick Burch
ed83ff62b1 A few small updates to the HSLF useage docs, and adding some initial documentation on the PowerPoint file format
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353707 13f79535-47bb-0310-9956-ffa450edef68
2005-06-09 13:12:59 +00:00
Avik Sengupta
903dc20dd6 documentation for powerpoint support
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353702 13f79535-47bb-0310-9956-ffa450edef68
2005-05-28 19:28:22 +00:00
Avik Sengupta
6073bdbbdd small update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353699 13f79535-47bb-0310-9956-ffa450edef68
2005-05-24 14:23:03 +00:00
Andrew C. Oliver
4c4f14a2ad removed old links to an alternatives page which no longer is useful to the project
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353697 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 20:25:29 +00:00
Andrew C. Oliver
d18495c966 No other project really does this and it has outlived its usefulness to poi
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353696 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 20:22:25 +00:00
Avik Sengupta
4a5d185c23 new formula eval docs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353686 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 10:36:06 +00:00
Avik Sengupta
3dfeef4a30 documentation for formula Evaluation. Thanks Amol!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353679 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 14:52:42 +00:00
Avik Sengupta
36c8fb1399 extra styles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353678 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 14:35:28 +00:00
Glen Stampoultzis
b94ddd0e9f Added image support for POI. See the quick guide for details. Sponsored through superlink software.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353660 13f79535-47bb-0310-9956-ffa450edef68
2005-05-01 11:26:18 +00:00
Rainer Klute
80db4fa339 Added some prose about our search for an HWPF pointman.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353635 13f79535-47bb-0310-9956-ffa450edef68
2005-02-23 19:32:18 +00:00
Avik Sengupta
d52b44464e fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353633 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 10:03:55 +00:00
Avik Sengupta
a3c9832718 docs for ruby bindings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353632 13f79535-47bb-0310-9956-ffa450edef68
2005-02-18 06:36:09 +00:00
Rainer Klute
68c9b04b37 - Compiling POI now includes the example classes.
- Javadoc now includes the example classes.
- Added usage instructions to the POI Browser documentation.
- Added references to the examples and the contributed software to the POI overview.
- Added a missing import to an HPSF example class.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353626 13f79535-47bb-0310-9956-ffa450edef68
2005-01-25 20:08:18 +00:00
Glen Stampoultzis
cc6688f3ae Doh! One of our case study sites has changed to a porn site. Fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353625 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 20:12:49 +00:00
Glen Stampoultzis
2c31ef7631 Fixed bugzilla references
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353619 13f79535-47bb-0310-9956-ffa450edef68
2005-01-01 06:59:32 +00:00
Rainer Klute
cc0e14adcd *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353615 13f79535-47bb-0310-9956-ffa450edef68
2004-12-31 06:49:41 +00:00
Glen Stampoultzis
550682d2b3 Bugzilla Bug 29976 [PATCH] HSSF hyperlink formula size problem
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353589 13f79535-47bb-0310-9956-ffa450edef68
2004-08-26 03:17:56 +00:00
Glen Stampoultzis
eeef2a1b12 Merged REL_2_BRANCH to head.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353586 13f79535-47bb-0310-9956-ffa450edef68
2004-08-23 08:52:54 +00:00
Rainer Klute
e6d500243c Made it explicit that you need J2SE 1.4 or better for a reasonable codepage support.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353580 13f79535-47bb-0310-9956-ffa450edef68
2004-08-13 20:42:04 +00:00
Rainer Klute
13dd384a09 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353563 13f79535-47bb-0310-9956-ffa450edef68
2004-06-22 16:16:33 +00:00
Glen Stampoultzis
a4047ad573 New licence changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353545 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 13:05:39 +00:00
Glen Stampoultzis
d335e740b6 Ported the drawing stuff from the rel_2_branch. Given the effort this took I'm really really wanting to move to subversion.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353542 13f79535-47bb-0310-9956-ffa450edef68
2004-04-09 11:45:38 +00:00
Glen Stampoultzis
bca4b281d6 Copied in the new change details into the status file of head. Boy I'll be glad when the 2.0 branch is dead.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353492 13f79535-47bb-0310-9956-ffa450edef68
2004-01-26 11:19:46 +00:00
Avik Sengupta
e1e1c18652 getting forrest to build on HEAD. Sorry Glen :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353486 13f79535-47bb-0310-9956-ffa450edef68
2004-01-17 19:29:00 +00:00
Avik Sengupta
220a4e5c9d Auguste's Spanish Transaltions. Thanks
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353469 13f79535-47bb-0310-9956-ffa450edef68
2003-12-30 17:47:48 +00:00
Rainer Klute
131bb9d0bd HPSF: codepage support added
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353460 13f79535-47bb-0310-9956-ffa450edef68
2003-12-02 17:46:01 +00:00
Andrew C. Oliver
8f4ba6a951 new case study. Thanks!!!
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353457 13f79535-47bb-0310-9956-ffa450edef68
2003-11-23 19:49:11 +00:00
Tetsuya Kitahata
839236d49b Apachecon US 2003 is over
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353456 13f79535-47bb-0310-9956-ffa450edef68
2003-11-20 22:36:27 +00:00
Avik Sengupta
0d1e4189e5 documentation update for 2.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353455 13f79535-47bb-0310-9956-ffa450edef68
2003-11-19 19:01:23 +00:00
Glen Stampoultzis
2ce99096db Applied change log to HEAD
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353436 13f79535-47bb-0310-9956-ffa450edef68
2003-11-02 23:29:44 +00:00
Tetsuya Kitahata
560fb1aa8c Updated skinconf to be fit to Apache Forrest 0.5.1
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353411 13f79535-47bb-0310-9956-ffa450edef68
2003-10-26 09:09:20 +00:00
Tetsuya Kitahata
b5be1f443d Enhancement of Tab (PDF/XML/Print links to tab menu)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353410 13f79535-47bb-0310-9956-ffa450edef68
2003-10-26 05:32:51 +00:00
Shawn Laubach
53b75e9c11 Updated documentation so that Fix To example is named properly.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353408 13f79535-47bb-0310-9956-ffa450edef68
2003-10-23 17:20:41 +00:00
Glen Stampoultzis
5ae8d17af2 Change to heading
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353405 13f79535-47bb-0310-9956-ffa450edef68
2003-10-19 09:54:06 +00:00
Tetsuya Kitahata
21905210f7 "Apache | Jakarta | POI " ;-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353391 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 09:46:14 +00:00
Tetsuya Kitahata
50db711b86 Slight change of "POI-skin" for *ApacheCon US 2003*
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353389 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 09:43:48 +00:00
Tetsuya Kitahata
c19d4583c2 Added "Apache POI TOP" (Left-side navi)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353388 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 09:43:02 +00:00
Tetsuya Kitahata
b0e2f1cf4c Revert POI Logo (White Background)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353387 13f79535-47bb-0310-9956-ffa450edef68
2003-10-12 02:25:05 +00:00
Tetsuya Kitahata
d430353293 "poi-skin": Original Skin (Forrest) for Jakarta POI Project
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353386 13f79535-47bb-0310-9956-ffa450edef68
2003-10-11 18:23:03 +00:00
Glen Stampoultzis
41707255d3 Changes is old and doesn't work too well in forrest 0.5 anywho.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353366 13f79535-47bb-0310-9956-ffa450edef68
2003-09-22 07:38:15 +00:00
Glen Stampoultzis
9400e9f3cb Fixed to work with forrest 0.5
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353365 13f79535-47bb-0310-9956-ffa450edef68
2003-09-22 03:44:51 +00:00
Rainer Klute
8bd4b39387 - Comparing sections refined: For the dictionary (property 0) only the value (Map) is relevant. The dictionary's codepage (property 1) is disregarded.
- New sample application CopyCompare. I'll turn that into a testcase later.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353362 13f79535-47bb-0310-9956-ffa450edef68
2003-09-20 15:43:08 +00:00
Glen Stampoultzis
ac57389456 Fixed validation error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353361 13f79535-47bb-0310-9956-ffa450edef68
2003-09-19 14:20:02 +00:00
Rainer Klute
59a0fb6b4e HPSF writing property sets documentation completed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353353 13f79535-47bb-0310-9956-ffa450edef68
2003-09-16 15:58:30 +00:00
Rainer Klute
85570b5c07 More HPSF property writing documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353351 13f79535-47bb-0310-9956-ffa450edef68
2003-09-15 20:13:01 +00:00
Rainer Klute
703ae9b031 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353347 13f79535-47bb-0310-9956-ffa450edef68
2003-09-13 12:17:24 +00:00
Rainer Klute
f1182ce38a Column headers swapped.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353345 13f79535-47bb-0310-9956-ffa450edef68
2003-09-11 21:48:47 +00:00
Rainer Klute
4e42b0877d I reverted my changes to the "section" element. Now it no longer complies with the DTD but Forrest can process it. :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353337 13f79535-47bb-0310-9956-ffa450edef68
2003-09-04 19:48:01 +00:00
Rainer Klute
5b6df1dd86 More HPSF documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353330 13f79535-47bb-0310-9956-ffa450edef68
2003-09-01 18:48:20 +00:00
Rainer Klute
0b6549ab56 German translation fixes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353324 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:20:11 +00:00
Rainer Klute
8e2ec11a70 Small documentation updates for HPSF writing capabilities.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353323 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:19:04 +00:00
Rainer Klute
75e9b60135 Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353322 13f79535-47bb-0310-9956-ffa450edef68
2003-08-30 09:18:15 +00:00
Glen Stampoultzis
3bde9312dd Point to new mirrored downloads
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353318 13f79535-47bb-0310-9956-ffa450edef68
2003-08-29 00:45:14 +00:00
Tetsuya Kitahata
e7266f81c9 PR:18846
Obtained from:
Submitted by:	kamoshida.toshiaki@future.co.jp (Toshiaki Kamoshida)
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353304 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 14:07:40 +00:00
Tetsuya Kitahata
3dd04f9934 Applied Jeff Turners' Patch: To keep compatibilities of BUILD with 0.4 and forrest CVS HEAD
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353303 13f79535-47bb-0310-9956-ffa450edef68
2003-08-19 12:14:05 +00:00
Rainer Klute
350f3e1bcf *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353302 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 05:23:04 +00:00
Tetsuya Kitahata
e70135991f changes.xml: type attribute should be changed properly later
Temporarily, "unknown" to "add" .. please rewrite >> those who know the *past*


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353301 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 04:10:39 +00:00
Tetsuya Kitahata
f171a67e9c changes.xml: added many 'type="unknown"'s to avoid the build error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353300 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 03:06:15 +00:00
Tetsuya Kitahata
8ff11e457e HDF -> HWPF : HDF directory is obsolete
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353299 13f79535-47bb-0310-9956-ffa450edef68
2003-08-08 03:00:07 +00:00
Rainer Klute
b0604e9210 Headline changed because it is *very* misleading.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353298 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 18:49:31 +00:00
Tetsuya Kitahata
351f4a0888 Glen's e-mail address to poi-user at jakarta
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353297 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:57:33 +00:00
Tetsuya Kitahata
a2aa97ae86 Forgot to perform the XML Validation: fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353296 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:52:29 +00:00
Tetsuya Kitahata
eb62dfbdb9 Deleted the word, "Horrible" for (re)branding...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353295 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:45:16 +00:00
Tetsuya Kitahata
c145c0aab8 ES Translation: Reverted and Made changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353294 13f79535-47bb-0310-9956-ffa450edef68
2003-08-06 04:30:39 +00:00
Rainer Klute
6881971ed3 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353291 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 20:52:25 +00:00
Tetsuya Kitahata
2024ced65f no message
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353290 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 04:37:19 +00:00
Tetsuya Kitahata
7925e41b55 HDF -> HWPF
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353289 13f79535-47bb-0310-9956-ffa450edef68
2003-08-05 04:00:14 +00:00
Tetsuya Kitahata
f194f97ce2 Poi -> POI
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353287 13f79535-47bb-0310-9956-ffa450edef68
2003-08-04 04:20:29 +00:00
Tetsuya Kitahata
b5eabd5d58 Poi -> POI
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353286 13f79535-47bb-0310-9956-ffa450edef68
2003-08-04 03:42:47 +00:00
Tetsuya Kitahata
86d3ea980d FIXED miscs (mail.html --> mail2.html etc)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353271 13f79535-47bb-0310-9956-ffa450edef68
2003-07-29 10:40:19 +00:00
Tetsuya Kitahata
04bf7ac501 Comment out: CVS Changelog
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353270 13f79535-47bb-0310-9956-ffa450edef68
2003-07-29 10:26:33 +00:00
Tetsuya Kitahata
b36dd93dd5 Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353265 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:24:08 +00:00
Tetsuya Kitahata
2c9fbb1bdc Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353264 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:16:52 +00:00
Tetsuya Kitahata
e0bfda17ad Who.xml: Updated Committers/Emeritus Committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353263 13f79535-47bb-0310-9956-ffa450edef68
2003-07-28 12:14:54 +00:00
Tetsuya Kitahata
2ca5f129f5 book.xml: <MailingList>: directl link to jakarta.apache.org/site/mail2.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353255 13f79535-47bb-0310-9956-ffa450edef68
2003-07-27 00:55:26 +00:00
Avik Sengupta
08c12b2d02 merge from REL 2 BR: documented xalan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353245 13f79535-47bb-0310-9956-ffa450edef68
2003-07-25 19:51:38 +00:00
Andrew C. Oliver
3e2ab28868 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20358
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353238 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 16:45:19 +00:00
Tetsuya Kitahata
bdd470b994 Added "Translators" section, etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353237 13f79535-47bb-0310-9956-ffa450edef68
2003-07-24 16:36:40 +00:00
Tetsuya Kitahata
b92e4d834b Surgery on the author tag :D
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353233 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:56:24 +00:00
Tetsuya Kitahata
122c06a686 POI -> Poi
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353232 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:45:50 +00:00
Tetsuya Kitahata
a303e45bc8 Andrew's mail address -> apache.org
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353231 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:42:17 +00:00
Tetsuya Kitahata
00f4aca7d9 Andy -> Andrew / cocoon url change / removed the word "horrible" etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353230 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:37:30 +00:00
Andrew C. Oliver
6277d09d31 no PR bunnies were hurt in the making of this commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353229 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 01:15:14 +00:00
Tetsuya Kitahata
442cbe5ea0 Our Wish -- Poi to become bigger :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353228 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:53:47 +00:00
Tetsuya Kitahata
e442ae7e7a legal -> Legal
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353227 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:41:34 +00:00
Tetsuya Kitahata
4ff6b823bc Added Legal Stuff
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353226 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:38:29 +00:00
Tetsuya Kitahata
dcda8adaa5 Legal Stuff: Initial
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353225 13f79535-47bb-0310-9956-ffa450edef68
2003-07-20 00:35:54 +00:00
Glen Stampoultzis
951f9b714c Some fixes & removal of my name
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353219 13f79535-47bb-0310-9956-ffa450edef68
2003-07-18 12:19:28 +00:00
Said Ryan Ackley
17f2e9d05d validated
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353214 13f79535-47bb-0310-9956-ffa450edef68
2003-07-16 11:42:32 +00:00
Tetsuya Kitahata
8750fe6fe1 allurement to this website from google
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353206 13f79535-47bb-0310-9956-ffa450edef68
2003-07-13 02:56:50 +00:00
Said Ryan Ackley
7b0787251a project plan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353202 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:25:16 +00:00
Said Ryan Ackley
99af69d0c8 added link to project plan
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353201 13f79535-47bb-0310-9956-ffa450edef68
2003-07-10 12:24:42 +00:00
Tetsuya Kitahata
c9b1bf67e4 Pigeonholed book.xml/ etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353195 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 04:22:55 +00:00
Tetsuya Kitahata
12bbd9535c Misspelling in the transliteration: Russkii Yazyk
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353194 13f79535-47bb-0310-9956-ffa450edef68
2003-07-07 02:50:44 +00:00
Glen Stampoultzis
449e5f214b Moved location of DTD files to correct place.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353190 13f79535-47bb-0310-9956-ffa450edef68
2003-07-06 05:58:45 +00:00
Andrew C. Oliver
05d10e5ff8 pandering to google
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353189 13f79535-47bb-0310-9956-ffa450edef68
2003-07-03 18:42:13 +00:00
Tetsuya Kitahata
04e0debf06 "How TO Build" .. slightly commented about optional.jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353151 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 04:02:31 +00:00
Tetsuya Kitahata
1ab69aeaf5 TIPS: If there's nothing in <title/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353150 13f79535-47bb-0310-9956-ffa450edef68
2003-06-20 01:42:40 +00:00
Tetsuya Kitahata
9fd00bc371 TIPS: If there's nothing in <titile/> tag on XMLs, Forrest would not create PDFs correspond to them
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353149 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 23:08:56 +00:00
Tetsuya Kitahata
088ce6e002 Changed logo : New Project Logo and New Jakarta Logo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353146 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 12:17:58 +00:00
Tetsuya Kitahata
2b408f13c4 "Fran&#231;is -> Fran&#231;ais" :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353145 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:37:50 +00:00
Tetsuya Kitahata
eb5115b528 Changed some chars to "Character Mnemonic Entities"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353144 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:35:22 +00:00
Tetsuya Kitahata
67279b51ba changed links to avoid forrest build error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353143 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 11:00:56 +00:00
Tetsuya Kitahata
c3cbc29914 Deleted redundant <p> and </p>
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353142 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 10:57:10 +00:00
Tetsuya Kitahata
26d47f273f Refactoring: Refactored All of book.xml to standarize the left-side navi formats
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353141 13f79535-47bb-0310-9956-ffa450edef68
2003-06-17 03:20:54 +00:00
Tetsuya Kitahata
e1743a234b appended 'type="unkonwn"' attribute to action element: To avoid Forrest Build Error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353138 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:33:20 +00:00
Tetsuya Kitahata
6f50646bed added unknown.jpg image
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353137 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:27:54 +00:00
Tetsuya Kitahata
a85834b880 Added link to "Korean" Translations of Poi site, etc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353136 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:08:53 +00:00
Tetsuya Kitahata
3ec7bc7e4f Added link to "Korean" Translations of Poi site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353135 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 06:00:05 +00:00
Tetsuya Kitahata
673f8cfaa3 "Translation Guideline" -- fixed some typos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353134 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:57:18 +00:00
Tetsuya Kitahata
46f4f802d1 "Who We Are" -- made slight changes and added Tetsuya
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353133 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:31:23 +00:00
Tetsuya Kitahata
916c3c53ea "In the news" -- several changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353132 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 05:21:22 +00:00
Tetsuya Kitahata
b241f94719 Translated Japanese URL changed:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353131 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 03:16:14 +00:00
Tetsuya Kitahata
8590d66d58 Translations Guildeline: Fixed to be fit to the Forrest Build
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353130 13f79535-47bb-0310-9956-ffa450edef68
2003-06-16 03:10:42 +00:00
Glen Stampoultzis
08d99690d8 New case study. Added after some excited poking from Tetsuya. :-) It may not be pushed to the website immediately however. Need to poke Andy to get his nightly build going again. Either that or just do one myself.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353128 13f79535-47bb-0310-9956-ffa450edef68
2003-06-14 05:46:36 +00:00
Glen Stampoultzis
a8f149c10b Updated project logo's
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353107 13f79535-47bb-0310-9956-ffa450edef68
2003-05-18 01:52:07 +00:00
Glen Stampoultzis
30e81536a7 downloads using ext refereces
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353106 13f79535-47bb-0310-9956-ffa450edef68
2003-05-18 01:50:28 +00:00
Glen Stampoultzis
60b2f7c280 Altered index to point to news service.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353098 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 01:07:35 +00:00
Glen Stampoultzis
971f472ef5 Fixed a mistake I made in the how to build section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353097 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 00:52:25 +00:00
Glen Stampoultzis
de05ae172b Added change list for new upcoming release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353096 13f79535-47bb-0310-9956-ffa450edef68
2003-05-11 00:40:06 +00:00
Glen Stampoultzis
06da334819 Added how to run build documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353093 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 11:06:55 +00:00
Glen Stampoultzis
0009446947 no message
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353092 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 10:12:58 +00:00
Glen Stampoultzis
2e6a5e2048 Fixed a small error in documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353077 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:38:39 +00:00
Glen Stampoultzis
aa21d449fd These should have been removed during the merge
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353076 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:36:28 +00:00
Glen Stampoultzis
8d6d2b8de1 These should have been removed during the merge.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353075 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 23:35:19 +00:00
Glen Stampoultzis
01f9f064c8 Merged from BUILD_BRANCH. Note: There is one problem. The HDF testcases are failing for me which prevents the full build from running. Committers, please feel free to tweak the build on your own now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353067 13f79535-47bb-0310-9956-ffa450edef68
2003-04-24 00:53:41 +00:00
Glen Stampoultzis
beeedde7d9 Testing only
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353060 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 11:21:04 +00:00
Andrew C. Oliver
e9d2bd3872 poi feed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353058 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 16:17:29 +00:00
Avik Sengupta
a495d9e6db Easy to find dev releases on first page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353041 13f79535-47bb-0310-9956-ffa450edef68
2003-04-02 12:31:55 +00:00
Glen Stampoultzis
eac0e5add1 Added Andy as author since much of this came from him.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353040 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 13:03:10 +00:00
Glen Stampoultzis
204005f49f Updated to reflect reality.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353039 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 13:01:43 +00:00
Danny Muid
978c2a0491 Fixed spelling of UNKNOWN for unknown record types and fixed accordingly in the chart documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353036 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 22:14:48 +00:00
Glen Stampoultzis
752e18ccbb Opps... mistyped URL.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353035 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 05:41:07 +00:00
Glen Stampoultzis
0167d684b6 Pointer to homepage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353034 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 03:15:32 +00:00
Danny Muid
fb495e66a7 Corrected spelling on web page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353029 13f79535-47bb-0310-9956-ffa450edef68
2003-03-17 20:50:41 +00:00
Glen Stampoultzis
9087b6e859 Fixed year
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353026 13f79535-47bb-0310-9956-ffa450edef68
2003-03-11 02:35:21 +00:00
Danny Muid
8fca746cb1 Added remove and another PrintArea setting method and documentation update
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353025 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07 21:52:37 +00:00
Danny Muid
b96718de91 Added PrintArea documentation and corrected spelling for contrib description
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353022 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 21:04:47 +00:00
Rainer Klute
4832310e10 Minor improvements.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353015 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 15:12:32 +00:00
Glen Stampoultzis
fef2fc7f96 Recent changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353010 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 06:22:37 +00:00
Shawn Laubach
caf032a84f Received comments about no documentation. Added a blurb in the quick-guide.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353005 13f79535-47bb-0310-9956-ffa450edef68
2003-02-12 15:05:16 +00:00
Rainer Klute
1c3bc26dae Typo corrected. (More corrections are welcome.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353003 13f79535-47bb-0310-9956-ffa450edef68
2003-02-07 18:14:42 +00:00
Glen Stampoultzis
8d97fa765a Support for freezepanes / split panes / header rows and columns on printouts... see documentation for details.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353002 13f79535-47bb-0310-9956-ffa450edef68
2003-02-06 10:29:45 +00:00
Rainer Klute
c6814aa16c Completed the third main section of the HPSF HOW-TO.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353000 13f79535-47bb-0310-9956-ffa450edef68
2003-02-05 19:33:27 +00:00
Rainer Klute
a30f3c8c06 More HPSF documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352999 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 20:28:45 +00:00
Rainer Klute
ae796450bd More HPSF documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352997 13f79535-47bb-0310-9956-ffa450edef68
2003-02-02 05:53:19 +00:00
Rainer Klute
315c315103 Wording and grammar fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352994 13f79535-47bb-0310-9956-ffa450edef68
2003-02-01 13:27:45 +00:00
Rainer Klute
b1d9d2e10f - Started to document the reading of general property set streams.
- Minor documentation fixes.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352993 13f79535-47bb-0310-9956-ffa450edef68
2003-01-30 17:13:15 +00:00
Rainer Klute
f0d24f1970 Ironed the german translation a little bit. And I noticed that the introductory
page should be reconsidered.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352990 13f79535-47bb-0310-9956-ffa450edef68
2003-01-29 16:21:19 +00:00
Rainer Klute
6c05c6aaad Bug 15766 fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352980 13f79535-47bb-0310-9956-ffa450edef68
2003-01-03 11:30:48 +00:00
Avik Sengupta
9183c10d33 PR 15743: Add support for custom palettes: Submitted by Brian Sanders
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352978 13f79535-47bb-0310-9956-ffa450edef68
2003-01-02 11:17:57 +00:00
Rainer Klute
debd622e60 Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352969 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 11:21:52 +00:00
Avik Sengupta
3b8f9aff10 new faq on cell styles
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352966 13f79535-47bb-0310-9956-ffa450edef68
2002-12-27 05:44:40 +00:00
Glen Stampoultzis
7921ef4f7d Some charting work (this is not currently working so don't expect much).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352938 13f79535-47bb-0310-9956-ffa450edef68
2002-12-16 11:16:41 +00:00
Avik Sengupta
d4aab6f574 PR:15294 - Spelling errors
Patch Submitted by: Danny Mui


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352936 13f79535-47bb-0310-9956-ffa450edef68
2002-12-12 07:37:23 +00:00
Rainer Klute
d9ef0d47cf HPSF: Reading Unicode properties are supported now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352933 13f79535-47bb-0310-9956-ffa450edef68
2002-12-10 06:15:20 +00:00
Glen Stampoultzis
c413463f0a Some notes on the currently unimplemented records
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352926 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 01:39:11 +00:00
Glen Stampoultzis
668fb7f360 Units is definately not the start.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352925 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 01:25:13 +00:00
Glen Stampoultzis
a117504b50 Some more learnings on charts.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352919 13f79535-47bb-0310-9956-ffa450edef68
2002-11-20 05:21:11 +00:00
Glen Stampoultzis
039eb28a65 New logo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352916 13f79535-47bb-0310-9956-ffa450edef68
2002-11-14 12:03:20 +00:00
Nicola Ken Barozzi
a4e3f54a3c The new Apache Jakarta logo :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352909 13f79535-47bb-0310-9956-ffa450edef68
2002-11-09 11:27:49 +00:00
Andrew C. Oliver
ab23eab68d oops I copied too much ;-)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352906 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 14:00:00 +00:00
Rainer Klute
1145374a89 Typos fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352905 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 06:19:50 +00:00
Andrew C. Oliver
7968b9ed5c alternative
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352903 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 02:16:33 +00:00
Glen Stampoultzis
4b01bfdbab Linked into the chart records.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352902 13f79535-47bb-0310-9956-ffa450edef68
2002-10-26 08:47:53 +00:00
Glen Stampoultzis
c6a9fe49ee Some stuff I know about charts
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352901 13f79535-47bb-0310-9956-ffa450edef68
2002-10-26 08:47:42 +00:00
Andrew C. Oliver
4f3df034a7 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13707
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352900 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 23:46:58 +00:00
Andrew C. Oliver
69d107008d more german from jens, some spanish stuff too (apparently)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352896 13f79535-47bb-0310-9956-ffa450edef68
2002-10-16 13:11:06 +00:00
Andrew C. Oliver
942195d8b0 patch for who.xml http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13228
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352895 13f79535-47bb-0310-9956-ffa450edef68
2002-10-14 14:05:26 +00:00
Glen Stampoultzis
b345025bf9 Added mailing list link.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352894 13f79535-47bb-0310-9956-ffa450edef68
2002-10-11 00:03:40 +00:00
Andrew C. Oliver
ef93cc9b7d New in the news... new mirrors file, new references
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352890 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 17:50:53 +00:00
Andrew C. Oliver
d31379174b started botching the index page. mostly used babelfish for this. Too much
vocabulary I don't know to take a go at it myself ;-)  (not to mention the
complexity of the grammar).  I just corrected a few obvious mistakes.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352889 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 14:25:46 +00:00
Andrew C. Oliver
15d58be562 Thanks to Jens Lorenz for correcting my Schissespreche ;-)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352888 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 14:05:02 +00:00
Shawn Laubach
70eb3725d0 Corrected bug in HSSFDataFormat and added alias for text format. Updated documentation dealing with data format.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352887 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 12:41:58 +00:00
Glen Stampoultzis
dc9bbc45cb Todo cleanup
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352886 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 00:08:06 +00:00
Glen Stampoultzis
a46e6bdc12 Some changes to record generation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352885 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 00:05:55 +00:00
Glen Stampoultzis
3dc6a403e9 FAQ added
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352884 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 23:14:45 +00:00
Andrew C. Oliver
73adb1b05b Ich habe mein Deutschpreche im Bayerisch biergarten gelernt. Enchuldigung..
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352883 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 20:56:52 +00:00
Shawn Laubach
36cd7fe4fe Added quickguide to demonstrate how to set a sheet as selected in a workbook.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352882 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 17:15:19 +00:00
Shawn Laubach
4119cfbcc4 Added ability to shift rows in a sheet.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352881 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 16:26:24 +00:00
Shawn Laubach
c023333fdb Move self from developer list to committer list and update emails (so people know who to complain to).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352880 13f79535-47bb-0310-9956-ffa450edef68
2002-10-05 02:38:07 +00:00
Andrew C. Oliver
4596d372c5 new translations stuff
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352876 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 23:43:35 +00:00
Andrew C. Oliver
3aef0ad773 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13123
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352872 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:34:37 +00:00
Andrew C. Oliver
4eeb4c9eeb http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13122
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352871 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:19:10 +00:00
Andrew C. Oliver
98d7bb1244 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13113
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352870 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:09:24 +00:00
Andrew C. Oliver
5c95d52345 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13112
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352869 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:05:44 +00:00
Andrew C. Oliver
828720b514 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13111
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352868 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 19:02:44 +00:00
Andrew C. Oliver
7e216fffce fixed all the messed up stuff
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352867 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 18:58:34 +00:00
Andrew C. Oliver
3775c3e5bf Make the build work (someone forgot to run ./build.sh clean docs before they committed invalid xml)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352866 13f79535-47bb-0310-9956-ffa450edef68
2002-10-01 18:58:19 +00:00
Glen Stampoultzis
b2cd061bca Added convience functions example to quick guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352864 13f79535-47bb-0310-9956-ffa450edef68
2002-09-30 23:20:54 +00:00
Said Ryan Ackley
65db2f30a7 made some changes based on suggestions from andy
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352859 13f79535-47bb-0310-9956-ffa450edef68
2002-09-24 20:32:58 +00:00
Said Ryan Ackley
2866a81100 Made this page up to date
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352856 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:13:02 +00:00
Said Ryan Ackley
ad9ee736c9 minor changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352855 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:12:32 +00:00
Said Ryan Ackley
5527fd1593 added entries for a how-to and the docoverview
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352854 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 20:12:18 +00:00
Glen Stampoultzis
a63b298690 Applied getting started patch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352853 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 07:06:46 +00:00
Glen Stampoultzis
24fde5c3d9 Missed one...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352852 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 01:26:43 +00:00
Glen Stampoultzis
1ddb298221 Updated to reflect latest release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352851 13f79535-47bb-0310-9956-ffa450edef68
2002-09-22 01:15:43 +00:00
Andrew C. Oliver
584621b9bd more of the espaniol!
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352849 13f79535-47bb-0310-9956-ffa450edef68
2002-09-20 01:17:57 +00:00
Andrew C. Oliver
14137cf05c spanish pathces from javajoe2975 at comcast dot net - Muchos Gracias
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352848 13f79535-47bb-0310-9956-ffa450edef68
2002-09-19 02:30:21 +00:00
Andrew C. Oliver
59704a6519 committed the hssf english versions to the spanish trans so that they can be patched.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352847 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 23:52:56 +00:00
Andrew C. Oliver
d6758da9c4 addt'l spanish thanks to Agustin Martin Barbera (ambarbero@ree.es)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352846 13f79535-47bb-0310-9956-ffa450edef68
2002-09-18 23:30:34 +00:00
Andrew C. Oliver
c530fb5920 vba code no longer corrupted - http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10213
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352845 13f79535-47bb-0310-9956-ffa450edef68
2002-09-16 18:14:31 +00:00
Andrew C. Oliver
432f37476d jason height added to who we are page, patch from e. pugh:
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=3004

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352842 13f79535-47bb-0310-9956-ffa450edef68
2002-09-11 12:14:28 +00:00
Andrew C. Oliver
0c8abbbec4 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12281
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352837 13f79535-47bb-0310-9956-ffa450edef68
2002-09-05 00:32:37 +00:00
Andrew C. Oliver
e9c40534df added new bug links
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352832 13f79535-47bb-0310-9956-ffa450edef68
2002-09-02 14:45:21 +00:00
Andrew C. Oliver
ef21669380 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11559
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352826 13f79535-47bb-0310-9956-ffa450edef68
2002-08-15 14:17:46 +00:00
Andrew C. Oliver
9f435bb6e8 custom data formats patch: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11068
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352825 13f79535-47bb-0310-9956-ffa450edef68
2002-08-15 14:13:34 +00:00
Glen Stampoultzis
dbc836896f Voting closed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352811 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 01:58:56 +00:00
Andrew C. Oliver
3d78337525 new case study from jared walker
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352807 13f79535-47bb-0310-9956-ffa450edef68
2002-07-27 00:23:07 +00:00
Andrew C. Oliver
a3c338967e from russia with love (LOL)
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10548 #1
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352795 13f79535-47bb-0310-9956-ffa450edef68
2002-07-21 03:03:57 +00:00
Glen Stampoultzis
069f4ce878 An after thought
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352792 13f79535-47bb-0310-9956-ffa450edef68
2002-07-20 12:54:53 +00:00
Glen Stampoultzis
f7e29b5bac New FAQ
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352791 13f79535-47bb-0310-9956-ffa450edef68
2002-07-20 12:51:07 +00:00
Glen Stampoultzis
9d4c978b04 new FAQ
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352784 13f79535-47bb-0310-9956-ffa450edef68
2002-07-20 04:13:30 +00:00
Andrew C. Oliver
d9cc9ddfe1 Added the blog of my speech... boooo booo me
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352780 13f79535-47bb-0310-9956-ffa450edef68
2002-07-18 01:13:55 +00:00
Rainer Klute
864a1521bc *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352779 13f79535-47bb-0310-9956-ffa450edef68
2002-07-17 16:28:13 +00:00
Rainer Klute
bf7181ba81 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352775 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 15:18:09 +00:00
Rainer Klute
d17725d650 - Changed priorities slightly.
- Added reference to bug 8354.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352773 13f79535-47bb-0310-9956-ffa450edef68
2002-07-15 09:00:24 +00:00
Andrew C. Oliver
44660518fb Japanese Translation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352761 13f79535-47bb-0310-9956-ffa450edef68
2002-07-06 22:07:37 +00:00
Andrew C. Oliver
3aafd04e68 yeahhh... apache let me check this in finally.... update to new file...
some site I found in thai


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352749 13f79535-47bb-0310-9956-ffa450edef68
2002-07-03 21:13:05 +00:00
Avik Sengupta
c1c89c753e clarify the release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352735 13f79535-47bb-0310-9956-ffa450edef68
2002-07-01 17:25:06 +00:00
Andrew C. Oliver
9acccaf1e9 made logging performance drain obvious
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352730 13f79535-47bb-0310-9956-ffa450edef68
2002-06-27 22:41:36 +00:00
Andrew C. Oliver
cf3e8aacd0 blased windows missed the extended character
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352722 13f79535-47bb-0310-9956-ffa450edef68
2002-06-24 15:22:22 +00:00
Andrew C. Oliver
5949a86b8e added a case study (BofL)
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352721 13f79535-47bb-0310-9956-ffa450edef68
2002-06-24 12:26:42 +00:00
Glen Stampoultzis
465e375016 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352719 13f79535-47bb-0310-9956-ffa450edef68
2002-06-24 00:16:53 +00:00
Glen Stampoultzis
b0f758d0cd An 'alternative' that does csv for you.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352711 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 12:50:42 +00:00
Glen Stampoultzis
dd8c81977b Fixed another typo!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352709 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 12:00:01 +00:00
Glen Stampoultzis
84dda698cc Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352708 13f79535-47bb-0310-9956-ffa450edef68
2002-06-20 11:58:53 +00:00
Andrew C. Oliver
3eda7eca28 added the word dril per Travis's request
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352707 13f79535-47bb-0310-9956-ffa450edef68
2002-06-18 18:18:16 +00:00
Andrew C. Oliver
eb373342ed Updated w/travis's last name
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352706 13f79535-47bb-0310-9956-ffa450edef68
2002-06-18 18:17:26 +00:00
Nicola Ken Barozzi
c5285fb57e Added info on latest logging system.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352703 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 15:38:29 +00:00
Andrew C. Oliver
4a34e13429 new case study
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352702 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 14:54:34 +00:00
Glen Stampoultzis
511dbc0cea Various changes. SST refactoring which I'm not sure is worth it because I'm pretty sure SST recordsize calculation is all wrong. Added some logging stuff and also merged some stuff from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352701 13f79535-47bb-0310-9956-ffa450edef68
2002-06-15 06:04:26 +00:00
Avik Sengupta
ffe4a6d83e Add util method to check date formatting in Excel, submitted by Jason Hoffman
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352695 13f79535-47bb-0310-9956-ffa450edef68
2002-06-13 17:17:24 +00:00
Glen Stampoultzis
65400bbe1b Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352694 13f79535-47bb-0310-9956-ffa450edef68
2002-06-13 00:51:20 +00:00
Avik Sengupta
9521f18dc3 sorry, fixed
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352693 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 18:13:56 +00:00
Avik Sengupta
22090f0b80 another typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352691 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 17:44:02 +00:00
Avik Sengupta
8a37edd5d8 some more details on the faq
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352690 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 17:43:17 +00:00
Avik Sengupta
06ce439457 typo
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352689 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 17:42:30 +00:00
Andrew C. Oliver
efaf8aabc0 oops forgot this yesterday, the new case studies page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352688 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 14:01:17 +00:00
Glen Stampoultzis
fc2a1cad96 New FAQ - thanks Avik!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352678 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 08:09:27 +00:00
Andrew C. Oliver
1e56546655 added spanish translation start
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352676 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 04:21:26 +00:00
Andrew C. Oliver
44b02e8d4d added spanish translation news
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352675 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 04:19:12 +00:00
Glen Stampoultzis
707fa6e2a0 New alternative
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352674 13f79535-47bb-0310-9956-ffa450edef68
2002-06-12 00:34:44 +00:00
Andrew C. Oliver
3899a5ee12 first go at "getting involved"
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352667 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 20:30:34 +00:00
Andrew C. Oliver
d3ad81d4e7 updates for POI around the web
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352666 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 16:57:35 +00:00
Glen Stampoultzis
5140e0261d Merged from 1.5 (SST fixes).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352665 13f79535-47bb-0310-9956-ffa450edef68
2002-06-09 12:48:34 +00:00
Avik Sengupta
e3beaf84a4 documentation for formula
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352655 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 12:42:57 +00:00
Glen Stampoultzis
e3581a0396 Fixed some links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352653 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 02:17:57 +00:00
Glen Stampoultzis
3bf27b7f1e Poi vote page.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352652 13f79535-47bb-0310-9956-ffa450edef68
2002-05-28 01:24:45 +00:00
Glen Stampoultzis
c504a8ceb0 Even more logo's. How are people ever going to choose...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352608 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 13:56:08 +00:00
Glen Stampoultzis
fdcaa73de6 More logo's
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352607 13f79535-47bb-0310-9956-ffa450edef68
2002-05-09 13:38:52 +00:00
Andrew C. Oliver
e475ccfe2c Added SC window magnification...fixed error on res001 that has been bugging me.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352605 13f79535-47bb-0310-9956-ffa450edef68
2002-05-08 00:22:33 +00:00
Rainer Klute
8653f7bb40 More items.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352595 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 07:29:58 +00:00
Glen Stampoultzis
3ed720db7a New FAQ.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352586 13f79535-47bb-0310-9956-ffa450edef68
2002-05-03 00:42:58 +00:00
Avik Sengupta
f4f812ecbb Before andy reports a bug :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352584 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 12:57:40 +00:00
Rainer Klute
283c1c24db Thumbnail docs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352581 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 08:00:40 +00:00
Glen Stampoultzis
89d1187724 Added Survey
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352579 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 23:24:32 +00:00
Andrew C. Oliver
393cdb450e 8589 applied
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352568 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 03:54:28 +00:00
Glen Stampoultzis
f74b254a40 Fix examples and updated documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352556 13f79535-47bb-0310-9956-ffa450edef68
2002-04-29 11:08:22 +00:00
Nicola Ken Barozzi
efe20b8965 The Serializer has already been ported to Cocoon.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352553 13f79535-47bb-0310-9956-ffa450edef68
2002-04-29 09:47:30 +00:00
Rainer Klute
3b94d8f427 *** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352552 13f79535-47bb-0310-9956-ffa450edef68
2002-04-29 08:20:51 +00:00
Nicola Ken Barozzi
c27829f72f Refactored documentation to have a consistent structure as for CCD: Community, Documentation, Code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352543 13f79535-47bb-0310-9956-ffa450edef68
2002-04-28 21:25:28 +00:00
Andrew C. Oliver
5ef5d863e6 Added "Patches" query
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352501 13f79535-47bb-0310-9956-ffa450edef68
2002-04-27 14:21:27 +00:00
Rainer Klute
0c896ac90e Latest fix continued. :-(
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:33:50 +00:00
Rainer Klute
a51ce3a779 Fixed bug in example code.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352486 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 05:27:29 +00:00
Nicola Ken Barozzi
516fae7d9c Added a title to the homepage.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352482 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 13:07:46 +00:00
Nicola Ken Barozzi
b462f48f4e Update to latest dev Centipede version with cents that behave correctly in the build dir
and references on the main page to new Centipede features.
Oh, and look at the grouped javadocs :-)
Need only to reference the uml dos and I've finished for now :-)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352480 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 16:22:03 +00:00
Glen Stampoultzis
6805caa4dc Merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352479 13f79535-47bb-0310-9956-ffa450edef68
2002-04-24 14:35:12 +00:00
Glen Stampoultzis
c35a378148 A new FAQ entry. Now if we could just get our users to stop asking questions. This will look better when the stylesheet is fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352461 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 07:14:02 +00:00
Andrew C. Oliver
af1b2ad7f7 new logos
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352458 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 01:03:09 +00:00
Andrew C. Oliver
734b368347 new logos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:59:05 +00:00
Andrew C. Oliver
50d15c1c3a new logos
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352456 13f79535-47bb-0310-9956-ffa450edef68
2002-04-22 00:08:37 +00:00
Andrew C. Oliver
310413425e Fixed Adrianus Handoyo's name
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352430 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 22:15:21 +00:00
Nicola Ken Barozzi
fc8f2c8d2b Added links to the javadocs, jdepend results and test results.
Updated by Andy's cool script every 2 hours! :-D


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352421 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 08:34:10 +00:00
Glen Stampoultzis
ef54430078 Clarified some wording.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352412 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 13:52:51 +00:00
Said Ryan Ackley
4cd3f44678 Work in progress
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352408 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 06:45:58 +00:00
Said Ryan Ackley
5bed53cc8c Added myself as a committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352406 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 06:42:28 +00:00
Glen Stampoultzis
3f382a6edd Needed paragraph tags.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352405 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 06:03:02 +00:00
Glen Stampoultzis
6129062f36 Spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352404 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 06:01:39 +00:00
Andrew C. Oliver
317275d06d added new logos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352403 13f79535-47bb-0310-9956-ffa450edef68
2002-04-13 18:08:50 +00:00
Glen Stampoultzis
a96c48fd09 Fixed a spelling mistake and added a small bit about jokes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352398 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 11:13:26 +00:00
Nicola Ken Barozzi
c5278e4d7e 2 cents wisdom on bringing up coding standards
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352397 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 09:02:22 +00:00
Nicola Ken Barozzi
9ed8937acc Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352396 13f79535-47bb-0310-9956-ffa450edef68
2002-04-12 08:55:29 +00:00
Glen Stampoultzis
3edeac5e5f Removed unncessary paragraph.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352390 13f79535-47bb-0310-9956-ffa450edef68
2002-04-11 08:02:12 +00:00