Nick Burch
|
603e445dce
|
Documentation update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642575 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-29 18:27:08 +00:00 |
|
Nick Burch
|
8202fa8eb2
|
Update docs now that missing record aware eventusermodel has moved
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642567 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-29 18:00:16 +00:00 |
|
Yegor Kozlov
|
ab1c14b324
|
support for excel hypelrinks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@619310 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-07 08:56:59 +00:00 |
|
Nick Burch
|
fc6afc8849
|
Tweaks to the iterator use guides for hssf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@618690 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-05 16:21:21 +00:00 |
|
Nick Burch
|
dee42e72c1
|
Add another formula evaluation method, evaluateFormulaCell(cell), which will re-calculate the value for a formula, without affecting the formula itself. Add tests too, and update the documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614878 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-24 14:13:05 +00:00 |
|
Nick Burch
|
6560cfb80f
|
Put the anchors where forrest wants them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610560 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-09 20:50:00 +00:00 |
|
Nick Burch
|
fcf2ab6a94
|
Update documentation, and add section on whole-workbook recalculating
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610553 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-09 20:37:06 +00:00 |
|
Nick Burch
|
7cd8941f43
|
Add a new method onto AreaReference to get all the cells referenced, not just the corners. Includes tests for this
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610048 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-08 16:20:48 +00:00 |
|
Nick Burch
|
426659fee3
|
Fix a few little bits of documentation xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609936 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-08 11:28:07 +00:00 |
|
Nick Burch
|
eae7142499
|
Fix for bug #44167 - patch from Paolo Mottadelli
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609924 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-08 10:36:36 +00:00 |
|
Nick Burch
|
fc52062484
|
Add missing setCurrentRow calls to documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603916 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-13 13:17:49 +00:00 |
|
Nick Burch
|
5163b687a4
|
SBAT fix from bug #11744
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600916 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 12:55:26 +00:00 |
|
Nick Burch
|
92cb3654cb
|
Note about iterators
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600904 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 12:05:33 +00:00 |
|
Yegor Kozlov
|
c7fd7ea9f8
|
added a note to re-use fonts instead of creating a font for each cell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592521 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-06 18:54:50 +00:00 |
|
Yegor Kozlov
|
c93e470560
|
fixed a silly typo in the method signature. It should be HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591667 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-03 19:50:40 +00:00 |
|
Nick Burch
|
d6e8b3572b
|
Fix tab vs space issue in documentation code block
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@590024 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-30 10:24:51 +00:00 |
|
Nick Burch
|
90b1f22b4d
|
Update changes list, and add text extraction to the HSSF docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589232 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-27 22:49:57 +00:00 |
|
Nick Burch
|
6b70b7cfad
|
Slightly update the supported formats information, and explicitly say we don't support the OOXML file formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@583453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-10 12:34:19 +00:00 |
|
Yegor Kozlov
|
523c9ecabd
|
HSSFPicture.resize() - a handy method to reset a picture to its original width and height
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-01 18:07:32 +00:00 |
|
Nick Burch
|
25f21236cd
|
Several TLP tweaks and typo fixes in the documentation. Update the changelog for recent commits, and add some initial documentation on HDGF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551309 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-27 20:19:18 +00:00 |
|
Nick Burch
|
12cb6d67f6
|
Add information on the example code for the missing record aware event code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548426 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-18 18:09:30 +00:00 |
|
Nick Burch
|
b813444d47
|
Fix two broken links
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544172 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-04 15:48:34 +00:00 |
|
Nick Burch
|
7397304eed
|
Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-01 11:39:48 +00:00 |
|
Nick Burch
|
7d650aff0a
|
A couple more bug fixes for the changelog, and add documentation on the missing record aware event api code
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542824 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-30 14:10:57 +00:00 |
|
Yegor Kozlov
|
7c802c0d67
|
HSSF docs updated: added a note on using HSSFSheet.autoSizeColumn in headless mode and added a note on how to read images from a workbook
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535623 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-06 15:35:39 +00:00 |
|
Nick Burch
|
ea1de5f967
|
Add a note about using Cocoon to do XML -> XLS, since people have been asking me about this
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535137 13f79535-47bb-0310-9956-ffa450edef68
|
2007-05-04 09:25:06 +00:00 |
|
Yegor Kozlov
|
e3305a7043
|
excluded rich text and outlines from POI 2.5 limitations
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520398 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-20 14:04:49 +00:00 |
|
Yegor Kozlov
|
8a3e83c0df
|
improved work with cell comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@517261 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-12 15:43:14 +00:00 |
|
Yegor Kozlov
|
5d19ceee38
|
support for auto-sizing worksheet columns
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@507076 13f79535-47bb-0310-9956-ffa450edef68
|
2007-02-13 16:25:55 +00:00 |
|
Mark Emlyn David Thomas
|
2b23708839
|
Add standard licence header for src/documentation/content directory
Add svn properties where not present
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496536 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-15 23:11:09 +00:00 |
|
Nick Burch
|
e423cc45ed
|
Comment support from bug 41198, patch from Yegor
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@491629 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-01 21:02:22 +00:00 |
|
Nick Burch
|
79606540c1
|
Update a cvs link to an svn one
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@446566 13f79535-47bb-0310-9956-ffa450edef68
|
2006-09-15 10:22:19 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|