summaryrefslogtreecommitdiffstats
path: root/src/documentation
Commit message (Collapse)AuthorAgeFilesLines
* merged TRUNK changes r608809 into REL_3_0_2_BETA2REL_3_0_2_BETA2Yegor Kozlov2008-01-047-5/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_0_2_BETA2@608846 13f79535-47bb-0310-9956-ffa450edef68
* Update changes listYegor Kozlov2007-11-233-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597655 13f79535-47bb-0310-9956-ffa450edef68
* Throw an IllegalArgumentException if asked to addMergeRegion with invalid ↵Nick Burch2007-11-122-0/+2
| | | | | | data, rather than writing out a corrupt file (bug #43807) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594320 13f79535-47bb-0310-9956-ffa450edef68
* Patch for unicode NameRecords (bug #43837)Nick Burch2007-11-122-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594316 13f79535-47bb-0310-9956-ffa450edef68
* Add support for Chart Title Format records (bug #43721)Nick Burch2007-11-122-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594307 13f79535-47bb-0310-9956-ffa450edef68
* Fix for BOFRecord from files generated by access etc (bug #42794)Nick Burch2007-11-122-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594102 13f79535-47bb-0310-9956-ffa450edef68
* Support getting and setting as int, as well as short (bug #43648)Nick Burch2007-11-122-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594097 13f79535-47bb-0310-9956-ffa450edef68
* added a note to re-use fonts instead of creating a font for each cellYegor Kozlov2007-11-061-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592521 13f79535-47bb-0310-9956-ffa450edef68
* fixed a silly typo in the method signature. It should be ↵Yegor Kozlov2007-11-031-2/+2
| | | | | | HFFSPicture.getPreferredSize(), not HFFSPicture.getPrefferedSize() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591667 13f79535-47bb-0310-9956-ffa450edef68
* Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff ↵Yegor Kozlov2007-11-031-0/+1
| | | | | | Williams. See Bug 43751 for details. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591666 13f79535-47bb-0310-9956-ffa450edef68
* Fix tab vs space issue in documentation code blockNick Burch2007-10-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@590024 13f79535-47bb-0310-9956-ffa450edef68
* Update changes list, and add text extraction to the HSSF docsNick Burch2007-10-273-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589232 13f79535-47bb-0310-9956-ffa450edef68
* HDGF progress updateNick Burch2007-10-153-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584723 13f79535-47bb-0310-9956-ffa450edef68
* Slightly update the supported formats information, and explicitly say we ↵Nick Burch2007-10-103-4/+10
| | | | | | don't support the OOXML file formats git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@583453 13f79535-47bb-0310-9956-ffa450edef68
* update the change logYegor Kozlov2007-10-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581034 13f79535-47bb-0310-9956-ffa450edef68
* HSSFPicture.resize() - a handy method to reset a picture to its original ↵Yegor Kozlov2007-10-011-1/+21
| | | | | | width and height git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
* Allow HSSFSheet to get at its parent workbook, and add ↵Nick Burch2007-09-242-2/+4
| | | | | | HSSFWorkbook.getSheetIndex(HSSFSheet) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578795 13f79535-47bb-0310-9956-ffa450edef68
* Update POIDocument to use POILoggerNick Burch2007-09-192-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577317 13f79535-47bb-0310-9956-ffa450edef68
* Fix for cell references on rows > 32768 (bug #43399)Nick Burch2007-09-182-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576939 13f79535-47bb-0310-9956-ffa450edef68
* Improved Formula Parser support for ranges and exponents, from Pavel Krupets ↵Nick Burch2007-09-182-0/+4
| | | | | | (Bug #43410) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576855 13f79535-47bb-0310-9956-ffa450edef68
* Add a note on autoSizeColumn being a somewhat slow opperation. Update the ↵Nick Burch2007-09-172-0/+10
| | | | | | status log git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576351 13f79535-47bb-0310-9956-ffa450edef68
* Changelog updateNick Burch2007-08-232-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569102 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ↵Nick Burch2007-08-152-0/+2
| | | | | | documents git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566196 13f79535-47bb-0310-9956-ffa450edef68
* Patch from bug #43108 - when fetching system properties, use sensible ↵Nick Burch2007-08-152-0/+2
| | | | | | defaults if we're not able to access them git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566183 13f79535-47bb-0310-9956-ffa450edef68
* Patch from David Law in bug #43093 - handle Area3D formula references that ↵Nick Burch2007-08-152-0/+2
| | | | | | refer to a different sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566157 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFDateUtil.isCellDateFormatted make use of ↵Nick Burch2007-08-062-0/+8
| | | | | | HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563129 13f79535-47bb-0310-9956-ffa450edef68
* Add stub hsmf documentationNick Burch2007-07-093-0/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554782 13f79535-47bb-0310-9956-ffa450edef68
* Update the homepage for 3.0.1 releaseNick Burch2007-07-061-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@553874 13f79535-47bb-0310-9956-ffa450edef68
* Update the changelog with a couple of thingsNick Burch2007-07-022-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552532 13f79535-47bb-0310-9956-ffa450edef68
* Several TLP tweaks and typo fixes in the documentation. Update the changelog ↵Nick Burch2007-06-2711-10/+160
| | | | | | 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
* Add information on the example code for the missing record aware event codeNick Burch2007-06-181-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548426 13f79535-47bb-0310-9956-ffa450edef68
* New projected release date for 3.0.1Nick Burch2007-06-082-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@545492 13f79535-47bb-0310-9956-ffa450edef68
* Fix two broken linksNick Burch2007-06-042-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544172 13f79535-47bb-0310-9956-ffa450edef68
* Add a few more updates to the change logNick Burch2007-06-042-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@544165 13f79535-47bb-0310-9956-ffa450edef68
* Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changesNick Burch2007-06-0130-37/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68
* Update the group and project logo to account for TLPNick Burch2007-06-017-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543456 13f79535-47bb-0310-9956-ffa450edef68
* Update the main .pom file based on advice from the repos team. Include the ↵Nick Burch2007-05-311-0/+4
| | | | | | redirect pom, which needs to be placed under /poi/, to tell maven to switch to /org.apache.poi/, and detail this new pom in the release guide git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543203 13f79535-47bb-0310-9956-ffa450edef68
* A couple more bug fixes for the changelog, and add documentation on the ↵Nick Burch2007-05-303-27/+97
| | | | | | missing record aware event api code git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542824 13f79535-47bb-0310-9956-ffa450edef68
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-301-23/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542804 13f79535-47bb-0310-9956-ffa450edef68
* Add a few of the recent changes to the chagelog, under the provisional 3.0.1 ↵Nick Burch2007-05-292-0/+14
| | | | | | release tag git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542605 13f79535-47bb-0310-9956-ffa450edef68
* Update Jakarta -> Apache in the build file, and update more of the siteNick Burch2007-05-297-38/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542597 13f79535-47bb-0310-9956-ffa450edef68
* Further updates to the siteNick Burch2007-05-298-13/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542593 13f79535-47bb-0310-9956-ffa450edef68
* Start on updating the site for Jakarta -> ApacheNick Burch2007-05-297-27/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542587 13f79535-47bb-0310-9956-ffa450edef68
* support for text bulletsYegor Kozlov2007-05-281-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542179 13f79535-47bb-0310-9956-ffa450edef68
* Give more guidance on where to put distribution filesNick Burch2007-05-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540666 13f79535-47bb-0310-9956-ffa450edef68
* Update dates to ISO 8601 format, and copy data from changes to statusNick Burch2007-05-222-36/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540659 13f79535-47bb-0310-9956-ffa450edef68
* Update the release documentation to take account of voting on releasing ↵Nick Burch2007-05-221-7/+27
| | | | | | artificats, and also how to do that without ending up with artificats containing the wrong version numbers or dates git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@540546 13f79535-47bb-0310-9956-ffa450edef68
* Add some entity definitions that all our xdocs refer to, but which weren't ↵Nick Burch2007-05-185-0/+417
| | | | | | there. Allows our xdocs to validate with an external xml validator git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539454 13f79535-47bb-0310-9956-ffa450edef68
* Updates for 3.0 being releasedNick Burch2007-05-182-8/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@539409 13f79535-47bb-0310-9956-ffa450edef68
* HSLF docs updated: added a note on using HSLF when graphical environment is ↵Yegor Kozlov2007-05-071-0/+7
| | | | | | not avaiable git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@535929 13f79535-47bb-0310-9956-ffa450edef68