aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
...
* Copy HSSFDateUtils to ss.usermodel, and leave a proxy behindNick Burch2008-04-051-336/+6
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-055-227/+15
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-054-66/+45
* Merged revisions 642878-642946 via svnmerge from Nick Burch2008-04-0519-1308/+1384
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha...Nick Burch2008-04-042-10/+11
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-031-7/+0
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-021-0/+7
* Another jdk1.4 vs jdk1.5 tweakNick Burch2008-04-011-4/+2
* Improve how XSSFCell does error stuffNick Burch2008-03-301-8/+0
* Make a start on running all the formula tests for xssf. Currently not enabled...Nick Burch2008-03-301-1/+8
* Few little short/int tweaks, and then tests to show that FormulaEvaluator pla...Nick Burch2008-03-292-5/+115
* Shuffle the FormulaParser stuff about, and get it all working with the new in...Nick Burch2008-03-299-1089/+38
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-03-29342-0/+20290
* Manually merge over changes from trunk, so that tests pass, as svnmerge appea...Nick Burch2008-03-291-77/+79
* Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134...Nick Burch2008-03-2913-1402/+1145
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-2919-16/+4164
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-296-72/+185
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-224-8/+13
* More create helper stuff, and some sample formatting filesNick Burch2008-03-163-7/+49
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-161-0/+7
* Tweak method signature to match changes done in trunkNick Burch2008-03-081-5/+18
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-0842-1442/+2795
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-191-10/+6
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-1310-287/+721
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ja...Nick Burch2008-02-052-1/+14
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-0419-173/+1111
* Merged revisions 614878-614909 via svnmerge from Ugo Cei2008-01-254-38/+97
* Make HSSF* classes compile with JDK 1.4 interfaces.Ugo Cei2008-01-246-111/+19
* Merged revisions 614211 via svnmerge from Ugo Cei2008-01-241-22/+37
* HSSF* classes implement same interfaces as XSSF* classes.Ugo Cei2008-01-2417-98/+136
* Merged revisions 613395-613401 via svnmerge from Ugo Cei2008-01-212-22/+26
* Patch to support UncalcedRecord and usermodel code for it, to indicate formul...Nick Burch2008-01-164-4/+141
* Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets ca...Nick Burch2008-01-153-21/+44
* Some more updates to the records->usermodel support for hssf shapes. Still no...Nick Burch2008-01-155-5/+164
* fixed bug 44200: Sheet not cloneable when Note added to excel cellYegor Kozlov2008-01-103-0/+37
* Make a start on processing shapes on a sheet out of a record. For now, doesn'...Nick Burch2008-01-097-21/+240
* Properly set the values when calling the boolean setsNick Burch2008-01-091-5/+6
* Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell(...Nick Burch2008-01-092-17/+69
* Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsr...Nick Burch2008-01-092-0/+16
* Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allo...Nick Burch2008-01-092-10/+26
* Update changelog againNick Burch2008-01-091-1/+14
* Have autoSizeColumn skip over merged regions - bug #43902. Patch from PaoloNick Burch2008-01-091-1/+7
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-086-20/+57
* Support for unicode named named ranges (patch and test from bug #42033)Nick Burch2008-01-081-19/+23
* Fix bug #34023 - when shifting rows, update the any formula references to tho...Nick Burch2008-01-081-6/+47
* Add a new method onto AreaReference to get all the cells referenced, not just...Nick Burch2008-01-083-1/+42
* Extend named range support in formulas to include non-contiguous named rangesNick Burch2008-01-082-16/+45
* Fix from bug #43510 - support named ranges in formulasNick Burch2008-01-081-4/+23
* Patch from Ugo to get and set the sheet hidden flag (bug #43937)Nick Burch2008-01-083-0/+62
* Fix for bug #44167 - patch from Paolo MottadelliNick Burch2008-01-082-12/+77