svn commit: r637692 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ java/org/apache/poi/xssf/userm

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 17:10:17 2008 New Revision: 637692 URL: http://svn.apache.org/viewvc?rev=637692&view=rev Log: Start to tie up the XSSF cell styles stuff with the StylesTable code Modified: poi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/StylesSource.ja

svn commit: r637688 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 16:30:51 2008 New Revision: 637688 URL: http://svn.apache.org/viewvc?rev=637688&view=rev Log: Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook Modified: poi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Shared

svn commit: r637680 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 15:44:10 2008 New Revision: 637680 URL: http://svn.apache.org/viewvc?rev=637680&view=rev Log: Start to tidy up the model loading, to reduce duplicated code, and make it cleaner Added: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/model/XSSFModel.java

svn commit: r637669 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/model/ java/org/apache/poi/xssf/usermodel/ testcases/org/apache/poi/xssf/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 15:07:38 2008 New Revision: 637669 URL: http://svn.apache.org/viewvc?rev=637669&view=rev Log: Start supporting styles on the XSSFWorkbook, and tests for it Added: poi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/StylesSource.java (wit

svn commit: r637624 - in /poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf: model/ model/SharedStringsTable.java model/StylesTable.java strings/ usermodel/XSSFWorkbook.java

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 11:57:15 2008 New Revision: 637624 URL: http://svn.apache.org/viewvc?rev=637624&view=rev Log: Move the SharedStringsTable to a more generic package, and make a start on the styles table Added: poi/branches/ooxml/src/ooxml/java/org/apache/poi/xssf/model/ -

svn commit: r637614 - in /poi/branches/ooxml/src: documentation/content/xdocs/spreadsheet/ examples/src/org/apache/poi/ss/usermodel/examples/ java/org/apache/poi/hssf/usermodel/ testcases/org/apache/p

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 10:23:24 2008 New Revision: 637614 URL: http://svn.apache.org/viewvc?rev=637614&view=rev Log: More create helper stuff, and some sample formatting files Added: poi/branches/ooxml/src/java/org/apache/poi/hssf/usermodel/HSSFCreationHelper.java (with props)

svn commit: r637610 - in /poi/branches/ooxml/src/ooxml: interfaces-jdk14/org/apache/poi/ss/usermodel/ interfaces-jdk15/org/apache/poi/ss/usermodel/ java/org/apache/poi/xssf/usermodel/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 09:51:58 2008 New Revision: 637610 URL: http://svn.apache.org/viewvc?rev=637610&view=rev Log: Further workarounds for java being rubbish, by having a dedicated class to create concrete instances of interfaces for you Added: poi/branches/ooxml/src/ooxml/interfac

svn commit: r637607 - in /poi/branches/ooxml/src: documentation/content/xdocs/spreadsheet/ examples/src/org/apache/poi/ss/ examples/src/org/apache/poi/ss/usermodel/ examples/src/org/apache/poi/ss/user

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 09:24:23 2008 New Revision: 637607 URL: http://svn.apache.org/viewvc?rev=637607&view=rev Log: Update some more documentation, and put in a workaround for needing to create a RichTextString, without wanting to know the concrete type, but Java interfaces are crap Add

svn commit: r637603 - in /poi/branches/ooxml/src/documentation/content/xdocs: book.xml hslf/ index.xml overview.xml slideshow/ spreadsheet/ ss/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:59:27 2008 New Revision: 637603 URL: http://svn.apache.org/viewvc?rev=637603&view=rev Log: Re-name some documentation directories, so they have better names now cover ole2 and ooxml (will need .htaccess redirect when putting live) Added: poi/branches/ooxml/sr

svn commit: r637601 - in /poi/trunk/src: documentation/content/xdocs/ java/org/apache/poi/hssf/model/ java/org/apache/poi/hssf/record/formula/ testcases/org/apache/poi/hssf/model/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:48:02 2008 New Revision: 637601 URL: http://svn.apache.org/viewvc?rev=637601&view=rev Log: Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as '= 4' Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/src/doc

svn commit: r637600 - /poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/PercentEval.java

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:40:17 2008 New Revision: 637600 URL: http://svn.apache.org/viewvc?rev=637600&view=rev Log: Patch from Josh from bug #44608 - Support for PercentPtg in the formula evaluator Added: poi/trunk/src/scratchpad/src/org/apache/poi/hssf/record/formula/eval/PercentEv

svn commit: r637598 - in /poi/trunk/src: documentation/content/xdocs/ scratchpad/src/org/apache/poi/hssf/usermodel/ scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/ testcases/org/apache/p

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:38:09 2008 New Revision: 637598 URL: http://svn.apache.org/viewvc?rev=637598&view=rev Log: Patch from Josh from bug #44608 - Support for PercentPtg in the formula evaluator Added: poi/trunk/src/scratchpad/src/org/apache/poi/hssf/usermodel/OperationEvaluatorF

svn commit: r637595 - in /poi/trunk/src: documentation/content/xdocs/changes.xml documentation/content/xdocs/status.xml java/org/apache/poi/hssf/usermodel/HSSFCell.java testcases/org/apache/poi/hssf/u

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:29:34 2008 New Revision: 637595 URL: http://svn.apache.org/viewvc?rev=637595&view=rev Log: Patch from Josh from bug #44606 - Support calculated string values for evaluated formulas Modified: poi/trunk/src/documentation/content/xdocs/changes.xml poi/trunk/

svn commit: r637593 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/ testcases/org/apache/poi/hssf/data/

2008-03-16 Thread nick
Author: nick Date: Sun Mar 16 08:20:47 2008 New Revision: 637593 URL: http://svn.apache.org/viewvc?rev=637593&view=rev Log: Patch from Josh, which shows that various bugs are now fixed Added: poi/trunk/src/scratchpad/testcases/org/apache/poi/hssf/record/formula/eval/TestFormulaBugs.java (