]> source.dussan.org Git - poi.git/log
poi.git
16 years agoSome more updates to the records->usermodel support for hssf shapes. Still not enough...
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

16 years agoupdate status of the latest release on the index page
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

16 years agofixed bug 44200: Sheet not cloneable when Note added to excel cell
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

16 years agoMake a start on processing shapes on a sheet out of a record. For now, doesn't actual...
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

16 years agoAdd several more test files, charting related
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

16 years agoPut the anchors where forrest wants them
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

16 years agoUpdate documentation, and add section on whole-workbook recalculating
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

16 years agoFix for SharedStringsTable in ooxml excel support, and related test updates now we...
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

16 years agoFurther font size tweaks for autosizing test (macs are even odder...)
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

16 years agoFont sizes can vary slightly between machines, so use small ranges not absolute numbe...
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

16 years agoTweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now...
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

16 years agoProperly set the values when calling the boolean sets
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

16 years agoFix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to...
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

16 years agoFix for bug #43058 - handle setting row grouping for sheets that lacked gutsrecords...
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

16 years agoAdd a xlsx sample file with boolean formulas and values in it, as none of the officia...
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

16 years agoAdd a further test to TestHSSFRow which verifies that bug #43901 is invalid
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

16 years agoAdd clone methods to DrawingRecord and AbstractEscherHolderRecord, which allows cloni...
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

16 years agoUpdate changelog again
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

16 years agoHave autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo
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

16 years agoShuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFormulaEva...
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

16 years agoFinally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-Shared...
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

16 years agoMake the code for adding a new RichTextRun to a TextRun a bit nicer
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

16 years agoMake a start on supporting adding new text to a hslf textrun
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

16 years agoTiny bit more ooxml stuff from Ugo (missed in last commit)
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

16 years agoAdd un-fixable testcase for bug 43493
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

