]>
source.dussan.org Git - poi.git/log
Yegor Kozlov [Fri, 25 Jan 2008 19:37:22 +0000 (19:37 +0000)]
fix bug #44296: HSLF Not Extracting Slide Background Image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615315
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Fri, 25 Jan 2008 19:27:56 +0000 (19:27 +0000)]
commented failing test42618()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615310
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 25 Jan 2008 16:33:59 +0000 (16:33 +0000)]
Add a test to show the bug #42618 appears to be incorrect
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615259
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 25 Jan 2008 16:15:49 +0000 (16:15 +0000)]
Don't swap AreaPtg references from relative to absolute, by correctly processing the fields. Patch from bug #44293
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615255
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 25 Jan 2008 11:52:39 +0000 (11:52 +0000)]
Correctly handle the last paragraph via a fix to TableCell - patch from bug #44292
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@615190
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 24 Jan 2008 16:05:27 +0000 (16:05 +0000)]
From bug #44254 - avoid some unread bytes warnings, and process the contents of DVALRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614909
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 24 Jan 2008 14:13:05 +0000 (14:13 +0000)]
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
Nick Burch [Thu, 24 Jan 2008 13:08:57 +0000 (13:08 +0000)]
Update to use a newer openxml4j jar file, which contains patches from myself and Ugo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614870
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 22 Jan 2008 17:59:27 +0000 (17:59 +0000)]
extra whitespace caused the test fail on win xp. Strange, but it worked fine on *nix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614274
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 22 Jan 2008 14:48:51 +0000 (14:48 +0000)]
Fix from bug #41726 - support signed offsets from relative areas and references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@614211
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 19 Jan 2008 14:54:06 +0000 (14:54 +0000)]
added a unit test for fixed bug 41139: Constructing HSSFWorkbook is failed,threw threw ArrayIndexOutOfBoundsException for creating UnknownRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@613401
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 19 Jan 2008 14:44:07 +0000 (14:44 +0000)]
added unit tests for closed Bug 37684: Unhandled Continue Record Error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@613400
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 19 Jan 2008 14:28:10 +0000 (14:28 +0000)]
add a check to prevent NPE in HSSFSheet.autoSizeColumn(). See Bug 44246
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@613396
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 19 Jan 2008 14:27:02 +0000 (14:27 +0000)]
use JDK 1.4 compatible constructor for IllegalStateException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@613395
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 16 Jan 2008 17:12:52 +0000 (17:12 +0000)]
Add a missing bit to the compile-ooxml ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612520
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 16 Jan 2008 16:59:14 +0000 (16:59 +0000)]
Tidy up the imports, remove accidental link to xmlbeans
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612512
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 16 Jan 2008 13:14:31 +0000 (13:14 +0000)]
Patch to support UncalcedRecord and usermodel code for it, to indicate formulas on a sheet need recalculating (from bug #44233)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612445
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 16 Jan 2008 12:46:43 +0000 (12:46 +0000)]
Add methods to check to see if a given InputStream has a OOXML file header, or a OLE2 file header, so that a future factory method could figure out which class to instantiate for a given InputStraeam
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612438
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 15 Jan 2008 16:42:44 +0000 (16:42 +0000)]
Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets can be cloned
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612152
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 15 Jan 2008 16:31:29 +0000 (16:31 +0000)]
Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@612148
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 12 Jan 2008 15:11:10 +0000 (15:11 +0000)]
update status of the latest release on the index page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@611434
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 10 Jan 2008 18:04:38 +0000 (18:04 +0000)]
fixed bug 44200: Sheet not cloneable when Note added to excel cell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610855
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 23:21:35 +0000 (23:21 +0000)]
Make a start on processing shapes on a sheet out of a record. For now, doesn't actually manage to do this, but has much of the infrastructure that'll be needed. Includes ability to get an existing HSSFPatriarch for a sheet, if there are the required records, and for the HSSFPatriarch to be in a position to be given the shapes that make it up (but this isn't done yet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610608
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 23:14:32 +0000 (23:14 +0000)]
Add several more test files, charting related
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610606
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 20:50:00 +0000 (20:50 +0000)]
Put the anchors where forrest wants them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610560
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 20:37:06 +0000 (20:37 +0000)]
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
Nick Burch [Wed, 9 Jan 2008 18:46:30 +0000 (18:46 +0000)]
Fix for SharedStringsTable in ooxml excel support, and related test updates now we have more to test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610506
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 18:38:44 +0000 (18:38 +0000)]
Further font size tweaks for autosizing test (macs are even odder...)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610496
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 17:47:00 +0000 (17:47 +0000)]
Font sizes can vary slightly between machines, so use small ranges not absolute numbers when testing column autosizing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610481
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 16:31:25 +0000 (16:31 +0000)]
Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now be clearer exactly what they do, and when they become unhappy. Also include a test that ensures that when reading from a slow inputstream (as per bug #42834), we really are ok with the data dribbling in, and do not require it to all come in in blocksize chunks at one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610439
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 16:24:28 +0000 (16:24 +0000)]
Properly set the values when calling the boolean sets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610435
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 14:27:51 +0000 (14:27 +0000)]
Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to HSSFRow, which correctly updates all the references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610392
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 13:37:06 +0000 (13:37 +0000)]
Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsrecords at that point
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610384
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 13:04:18 +0000 (13:04 +0000)]
Add a xlsx sample file with boolean formulas and values in it, as none of the official samples include any booleans!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610376
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 11:12:16 +0000 (11:12 +0000)]
Add a further test to TestHSSFRow which verifies that bug #43901 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610340
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 10:59:04 +0000 (10:59 +0000)]
Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allows cloning of some sheets with drawing objects on them. Fixes bug #31795
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610336
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 10:05:03 +0000 (10:05 +0000)]
Update changelog again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610329
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 09:55:20 +0000 (09:55 +0000)]
Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610328
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 9 Jan 2008 09:22:20 +0000 (09:22 +0000)]
Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610313
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 23:01:12 +0000 (23:01 +0000)]
Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-Shared Formula - tracked down to a signed vs unsigned byte issue!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610216
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 21:35:53 +0000 (21:35 +0000)]
Make the code for adding a new RichTextRun to a TextRun a bit nicer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610169
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 21:19:51 +0000 (21:19 +0000)]
Make a start on supporting adding new text to a hslf textrun
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610160
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 21:17:48 +0000 (21:17 +0000)]
Tiny bit more ooxml stuff from Ugo (missed in last commit)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610158
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 19:11:22 +0000 (19:11 +0000)]
Add un-fixable testcase for bug 43493
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610097
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 17:49:08 +0000 (17:49 +0000)]
Support for unicode named named ranges (patch and test from bug #42033)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610082
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 17:28:39 +0000 (17:28 +0000)]
Patch from Ugo from bug #44185 - support getting shared strings for ooxml excel files, and further tests for the ooxml excel text extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610074
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 17:18:38 +0000 (17:18 +0000)]
Fix bug #34023 - when shifting rows, update the any formula references to those rows to point to their new location
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610072
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 16:20:48 +0000 (16:20 +0000)]
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
Nick Burch [Tue, 8 Jan 2008 15:47:00 +0000 (15:47 +0000)]
Extend named range support in formulas to include non-contiguous named ranges
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610026
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 15:08:51 +0000 (15:08 +0000)]
Fix from bug #43510 - support named ranges in formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@610016
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 13:28:19 +0000 (13:28 +0000)]
New tests for setLandscape, which seems to indicate that the problem reported in bug #43693 is incorrect
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609968
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 11:59:26 +0000 (11:59 +0000)]
Patch from Ugo to get and set the sheet hidden flag (bug #43937)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609942
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 11:54:26 +0000 (11:54 +0000)]
Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtractor basically agree on extracting text from the same file (which they do not quite do yet!)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609941
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 8 Jan 2008 11:28:07 +0000 (11:28 +0000)]
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
Nick Burch [Tue, 8 Jan 2008 10:36:36 +0000 (10:36 +0000)]
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
Nick Burch [Mon, 7 Jan 2008 14:55:25 +0000 (14:55 +0000)]
Update changelog
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609624
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 7 Jan 2008 14:51:37 +0000 (14:51 +0000)]
Fix bug #44070 - patch from Gian Carlo Pace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609620
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 7 Jan 2008 13:14:46 +0000 (13:14 +0000)]
Fix for building the OOXML xmlbeans stuff on osx, patch from ugo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609594
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Sat, 5 Jan 2008 14:03:22 +0000 (14:03 +0000)]
start a new section for 3.0.2 BETA3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609142
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 4 Jan 2008 13:19:23 +0000 (13:19 +0000)]
Make the ooxml and ole2 powerpoint extractors more in keeping with the others, and with each other
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608830
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 4 Jan 2008 13:09:57 +0000 (13:09 +0000)]
Some matching sets of sample ooxml and ole2 files, along with a plain text description
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608826
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 3 Jan 2008 14:28:46 +0000 (14:28 +0000)]
For ooxml properties, get the core ones as well as the extended ones, and add tests for this
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608500
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 3 Jan 2008 09:10:32 +0000 (09:10 +0000)]
support for tables in HSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608386
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 2 Jan 2008 15:48:11 +0000 (15:48 +0000)]
Improve the javadocs for font and fill related colourings, and add another tests to check it all works as expected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@608132
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Dec 2007 18:11:55 +0000 (18:11 +0000)]
OOXML pptx text extractor, and test. Also add jar-ooxml ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607572
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Dec 2007 17:46:20 +0000 (17:46 +0000)]
Make a start on OOXML pptx support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607564
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Dec 2007 16:53:42 +0000 (16:53 +0000)]
Support for extracting text from ooxml word documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607560
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Dec 2007 16:21:22 +0000 (16:21 +0000)]
A few small updates to HSSFXML, and start on HWPFXML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607554
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 27 Dec 2007 13:02:17 +0000 (13:02 +0000)]
Improve the xlsx text extraction, and have proper tests for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607063
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 27 Dec 2007 12:40:05 +0000 (12:40 +0000)]
Make a start on a text extractor for xlsx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607058
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 27 Dec 2007 11:52:12 +0000 (11:52 +0000)]
Support getting the low level sheet objects back for an xlsx document
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607043
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 27 Dec 2007 09:12:57 +0000 (09:12 +0000)]
Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a ooxml container lister
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607024
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 27 Dec 2007 09:01:03 +0000 (09:01 +0000)]
Add some more sample ooxml documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@607022
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 26 Dec 2007 17:47:27 +0000 (17:47 +0000)]
A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the data. Expect the API to change rapidly in the near future as we discover what works and what doesn't!
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606923
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 26 Dec 2007 17:39:15 +0000 (17:39 +0000)]
Update build.xml to download various libraries that we will want for playing with ooxml files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606922
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 26 Dec 2007 16:44:14 +0000 (16:44 +0000)]
Update the sample ooxml files to the latest versions from http://openxmldeveloper.org/articles/SampleDocsAugust2007.aspx (previous samples were from a beta)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606920
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 24 Dec 2007 09:51:14 +0000 (09:51 +0000)]
fix bug #43781: slide->getShapes->getTextRun returns wrong text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606685
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Mon, 24 Dec 2007 09:48:11 +0000 (09:48 +0000)]
fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor.getAnchorHeightInPoints
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606684
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 21 Dec 2007 12:24:54 +0000 (12:24 +0000)]
Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097, 44099)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606172
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 21 Dec 2007 12:16:54 +0000 (12:16 +0000)]
Patch from bug #44055 - support reading the from field from HSMF messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606169
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 21 Dec 2007 12:12:50 +0000 (12:12 +0000)]
Make compile-scratchpad depend on compile-main, as it's dependent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@606168
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 17 Dec 2007 14:19:19 +0000 (14:19 +0000)]
Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch from bug #44078)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@604878
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 13 Dec 2007 13:17:49 +0000 (13:17 +0000)]
Add missing setCurrentRow calls to documentation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603916
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 12 Dec 2007 10:30:22 +0000 (10:30 +0000)]
Add comments on which formula related things should go in which of the two test suites
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603538
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 11 Dec 2007 13:03:53 +0000 (13:03 +0000)]
Support for the Trim function, and a little enhancement to the formula evaluation test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@603233
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 6 Dec 2007 07:56:40 +0000 (07:56 +0000)]
add a note on 3.0.2 beta1 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601647
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 6 Dec 2007 07:34:51 +0000 (07:34 +0000)]
updated to version 3.0.2-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601641
13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 6 Dec 2007 07:26:32 +0000 (07:26 +0000)]
finish 3.0.2-BETA1 section and start a new one for 3.0.2-FINAL
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601638
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 5 Dec 2007 10:51:20 +0000 (10:51 +0000)]
Stub out sheet hiding tests, so we have a framework for when sheet hiding is supported (bug #43937)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601288
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 17:06:57 +0000 (17:06 +0000)]
Support 1904 date windowing, in addition to 1900 date windowing (patch from bug #43551)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@601004
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 17:01:08 +0000 (17:01 +0000)]
Updated date windowing test fixes from bug #43551
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600999
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 16:55:56 +0000 (16:55 +0000)]
String Continue records support (with test), from bug #41064
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600995
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 13:18:56 +0000 (13:18 +0000)]
Add in sponsorship link, as required by pr pmc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600927
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 12:55:26 +0000 (12:55 +0000)]
SBAT fix from bug #11744
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600916
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 12:33:24 +0000 (12:33 +0000)]
Fix work bug #42799
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600910
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 12:05:33 +0000 (12:05 +0000)]
Note about iterators
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600904
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Dec 2007 11:41:11 +0000 (11:41 +0000)]
Workaround to avoid a NPE for Word Documents that are missing their ListTable (bug #44003)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600896
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 3 Dec 2007 14:14:02 +0000 (14:14 +0000)]
Usermodel support for the datavalidation code, and tests for it (bug 27511)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600544
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 3 Dec 2007 13:17:41 +0000 (13:17 +0000)]
More code from bug #27511, now ported to the new style record code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600519
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 3 Dec 2007 13:00:02 +0000 (13:00 +0000)]
Start on importing validation patches from bug #27511 (DVRecord still needs more work before it can go in)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600513
13f79535 -47bb-0310-9956-
ffa450edef68