Yegor Kozlov
|
d151b35bc8
|
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
|
2007-12-24 09:48:11 +00:00 |
|
Nick Burch
|
b1b95ddf08
|
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
|
2007-12-05 10:51:20 +00:00 |
|
Nick Burch
|
a14b55b6a8
|
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
|
2007-12-04 17:06:57 +00:00 |
|
Nick Burch
|
9c421d2930
|
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
|
2007-12-04 17:01:08 +00:00 |
|
Nick Burch
|
941bba0e15
|
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
|
2007-12-04 16:55:56 +00:00 |
|
Nick Burch
|
5163b687a4
|
SBAT fix from bug #11744
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600916 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 12:55:26 +00:00 |
|
Nick Burch
|
40b8f50a73
|
Usermodel support for the datavalidation code, and tests for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@600544 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 14:14:02 +00:00 |
|
Nick Burch
|
b97e94bf5c
|
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
|
2007-12-03 13:17:41 +00:00 |
|
Yegor Kozlov
|
7fec860cd8
|
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
|
2007-11-23 12:52:51 +00:00 |
|
Yegor Kozlov
|
9c7f6307c4
|
Preserve unread bytes when serializing the record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@597653 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-23 12:51:44 +00:00 |
|
Nick Burch
|
eb65900774
|
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
|
2007-11-12 22:24:15 +00:00 |
|
Nick Burch
|
c1a4f1c8e8
|
Patch for unicode NameRecords (bug #43837)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@594316 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-12 22:12:03 +00:00 |
|
Nick Burch
|
2038b4ba5b
|
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
|
2007-11-12 21:49:37 +00:00 |
|
Nick Burch
|
97b7d9d758
|
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
|
2007-11-12 13:13:25 +00:00 |
|
Yegor Kozlov
|
c93e470560
|
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
|
2007-11-03 19:50:40 +00:00 |
|
Nick Burch
|
9d3658e72f
|
Implement an Excel text extractor, and put all the existing text extractors under a common superclass, so they're easier to find and use
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589224 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-27 21:57:10 +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 |
|
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
|
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
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Nick Burch
|
d03f88c96b
|
Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat. A few improvements to isADateFormat, and to HSSFCellStyle to allow calling of it. Plus tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563129 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 13:38:48 +00:00 |
|
Yegor Kozlov
|
0171d85885
|
fixed Bug 42999: HSSFPatriarch positioning problem
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@562536 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-03 18:09:41 +00:00 |
|
Yegor Kozlov
|
9e320e3f37
|
keep the javadoc compiler quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 16:08:26 +00:00 |
|
Andrew C. Oliver
|
b8933243ec
|
Now can protect sheets with a password. So everyone may cease whining about it
already :-)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552425 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-02 08:10:28 +00:00 |
|
Nick Burch
|
aaf2c3119e
|
Some more fixes for javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-29 14:18:11 +00:00 |
|
Nick Burch
|
565528df7d
|
Add a new method on HSSFDateUtil of isADateFormat, which will cope with both internal excel date formats, and custom date formats the are for dates (plus test)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548044 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-17 15:27:23 +00:00 |
|
Nick Burch
|
0943aed6e8
|
Detect, and report a meaningful error, if we come across an Office 2007 XML document
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@531419 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-23 10:45:49 +00:00 |
|
Yegor Kozlov
|
b538a0a21b
|
testcases for bugs 38266 and 40738
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529197 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-16 10:49:47 +00:00 |
|
Yegor Kozlov
|
588f61fa1e
|
applied the patch submitted in Bug 41223: Simple image extraction for HSSFWorkbook
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@529196 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-16 10:48:20 +00:00 |
|
Yegor Kozlov
|
97e991ec6e
|
Fix for bug 41946: remember if the complex part of an array property is empty and write back the original empty data
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@527816 13f79535-47bb-0310-9956-ffa450edef68
|
2007-04-12 07:36:13 +00:00 |
|
Yegor Kozlov
|
bfc32c3190
|
fixed bug 41761: NPE when serializing a workbook with empty rows
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520416 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-20 14:59:29 +00:00 |
|
Yegor Kozlov
|
8a3e83c0df
|
improved work with cell comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@517261 13f79535-47bb-0310-9956-ffa450edef68
|
2007-03-12 15:43:14 +00:00 |
|
Yegor Kozlov
|
d49f3d91a3
|
changing attributes of existing cell comments is reflected after save
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@501875 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-31 16:14:23 +00:00 |
|
Avik Sengupta
|
adb7397d71
|
testcases for still unfixed bugs
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496739 13f79535-47bb-0310-9956-ffa450edef68
|
2007-01-16 15:52:31 +00:00 |
|