16 years agoSupport for unicode named named ranges (patch and test from bug #42033)
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

16 years agoPatch from Ugo from bug #44185 - support getting shared strings for ooxml excel files...
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

16 years agoFix bug #34023 - when shifting rows, update the any formula references to those rows...
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

16 years agoAdd a new method onto AreaReference to get all the cells referenced, not just the...
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

16 years agoExtend named range support in formulas to include non-contiguous named ranges
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

16 years agoFix from bug #43510 - support named ranges in formulas
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

16 years agoNew tests for setLandscape, which seems to indicate that the problem reported in...
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

16 years agoPatch from Ugo to get and set the sheet hidden flag (bug #43937)
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

16 years agoAdd a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtractor...
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

16 years agoFix a few little bits of documentation xml
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

16 years agoFix for bug #44167 - patch from Paolo Mottadelli
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

16 years agoUpdate changelog
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

16 years agoFix bug #44070 - patch from Gian Carlo Pace
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

16 years agoFix for building the OOXML xmlbeans stuff on osx, patch from ugo
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

16 years agostart a new section for 3.0.2 BETA3
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

16 years agoMake the ooxml and ole2 powerpoint extractors more in keeping with the others, and...
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

16 years agoSome matching sets of sample ooxml and ole2 files, along with a plain text description
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

16 years agoFor ooxml properties, get the core ones as well as the extended ones, and add tests...
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

16 years agosupport for tables in HSLF
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

16 years agoImprove the javadocs for font and fill related colourings, and add another tests...
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

16 years agoOOXML pptx text extractor, and test. Also add jar-ooxml ant task
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

16 years agoMake a start on OOXML pptx support
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

16 years agoSupport for extracting text from ooxml word documents
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

16 years agoA few small updates to HSSFXML, and start on HWPFXML
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

16 years agoImprove the xlsx text extraction, and have proper tests for it
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

16 years agoMake a start on a text extractor for xlsx files
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

16 years agoSupport getting the low level sheet objects back for an xlsx document
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

16 years agoShuffle a few ooxml bits about, improve the ant tasks for it, and add in a ooxml...
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

16 years agoAdd some more sample ooxml documents
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

16 years agoA quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the data....
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

16 years agoUpdate build.xml to download various libraries that we will want for playing with...
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

16 years agoUpdate the sample ooxml files to the latest versions from http://openxmldeveloper...
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

16 years agofix bug #43781: slide->getShapes->getTextRun returns wrong text
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

16 years agofix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor...
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

16 years agoSupport for Mid, Replace and Substitute excel functions (bug #s 44095, 44097, 44099)
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

16 years agoPatch from bug #44055 - support reading the from field from HSMF messages
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

16 years agoMake compile-scratchpad depend on compile-main, as it's dependent
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

16 years agoAvoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch from...
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

16 years agoAdd missing setCurrentRow calls to documentation
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

16 years agoAdd comments on which formula related things should go in which of the two test suites
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

16 years agoSupport for the Trim function, and a little enhancement to the formula evaluation...
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

16 years agoadd a note on 3.0.2 beta1 release
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

16 years agoupdated to version 3.0.2-beta1
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

16 years agofinish 3.0.2-BETA1 section and start a new one for 3.0.2-FINAL
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

16 years agoStub out sheet hiding tests, so we have a framework for when sheet hiding is supporte...
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

16 years agoSupport 1904 date windowing, in addition to 1900 date windowing (patch from bug ...
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

16 years agoUpdated date windowing test fixes from bug #43551
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

16 years agoString Continue records support (with test), from bug #41064
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

16 years agoAdd in sponsorship link, as required by pr pmc
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

16 years agoSBAT fix from bug #11744
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

16 years agoFix work bug #42799
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

16 years agoNote about iterators
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

16 years agoWorkaround to avoid a NPE for Word Documents that are missing their ListTable (bug...
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

16 years agoUsermodel support for the datavalidation code, and tests for it (bug 27511)
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

16 years agoMore code from bug #27511, now ported to the new style record code
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

16 years agoStart on importing validation patches from bug #27511 (DVRecord still needs more...
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

16 years agoUpdate the svn urls in the POM (no longer jakarta)
Nick Burch [Wed, 28 Nov 2007 15:18:02 +0000 (15:18 +0000)]
Update the svn urls in the POM (no longer jakarta)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@599023 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadded my pgp key
Yegor Kozlov [Tue, 27 Nov 2007 12:28:36 +0000 (12:28 +0000)]
added my pgp key

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@598610 13f79535-47bb-0310-9956-ffa450edef68

16 years agoUpdate changes list
Yegor Kozlov [Fri, 23 Nov 2007 12:54:23 +0000 (12:54 +0000)]
Update changes list

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597655 13f79535-47bb-0310-9956-ffa450edef68

16 years agofixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records
Yegor Kozlov [Fri, 23 Nov 2007 12:52:51 +0000 (12:52 +0000)]
fixed bugs 43877 and 39512: Fix for handling mixed OBJ and CONTINUE records

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597654 13f79535-47bb-0310-9956-ffa450edef68

16 years agoPreserve unread bytes when serializing the record
Yegor Kozlov [Fri, 23 Nov 2007 12:51:44 +0000 (12:51 +0000)]
Preserve unread bytes when serializing the record

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597653 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdd method to return the number of styles (bug #43883)
Nick Burch [Fri, 16 Nov 2007 15:25:55 +0000 (15:25 +0000)]
Add method to return the number of styles (bug #43883)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@595701 13f79535-47bb-0310-9956-ffa450edef68

16 years agoThrow an IllegalArgumentException if asked to addMergeRegion with invalid data, rathe...
Nick Burch [Mon, 12 Nov 2007 22:24:15 +0000 (22:24 +0000)]
Throw an IllegalArgumentException if asked to addMergeRegion with invalid 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

16 years agoPatch for unicode NameRecords (bug #43837)
Nick Burch [Mon, 12 Nov 2007 22:12:03 +0000 (22:12 +0000)]
Patch for unicode NameRecords (bug #43837)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594316 13f79535-47bb-0310-9956-ffa450edef68

16 years agoAdd support for Chart Title Format records (bug #43721)
Nick Burch [Mon, 12 Nov 2007 21:49:37 +0000 (21:49 +0000)]
Add support for Chart Title Format records (bug #43721)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594307 13f79535-47bb-0310-9956-ffa450edef68

16 years agoFix for BOFRecord from files generated by access etc (bug #42794)
Nick Burch [Mon, 12 Nov 2007 13:13:25 +0000 (13:13 +0000)]
Fix for BOFRecord from files generated by access etc (bug #42794)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594102 13f79535-47bb-0310-9956-ffa450edef68

16 years agoSupport getting and setting as int, as well as short (bug #43648)
Nick Burch [Mon, 12 Nov 2007 12:47:34 +0000 (12:47 +0000)]
Support getting and setting as int, as well as short (bug #43648)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594097 13f79535-47bb-0310-9956-ffa450edef68

16 years agoadded a note to re-use fonts instead of creating a font for each cell
Yegor Kozlov [Tue, 6 Nov 2007 18:54:50 +0000 (18:54 +0000)]
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

16 years agothrow exception when the maximum number of fonts was exceeded
Yegor Kozlov [Tue, 6 Nov 2007 18:52:52 +0000 (18:52 +0000)]
throw exception when the maximum number of fonts was exceeded

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592520 13f79535-47bb-0310-9956-ffa450edef68

16 years agoimproved handling rotated text in HSSFSheet.autoSizeColumn
Yegor Kozlov [Tue, 6 Nov 2007 18:52:14 +0000 (18:52 +0000)]
improved handling rotated text in HSSFSheet.autoSizeColumn

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@592519 13f79535-47bb-0310-9956-ffa450edef68

16 years agofixed a silly typo in the method signature. It should be HFFSPicture.getPreferredSize...
Yegor Kozlov [Sat, 3 Nov 2007 19:50:40 +0000 (19:50 +0000)]
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

16 years agoFix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Williams...
Yegor Kozlov [Sat, 3 Nov 2007 19:36:10 +0000 (19:36 +0000)]
Fix for handling rotated text in HSSFSheet.autoSizeColumn. Thanks to Jeff Williams. See Bug 43751 for details.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@591666 13f79535-47bb-0310-9956-ffa450edef68

17 years agoFix tab vs space issue in documentation code block
Nick Burch [Tue, 30 Oct 2007 10:24:51 +0000 (10:24 +0000)]
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

17 years agoAdd in a (disabled) test for bug #43670 (not yet fixed)
Nick Burch [Sun, 28 Oct 2007 20:56:34 +0000 (20:56 +0000)]
Add in a (disabled) test for bug #43670 (not yet fixed)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589417 13f79535-47bb-0310-9956-ffa450edef68

17 years agoA bit more on HDGF LZW compression, but it's still not quite complete
Nick Burch [Sat, 27 Oct 2007 22:50:41 +0000 (22:50 +0000)]
A bit more on HDGF LZW compression, but it's still not quite complete

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589233 13f79535-47bb-0310-9956-ffa450edef68