Nick Burch
|
f9fa636e6d
|
Remove un-used imports
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951053 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:21:41 +00:00 |
|
Nick Burch
|
ee937dd9d0
|
Fix bug #49377 - only call DecimalFormat.setRoundingMode on Java 1.6 - it's needed to match excel's rendering of numbers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951052 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:20:26 +00:00 |
|
Nick Burch
|
da0c5ad895
|
Fix bug #49378 - correct 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951048 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 16:13:38 +00:00 |
|
Nick Burch
|
65d7431a9f
|
Parse the HSMF headers chunk if present, and use it to find Dates in text extraction if needed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951034 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 15:33:54 +00:00 |
|
Nick Burch
|
835efd63de
|
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@951016 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-03 14:58:02 +00:00 |
|
Nick Burch
|
5cd9ac0ccf
|
Fix inspired by bug #48494 - detect and support time formats like HH:MM;HH:MM
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950665 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 17:17:42 +00:00 |
|
Nick Burch
|
53f8d4561f
|
Another fix inspired by bug #48494 - have ExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950657 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:51:05 +00:00 |
|
Nick Burch
|
393e672176
|
Fix bug #48494 - have EventBasedExcelExtractor make use of HSSFDataFormatter, so that numbers and dates come out closer to how Excel would render them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950616 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:13:04 +00:00 |
|
Nick Burch
|
b288c631f2
|
Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950611 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 16:01:26 +00:00 |
|
Nick Burch
|
cee16bc83b
|
List attachment names in the output of OutlookTextExtractor (to get attachment contents, use ExtractorFactory as normal)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950595 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 15:24:11 +00:00 |
|
Nick Burch
|
91976c60d8
|
Update the FAQ with a note about poi-ooxml-schemas vs the full ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950499 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-02 11:30:13 +00:00 |
|
Nick Burch
|
e6879026b5
|
Fix inspired by bug #48872 - allow DateFormatter.formatRawCellContents to handle 1904 as well as 1900 dates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950117 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:31:51 +00:00 |
|
Nick Burch
|
fafc079bfe
|
More work inspired by bug #48872 - handle MMMMM and elapsed time formatting rules in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950113 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 15:20:57 +00:00 |
|
Nick Burch
|
b303c57d54
|
More fixes inspired by bug #48872 - handle zero formatting rules, and better color detection in DataFormatter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@950035 13f79535-47bb-0310-9956-ffa450edef68
|
2010-06-01 12:12:22 +00:00 |
|
Yegor Kozlov
|
ee9210d27b
|
ensure english locale for POI build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 12:39:42 +00:00 |
|
Yegor Kozlov
|
deae43db43
|
more cleanup of deprecation warnings generated by javac
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949485 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 06:57:23 +00:00 |
|
Yegor Kozlov
|
6ee427ddf9
|
fixed construction of the DIB picture header, see Bugzilla 43161
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949483 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-30 06:56:32 +00:00 |
|
Yegor Kozlov
|
55c924c5d2
|
removed deprecation warnings to keep javac quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949434 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-29 18:31:04 +00:00 |
|
Yegor Kozlov
|
8c6e2767fa
|
optimized serialization of XSSFRow - avoid re-ordering of CTCell beans if they are already ordered
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949375 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-29 10:28:04 +00:00 |
|
Nick Burch
|
db3f7a1484
|
Support a couple more crazy formats, as identified in bug #48872, plus test them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949226 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-28 16:47:01 +00:00 |
|
Nick Burch
|
e09e67c403
|
Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@949177 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-28 13:44:45 +00:00 |
|
Nick Burch
|
a8a9bc2928
|
Fix bug #44916 - Allow access to the HSSFPatriarch from HSSFSheet once created
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948880 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:27:09 +00:00 |
|
Nick Burch
|
13bc8e8500
|
Tidy up various indents and generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 16:22:46 +00:00 |
|
Maxim Valyanskiy
|
959cf9aa7c
|
add myself to who.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948831 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:30:22 +00:00 |
|
Maxim Valyanskiy
|
fa9ba080de
|
Initial support for reading AES-encrypted/write-protected OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948826 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:26:36 +00:00 |
|
Maxim Valyanskiy
|
59f8f913e3
|
Initial support for reading AES-encrypted/write-protected OOXML files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948825 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 13:23:27 +00:00 |
|
Nick Burch
|
5cfa676c0b
|
Add missing test file for bug #48779
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948752 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 10:15:10 +00:00 |
|
Mark Beardsley
|
699382f3cf
|
Moved from xssf\usermodel examples following Christian's modification to that example.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948710 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 08:07:36 +00:00 |
|
Mark Beardsley
|
185a5cc95f
|
Added Christian's Centre Across Selection code.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948709 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-27 08:06:47 +00:00 |
|
Nick Burch
|
f6bda6f28a
|
Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948511 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 17:46:46 +00:00 |
|
Nick Burch
|
5d461efea2
|
Add disabled unit test for bug #48539, which is currently still broken
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948477 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 15:22:04 +00:00 |
|
Nick Burch
|
cf943a8f84
|
Add test which shows that bug #48832 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948473 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 15:11:33 +00:00 |
|
Nick Burch
|
29dab17a44
|
Add unit test to show that the behaviour in bug #48923 is as expected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948462 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:51:49 +00:00 |
|
Nick Burch
|
0df94e6be8
|
Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying date values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948455 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:40:25 +00:00 |
|
Nick Burch
|
6666c539da
|
Add a simple testcase for the new RevisionMarkAuthorTable.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948445 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:22:49 +00:00 |
|
Nick Burch
|
9798e24fd2
|
Apply patch from bug #48926 - Initial support for the HWPF revision marks authors list
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948435 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 14:17:15 +00:00 |
|
Nick Burch
|
6f141b8e01
|
Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948426 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-26 13:56:51 +00:00 |
|
Nick Burch
|
f6c41635e5
|
Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when the XSD is silly and maps them to CTEmpty
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948199 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 20:31:42 +00:00 |
|
Nick Burch
|
24b73b2cdc
|
Get to a consistent indent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948116 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 17:13:52 +00:00 |
|
Nick Burch
|
0cddb0a50b
|
Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948089 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 16:25:34 +00:00 |
|
Nick Burch
|
4c1d86e5de
|
Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvements by tracking more records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@948080 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-25 15:59:26 +00:00 |
|
Josh Micich
|
a80d363286
|
Added loose tests to junit hierarchy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947860 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 23:26:57 +00:00 |
|
Josh Micich
|
b9e43015df
|
Changed JRE 6 dependent code to its JRE 5 equivalent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947842 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 22:41:51 +00:00 |
|
Mark Beardsley
|
046c73ba82
|
Modified existing text to cover changes made to XWPFHeaderFooterPolicy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947688 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 15:56:05 +00:00 |
|
Mark Beardsley
|
9207d6662a
|
Added overloaded method to support multiple paragraphs in footer/header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947686 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 15:55:30 +00:00 |
|
Nick Burch
|
11c4ab5eca
|
More license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947647 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 14:15:27 +00:00 |
|
Nick Burch
|
b19532bd16
|
Add in missing license headers to a few files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947644 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 14:00:48 +00:00 |
|
Yegor Kozlov
|
06eeb5d312
|
Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTRow beans if they are already ordered
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947542 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-24 05:31:48 +00:00 |
|
Yegor Kozlov
|
fa7c8f269a
|
avoid NPE when finding cell comments, Bugzilla 48846
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947315 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:24:22 +00:00 |
|
Yegor Kozlov
|
17c2a4208f
|
Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947312 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:07:31 +00:00 |
|
Yegor Kozlov
|
010f3a4535
|
Fixed tests failing in non-english locales, see Bugzilla 49191
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947310 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-22 16:06:36 +00:00 |
|
Nick Burch
|
eb4a56cb52
|
Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@946136 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-19 11:55:17 +00:00 |
|
Yegor Kozlov
|
c1748f0143
|
support for data validation for OOXML, see Bugzilla 49244
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@944869 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-16 15:49:21 +00:00 |
|
Yegor Kozlov
|
18230c14b9
|
Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@942809 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-10 16:11:50 +00:00 |
|
Nick Burch
|
ede8beb227
|
Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941399 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 17:49:59 +00:00 |
|
Nick Burch
|
7b043c2bc4
|
Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEscherHolderRecord when there are lots of Continue Records
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941379 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 16:45:58 +00:00 |
|
Nick Burch
|
a4be4cecfc
|
Fix bug #49194 - Correct text size limit for OOXML .xlsx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941372 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 16:30:43 +00:00 |
|
Nick Burch
|
a62b2d04e7
|
Fix bug #49254 - Fix CellUtils.setFont to use the correct type internally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941342 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 15:24:23 +00:00 |
|
Nick Burch
|
8830bebd6d
|
Hopefully finish fixing bug #49139 - track down another subtle hard coding of 512, and switch to using the big block size variable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@941334 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-05 15:10:17 +00:00 |
|
Nick Burch
|
535cdd29b4
|
Add DISABLED test which shows the latest problem relating to bug #49139
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940648 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-03 21:58:26 +00:00 |
|
Nick Burch
|
98bb2d614e
|
Enable the tests for bug #49139, now that we have a sample test file to go with it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@940519 13f79535-47bb-0310-9956-ffa450edef68
|
2010-05-03 17:18:35 +00:00 |
|
Maxim Valyanskiy
|
64dfac1ed9
|
skip incorrect MMSRecord in xls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@938372 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-27 09:24:52 +00:00 |
|
Nick Burch
|
a3899a57d8
|
Resolve bug #49139 - don't assume that the block size is always 512 bytes. Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937834 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-25 17:35:56 +00:00 |
|
Yegor Kozlov
|
0b4df9519b
|
Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937792 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-25 12:58:45 +00:00 |
|
Yegor Kozlov
|
927e153c94
|
Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937652 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-24 17:17:20 +00:00 |
|
Mark Beardsley
|
2187e24118
|
Improved usage message.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@937312 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-23 14:31:59 +00:00 |
|
Yegor Kozlov
|
d2e1849979
|
Properly close internal InputStream in ExtractorFactory#createExtractor(File), see Bugzilla 49147
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935900 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-20 13:06:59 +00:00 |
|
Yegor Kozlov
|
fe048df54e
|
Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935896 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-20 12:57:27 +00:00 |
|
Yegor Kozlov
|
e3ea49bf61
|
Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@935860 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-20 10:27:30 +00:00 |
|
Mark Beardsley
|
ba9704c3ab
|
Converts Excel to CSV using usermodel.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@934444 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-15 15:18:03 +00:00 |
|
Nick Burch
|
7e681eed75
|
One more missing license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933965 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:15:16 +00:00 |
|
Nick Burch
|
f1371227be
|
Remove old .cvsignore files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933963 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:11:13 +00:00 |
|
Nick Burch
|
acfba7e8ed
|
Add missing license header to older xml files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933961 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:04:14 +00:00 |
|
Nick Burch
|
04ac9edea6
|
Add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933959 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:02:04 +00:00 |
|
Nick Burch
|
3caec855a3
|
Remove readme about java 1.4 vs 1.5, as we've ditched java 1.4 support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933958 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-14 14:01:38 +00:00 |
|
Nick Burch
|
d1486edc42
|
Lots more documentation on how we read in POIFS files and process the sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@933663 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-13 15:04:45 +00:00 |
|
Maxim Valyanskiy
|
fc53ead4ca
|
bugfix: ClassCastException it PicturesTable.getAllPictures():
UnknownEscherRecord cannot be cast to EscherBlipRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@931111 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-06 12:12:03 +00:00 |
|
Yegor Kozlov
|
639bf94c6f
|
propagate parent to parent-aware records decoded from Escher, also ensure that TextShape and EscherTextboxWrapper hold the same cached sets of records, see Bugzilla 48916
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@930525 13f79535-47bb-0310-9956-ffa450edef68
|
2010-04-03 14:44:39 +00:00 |
|
Nick Burch
|
512a6f2bb5
|
Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@929064 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-30 10:05:53 +00:00 |
|
Yegor Kozlov
|
14502b9ac0
|
fixed compilation errors in recently added examples
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@923072 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-15 06:14:03 +00:00 |
|
Mark Beardsley
|
fc2c8245ec
|
Correct package statement
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@922366 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-12 17:42:32 +00:00 |
|
Mark Beardsley
|
961df28875
|
Ported to SS model.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@922219 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-12 11:23:44 +00:00 |
|
Mark Beardsley
|
fd003e28c5
|
Comments modified re re-sizing behaviour
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@921819 13f79535-47bb-0310-9956-ffa450edef68
|
2010-03-11 12:12:54 +00:00 |
|
Nick Burch
|
918f1a496d
|
Fix an issue with the HSMF tests working on some machines but not others - Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able
to correctly match up chunks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@911878 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-19 17:55:32 +00:00 |
|
Yegor Kozlov
|
9b208abd09
|
Support evaluation of indirect defined names in INDIRECT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@910043 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-14 17:11:08 +00:00 |
|
Maxim Valyanskiy
|
b8dbb48254
|
XSLFCommonSlideData: extract text data from group shape
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@907626 13f79535-47bb-0310-9956-ffa450edef68
|
2010-02-08 12:08:15 +00:00 |
|
Nick Burch
|
943d3d19e1
|
Add a disabled test for bug #44501, which still remains, plus fix a generics warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904062 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:28:29 +00:00 |
|
Nick Burch
|
9bbf3ef4d0
|
Fix generics warnings, and fix up tests to handle the extra bit of text being extracted now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904060 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:20:32 +00:00 |
|
Nick Burch
|
3aef368b71
|
Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detection, and handle short strings better, hopefully solving the Negative length of ChunkHeader issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904052 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:05:13 +00:00 |
|
Nick Burch
|
2880d934f9
|
Improve error message, and fix generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904049 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-28 12:00:38 +00:00 |
|
Nick Burch
|
81755dc8d2
|
Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903303 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 16:21:17 +00:00 |
|
Nick Burch
|
a2e6cafca9
|
New event based xssf text extractor (XSSFEventBasedExcelExtractor)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903182 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 11:39:44 +00:00 |
|
Nick Burch
|
90700558cd
|
The ReadOnlySharedStringsTable is re-usable for other event based things, so copy out to it's own class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@903170 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-26 11:10:48 +00:00 |
|
Nick Burch
|
6e2c32e1c5
|
Most of support suggested by Phil Varner on the list - ExtractorFactory can now be told to prefer Event Based extractors (current Excel only) on a per-thread or overall basis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902927 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-25 19:02:13 +00:00 |
|
Yegor Kozlov
|
7854649016
|
avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla 48544
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902566 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-24 13:40:58 +00:00 |
|
Yegor Kozlov
|
d49e83fe92
|
properly close all IO streams created in OPCPackage, see Bugzilla 48571
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902565 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-24 13:26:19 +00:00 |
|
Yegor Kozlov
|
76a0ce511b
|
always copy all declared inner classes and interfaces when generating poi-ooxml-schemas, see Bugzilla 48572
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@902563 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-24 13:11:46 +00:00 |
|
Maxim Valyanskiy
|
ed3cae95f8
|
PowerPoint OLEShape: extract last version of embedded ole object
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@901215 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-20 14:33:58 +00:00 |
|
Nick Burch
|
8f421fc5b0
|
Add a note about the UnicodeString move from a few days ago
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900816 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 15:20:04 +00:00 |
|
Nick Burch
|
b631a6edee
|
Add changelog note
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900747 13f79535-47bb-0310-9956-ffa450edef68
|
2010-01-19 12:06:41 +00:00 |
|