Sergey Vladimirov
|
7ecbfcfbaa
|
picture loading completely rewritten, bugs 51902 and 51890 fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177709 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-30 15:49:19 +00:00 |
|
Nick Burch
|
b814328848
|
Add a method to HSSFFont to get the color, similar to the XSSF one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177410 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-29 19:40:47 +00:00 |
|
Sergey Vladimirov
|
092ff1b867
|
add lvlf type definition and java code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173712 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 15:31:36 +00:00 |
|
Sergey Vladimirov
|
a74095ebd3
|
add tabs handling and additional SPRMs; update ShadingDescription definition (in fact, replace)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173157 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-20 14:12:44 +00:00 |
|
Nick Burch
|
2cd1847dd4
|
Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1172575 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-19 11:43:09 +00:00 |
|
Nick Burch
|
a75bc22211
|
Apply patch from bug #51809 - correct GTE handling in COUNTIF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170652 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 14:41:03 +00:00 |
|
Maxim Valyanskiy
|
1fbf6e4ae8
|
XLS: HyperlinkRecord: remove check for value in usKeyValue field because some (correct) files has unexpected value there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170166 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-13 13:08:42 +00:00 |
|
Yegor Kozlov
|
7b475e643d
|
fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169725 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 13:03:04 +00:00 |
|
Yegor Kozlov
|
effaab4dc7
|
avoid exceptions when using POI in Tika, see BUgs 51771 and 51770
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1169679 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-12 10:19:50 +00:00 |
|
Yegor Kozlov
|
b1dce5c2ad
|
more progress with xssf chart api, see Bug 51196
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167579 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 19:00:47 +00:00 |
|
Sergey Vladimirov
|
3e6b5ac3ff
|
fix field updating in AbstractEscherOptRecord;
prevent from shooting into foot by updating AbstractEscherOptRecord with incorrect values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165603 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-06 11:13:41 +00:00 |
|
Sergey Vladimirov
|
08bb6a7627
|
replace getInstance() / getOptions() with getShapeType for EscherSpRecord
replace getOptions() with getInstance() for other cases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1163615 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-31 13:14:09 +00:00 |
|
Sergey Vladimirov
|
689c4f7895
|
split option field into version and instance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1163609 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-31 12:59:31 +00:00 |
|
Sergey Vladimirov
|
77af81d3d7
|
move poi.util.POIUtils to poi.poifs.filesystem.EntryUtils
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160788 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-23 16:44:06 +00:00 |
|
Sergey Vladimirov
|
c3235cc745
|
relax requirements for POIUtils arguments (replace classes with interfaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160150 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-22 08:53:16 +00:00 |
|
Sergey Vladimirov
|
6afe2d988c
|
move POI FS entries copy methods to new POIUtils class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1160146 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-22 08:50:48 +00:00 |
|
Sergey Vladimirov
|
8ea6b350e8
|
fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158754 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-17 14:53:28 +00:00 |
|
Nick Burch
|
1072b40726
|
Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short reading in NDocumentInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156573 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 11:13:03 +00:00 |
|
Sergey Vladimirov
|
c84263efdf
|
fix compiler warning about encoding
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155359 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 13:31:04 +00:00 |
|
Sergey Vladimirov
|
33a1542335
|
fix unsigned int to long conversion
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155340 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 12:53:05 +00:00 |
|
Sergey Vladimirov
|
1d9900c184
|
Add Word-to-Text converter and use it as replacement for WordExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1155336 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-09 12:38:52 +00:00 |
|
Sergey Vladimirov
|
becc8af1e0
|
exctract common properties record code into AbstractEscherOptRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152126 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-29 07:01:39 +00:00 |
|
Yegor Kozlov
|
3e56ba2b90
|
support for conditional formatting in XSSF including docs and examples
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152099 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-29 04:47:25 +00:00 |
|
Nick Burch
|
c891006d5e
|
Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on the common spreadsheet Sheet interface, as per existing HSSF support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152031 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 22:53:46 +00:00 |
|
Sergey Vladimirov
|
19025f6f74
|
child of ContainerRecord is not only SpContainer; use generics to preserve source-compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151861 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 14:21:26 +00:00 |
|
Sergey Vladimirov
|
f89cd2ea33
|
add additional escher properties names from 2.3.4. Group Shape
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151808 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 12:05:09 +00:00 |
|
Sergey Vladimirov
|
02212c53d3
|
make EscherContainerRecord.toString() indent children even if they don't support toString(indent)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151802 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 11:45:25 +00:00 |
|
Sergey Vladimirov
|
808014be4c
|
add EscherTertiaryOptRecord support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151801 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 11:44:50 +00:00 |
|
Sergey Vladimirov
|
ef3edb8fa9
|
fix generics compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1151798 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-28 11:34:16 +00:00 |
|
Yegor Kozlov
|
960c02c10c
|
Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotals
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150673 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-25 12:55:32 +00:00 |
|
Sergey Vladimirov
|
8eb1775b90
|
restore JDK 1.5 compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150617 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-25 10:12:34 +00:00 |
|
Yegor Kozlov
|
64bc751847
|
added @Beta annotation to mark code that is subject to incompatible changes in future releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149119 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-21 11:09:02 +00:00 |
|
Yegor Kozlov
|
e0322786b1
|
bug 50401 - fixed EscherProperty to return property name instead of 'unknown' for complex properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149111 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-21 11:00:41 +00:00 |
|
Yegor Kozlov
|
03fe1959f2
|
fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148700 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-20 11:04:31 +00:00 |
|
Yegor Kozlov
|
db284964ab
|
more progress with support for charts in XSSF, see patch 51196
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148642 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-20 08:03:23 +00:00 |
|
Yegor Kozlov
|
59b5b941b3
|
Support for appending images to existing drawings in HSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148637 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-20 07:38:01 +00:00 |
|
Yegor Kozlov
|
a1223d163e
|
bug 46250 - Fixed cloning worksheets with images
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148295 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-19 12:19:48 +00:00 |
|
Nick Burch
|
c8ee505300
|
Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147183 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-15 15:08:51 +00:00 |
|
Nick Burch
|
441c444986
|
Fix first part of bug #51514 - HSSF copy nodes from NPOIFS
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147179 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-15 15:02:19 +00:00 |
|
Yegor Kozlov
|
3f4627ec37
|
Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1147049 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-15 09:18:09 +00:00 |
|
Nick Burch
|
5aafe8b97e
|
Fix bug #51502 - Correct the Subtotal function javadoc entry
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145790 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-12 21:58:29 +00:00 |
|
Nick Burch
|
ee866292d9
|
Fix bug #51469 - XSSF support for row styles, to match existing HSSF functionality
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144348 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-08 14:58:08 +00:00 |
|
Nick Burch
|
fa1e0a0b1d
|
Apply patch from bug #51476 - Correct XSSF cell formatting in HTML export
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144331 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-08 14:27:21 +00:00 |
|
Sergey Vladimirov
|
326db9a72e
|
add closeQuietly() method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142781 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-04 19:50:01 +00:00 |
|
Yegor Kozlov
|
fa7b5c9318
|
bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142219 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-02 13:25:25 +00:00 |
|
Yegor Kozlov
|
37f153c03a
|
Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142181 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-02 09:05:35 +00:00 |
|
Nick Burch
|
ecd2511317
|
Apply patch from bug #51458 - Correct BitField wrapping when setting large values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141977 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 16:29:04 +00:00 |
|
Nick Burch
|
e11c26c29b
|
Apply patch from bug #51460 (with some related generics tweaks) - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141970 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 16:16:55 +00:00 |
|
Yegor Kozlov
|
9930e7099f
|
added Workbook.getForceFormulaRecalculation as requested in Bug 51422
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141585 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 15:54:04 +00:00 |
|
Yegor Kozlov
|
19a6ad2abd
|
Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1140210 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-27 15:40:48 +00:00 |
|