Nick Burch
|
249c21032b
|
HDGF progress update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584723 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-15 10:43:37 +00:00 |
|
Nick Burch
|
c7476faf25
|
Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a convenience method on HSSFFormulaEvaluator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584721 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-15 10:34:40 +00:00 |
|
Nick Burch
|
7774616a7d
|
Stub out the HDGF compression routine, and tests for it. Document the first slab of the compressed data in the test, so it's easy to see if we're generating it properly. (Have yet to implement the compression support yet though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584534 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-14 12:42:47 +00:00 |
|
Nick Burch
|
786af85cc0
|
Replace the HDGW LZW engine with a fully documented, ASL licenced version. (Doesn't do compression yet, but is a much better start for that)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584414 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-13 15:46:09 +00:00 |
|
Nick Burch
|
6b70b7cfad
|
Slightly update the supported formats information, and explicitly say we don't support the OOXML file formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@583453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-10 12:34:19 +00:00 |
|
Yegor Kozlov
|
8fc97ac835
|
update the change log
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581034 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-01 18:40:59 +00:00 |
|
Yegor Kozlov
|
523c9ecabd
|
HSSFPicture.resize() - a handy method to reset a picture to its original width and height
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@581029 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-01 18:07:32 +00:00 |
|
Nick Burch
|
d853ae3ece
|
Fix True/False function arguments (from Pavel, bug #43496
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@580015 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-27 13:42:53 +00:00 |
|
Yegor Kozlov
|
acc1f7434d
|
roll back to the previous version.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579733 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-26 17:51:08 +00:00 |
|
Yegor Kozlov
|
0ca5301ede
|
fixed failing test. The patch provided in Bug 43489
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579730 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-26 17:43:52 +00:00 |
|
Yegor Kozlov
|
1d53f29662
|
commented out a failing test until we find the reason.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579546 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-26 09:55:31 +00:00 |
|
Nick Burch
|
b151061e97
|
Implement the date function, patch from Pavel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579244 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-25 13:37:02 +00:00 |
|
Nick Burch
|
283e0ba625
|
Implement the date function, patch from Pavel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579243 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-25 13:36:36 +00:00 |
|
Nick Burch
|
5a56f23398
|
Improvement from Pavel - if we've already parsed a formula then evaluated it, don't re-do the parsing the second time
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579197 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-25 11:08:57 +00:00 |
|
Nick Burch
|
af0eef9988
|
Fix from Pavel Krupets for Excel Bug Date (1900/2/29)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579194 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-25 10:52:30 +00:00 |
|
Nick Burch
|
a6fba24d1a
|
Add some testdata paths to the single unit test task, so that more of the scratchpad tests can be run individually
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578861 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-24 15:52:57 +00:00 |
|
Nick Burch
|
4de18a877c
|
Allow HSSFSheet to get at its parent workbook, and add HSSFWorkbook.getSheetIndex(HSSFSheet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@578795 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-24 12:57:38 +00:00 |
|
Nick Burch
|
43b8f0d298
|
Update POIDocument to use POILogger
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577317 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-19 14:40:44 +00:00 |
|
Nick Burch
|
3365f9798b
|
Finish the POIDocument move, and update HSSFWorkbook to use it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577314 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-19 14:34:31 +00:00 |
|
Nick Burch
|
22d3036135
|
Move POIDocument out of the scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577260 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-19 11:57:05 +00:00 |
|
Nick Burch
|
b5dcea2afe
|
Move POIDocument out of the scratchpad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577259 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-19 11:56:36 +00:00 |
|
Nick Burch
|
9c57017f5b
|
Fix for cell references on rows > 32768 (bug #43399)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576939 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 15:01:15 +00:00 |
|
Nick Burch
|
031873f7e6
|
Improved Formula Parser support for ranges and exponents, from Pavel Krupets (Bug #43410)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576855 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 11:53:28 +00:00 |
|
Nick Burch
|
1f056652b7
|
Fix for rows between 32767 and 65536, don't incorrectly cast to a short (fixes #43401)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576519 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 16:54:40 +00:00 |
|
Nick Burch
|
c733acf8b4
|
Convert to use POIDocument
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576507 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 16:34:48 +00:00 |
|
Nick Burch
|
ed2d78b08b
|
When writing out a HSLF file, optionally also write out all the different OLE2 streams, and not just the normal HSLF related ones
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576505 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 16:30:31 +00:00 |
|
Nick Burch
|
312b7ff2dc
|
Ensure that evaluateInCell sets the underlying cell type properly (fix from Pavel Krupets)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576504 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 16:29:07 +00:00 |
|
Nick Burch
|
c4ca492849
|
Implementation of the Day function from Pavel Krupets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576492 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 15:58:54 +00:00 |
|
Nick Burch
|
7c257557fa
|
Fix the indenting on write(), which has been messed up for an age
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576475 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 15:21:34 +00:00 |
|
Nick Burch
|
58eb278989
|
Add a note on autoSizeColumn being a somewhat slow opperation. Update the status log
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576351 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-17 10:29:27 +00:00 |
|
Yegor Kozlov
|
edf5dc307b
|
fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records that happen to be continued.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@575406 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-13 19:11:10 +00:00 |
|
Yegor Kozlov
|
b65d864b2c
|
fix broken compilation. removed a reference to a class from the scratchpad.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@574589 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-11 13:08:45 +00:00 |
|
Yegor Kozlov
|
7356dd361c
|
support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573955 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 07:38:35 +00:00 |
|
Yegor Kozlov
|
177caeec53
|
Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573878 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 16:34:10 +00:00 |
|
Yegor Kozlov
|
a82e65ea7b
|
Support for getting OLE object data from slide show. See Bug 43247 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573872 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 16:12:29 +00:00 |
|
Yegor Kozlov
|
f52957b77d
|
initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). See Bug 43125 for details.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569827 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-26 15:26:29 +00:00 |
|
Yegor Kozlov
|
22350f3b21
|
fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 4111 characters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569821 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-26 15:03:13 +00:00 |
|
Nick Burch
|
3d40a25d36
|
Changelog update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569102 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 18:22:06 +00:00 |
|
Nick Burch
|
e518cdfbbc
|
Fix for bug #42844 - Include some of the crazy continue record handling that we have in RecordFactory into HSSFEventFactory, so that we can handle when records aren't immediately followed by their continue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569101 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 18:20:39 +00:00 |
|
Nick Burch
|
490bdc3fe6
|
When writing out a workbook, skip a WORKBOOK stream (if there is one), since we always write out as Workbook + test (bug #43055)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569082 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 17:40:24 +00:00 |
|
Nick Burch
|
6e2b416925
|
Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569062 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 16:33:36 +00:00 |
|
Nick Burch
|
ac3c57b0d8
|
When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOB
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@568949 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 12:03:20 +00:00 |
|
Nick Burch
|
1998bb30a5
|
Add in missing copyright headers to a couple of new testcases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566198 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 14:41:46 +00:00 |
|
Nick Burch
|
3098e0474a
|
Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566196 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 14:40:02 +00:00 |
|
Nick Burch
|
df10c7b072
|
Patch from bug #43108 - when fetching system properties, use sensible 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
|
2007-08-15 14:19:08 +00:00 |
|
Nick Burch
|
6708ebde80
|
Patch from David Law in bug #43093 - handle Area3D formula references that refer to a different sheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566157 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 13:58:12 +00:00 |
|
Yegor Kozlov
|
4f98781194
|
Bug 43090: autoSizeColumn can calculate negative sizes for the column width due to a cast from integer to short
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564689 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-10 17:34:57 +00:00 |
|
Nick Burch
|
09bcbf7f97
|
Further enhancements to Font Metrics support, wrt fonts with bold/italic varients, such as dialog (plus tests)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564263 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 16:27:16 +00:00 |
|
Nick Burch
|
03f738225f
|
If the Escher layer is asked to draw text with an invalid font, throw a much more useful error. Plus test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@564219 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 14:27:06 +00:00 |
|
Yegor Kozlov
|
65c68651ab
|
fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEditAtom.MaxPersistWritten wasn't updated when adding new slides.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563185 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 16:49:47 +00:00 |
|