Yegor Kozlov
|
6bf42e8072
|
initial support for XSLF usermodel API
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156539 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 08:38:19 +00:00 |
|
Yegor Kozlov
|
dc100d1004
|
51187 - fixed OPCPackage to correctly handle self references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156529 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 08:13:00 +00:00 |
|
Yegor Kozlov
|
53769d29ad
|
Bug 51635 - Improved performance of XSSFSheet#write
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156272 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-10 17:32:38 +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 |
|
Yegor Kozlov
|
f061535fdc
|
Fixed incorrect encoding of non-breaking space (0xA0) in SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1154323 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-05 17:27:08 +00:00 |
|
Yegor Kozlov
|
d7fa3d56ee
|
fixed compilation errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1152103 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-29 04:54:34 +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 |
|
Nick Burch
|
22bf8bdef5
|
Tweak the error message to make it clearer how one should work with this part
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1149196 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-21 14:37:50 +00:00 |
|
Yegor Kozlov
|
77277a7acd
|
fixed bug 51470 - avoid exception when cloning XSSF sheets with background images
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148724 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-20 12:29:27 +00:00 |
|
Yegor Kozlov
|
44521220e5
|
Fixed bug 51533 - Avoid exception when changing name of a sheet containing shared formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148673 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-20 09:42: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 |
|
Nick Burch
|
2a1dc583b6
|
Fix a 1.6-ism - TreeMap.firstEntry
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148056 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-18 21:23:32 +00:00 |
|
Yegor Kozlov
|
5d0668da8d
|
support for hyperlinks in SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1145629 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-12 15:18: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
|
7f5bd44d98
|
Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF support for adding footnotes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144308 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-08 13:25:00 +00:00 |
|
Nick Burch
|
a9dbb3be09
|
Fix bug #51474 - SXSSF handling for null strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143059 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-05 13:42:08 +00:00 |
|
Maxim Valyanskiy
|
12356f3d9d
|
XSLFCommonSlideData: Workaround for XmlBeans bug#49934
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141915 13f79535-47bb-0310-9956-ffa450edef68
|
2011-07-01 12:21:05 +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
|
793d119eed
|
Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1141576 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-30 15:39:47 +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 |
|
Yegor Kozlov
|
af650e26a0
|
Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139533 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 12:19:49 +00:00 |
|
Yegor Kozlov
|
e4cd5a5b00
|
cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139518 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 10:56:46 +00:00 |
|
Yegor Kozlov
|
f51b59e51e
|
Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139505 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-25 08:45:49 +00:00 |
|
Yegor Kozlov
|
14d4f183aa
|
Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139288 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 13:06:04 +00:00 |
|
Yegor Kozlov
|
55fc57347a
|
Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1139266 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-24 12:15:16 +00:00 |
|
Yegor Kozlov
|
abe5618b5d
|
Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1138819 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-23 10:49:11 +00:00 |
|
Yegor Kozlov
|
02c3df2e5f
|
Bug 48408: Improved documentation for Sheet.setColumnWidth
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137656 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-20 15:16:46 +00:00 |
|
Yegor Kozlov
|
8a61200434
|
improved autosizing columns in SXSSF, see Bug 51356
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1137138 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-18 08:39:03 +00:00 |
|
Yegor Kozlov
|
67206e5450
|
Bug 50681 - Fixed autosizing columns beyond 255 character limit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1136330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-16 08:57:55 +00:00 |
|
Yegor Kozlov
|
ffc5d68b12
|
Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core property
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135997 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-15 11:15:40 +00:00 |
|
Yegor Kozlov
|
48a5868947
|
Bug 50458: Fixed missing shapeId in XSSF drawings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1135103 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-13 11:56:21 +00:00 |
|
Yegor Kozlov
|
7351a3794c
|
Bugzilla 51356: Support autoSizeColumn in SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134721 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-11 18:17:15 +00:00 |
|
Yegor Kozlov
|
f21ff28e93
|
continue SXSSF docs updates and polishing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133782 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-09 10:38:31 +00:00 |
|
Yegor Kozlov
|
93c599be72
|
SXSSF documentation and polishing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133372 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-08 12:38:07 +00:00 |
|
Yegor Kozlov
|
b4e9826af9
|
Bug 51196: more progress with Spreadsheet Chart API
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132553 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 09:02:08 +00:00 |
|
Yegor Kozlov
|
866a7bf272
|
cleaned javadocs warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1132549 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-06 08:45:06 +00:00 |
|
Nick Burch
|
2edbaa0683
|
Fix 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131327 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-04 06:40:28 +00:00 |
|
Yegor Kozlov
|
7c8f56ce1c
|
bug 51265: Enhanced Handling of Picture Parts in XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1130120 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-01 12:07:16 +00:00 |
|
Yegor Kozlov
|
034f4c5cf5
|
Bug 51098 - Error in calculating image width/height, if image fits into one cell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128422 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-27 18:46:04 +00:00 |
|
Nick Burch
|
481a325c45
|
Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan Stern
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128331 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-27 14:48:22 +00:00 |
|
Nick Burch
|
a3206374e5
|
Few XSLF tweaks, and add a unit test that shows that bug #51187 exists (problem with self references)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128324 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-27 14:35:44 +00:00 |
|
Nick Burch
|
8f3c468ea9
|
Fix bug #51188 - Support for getting and setting XPWF zoom settings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128312 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-27 14:00:44 +00:00 |
|
Nick Burch
|
e21fd13a56
|
Apply patch from bug #51134 from Mike McEuen - Ability to add XWPFStyles and XWPFNumbering to a XWPF file that lacks them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1128296 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-27 13:26:02 +00:00 |
|
Nick Burch
|
ab6caf7f49
|
Hopefully fix bug #51236 - make the xssf colour black/white 3 rgb fix apply for set as well as get
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1126696 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-23 19:55:00 +00:00 |
|
Yegor Kozlov
|
0d3bce27a2
|
Bugzilla 51196: Initial support for Spreadsheet Chart API
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1125275 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-20 08:22:53 +00:00 |
|
Yegor Kozlov
|
f90fcee530
|
improved test coverage for SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124698 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 12:00:10 +00:00 |
|
Nick Burch
|
4f62006ae3
|
Put more details in the error message for next time
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124622 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-19 09:16:48 +00:00 |
|
Maxim Valyanskiy
|
209a45ee66
|
FakeZipEntry: pre-allocate ByteArrayOutputStream when zip entry size is known to prevent reallocation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124179 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-18 10:38:08 +00:00 |
|
Yegor Kozlov
|
2cf314de68
|
initial support for SXSSF tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124177 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-18 10:37:31 +00:00 |
|
Yegor Kozlov
|
66ae801d20
|
fixed resizing pictures in XSSF, see Bugzilla 51160
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1124163 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-18 10:07:15 +00:00 |
|
Yegor Kozlov
|
339149dd5e
|
Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to produce xlsx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1104120 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-17 10:46:35 +00:00 |
|
Nick Burch
|
f09e137649
|
Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102691 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-13 12:22:24 +00:00 |
|
Nick Burch
|
333af414e0
|
Patch from Stefan from bug #51172 - XWPF .gif images support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102668 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-13 11:06:18 +00:00 |
|
Nick Burch
|
5f671bd806
|
As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluator or XSSFFormulaEvaluator to generically recalculate all formulas in a workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1101033 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-09 14:04:21 +00:00 |
|
Nick Burch
|
361a5248dc
|
Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly, and code is simplified
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1100027 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 02:14:48 +00:00 |
|
Nick Burch
|
59904e547d
|
Re-enable the XWPF test for adding paragraphs, and fix it up to work properly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1100022 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 01:43:16 +00:00 |
|
Nick Burch
|
268404a200
|
NPOIFS and OPC both support close(), so mark them as such
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1100013 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-06 01:19:21 +00:00 |
|
Nick Burch
|
1ecef7df9f
|
Fix bug #51112 - Correct XWPFTable tracking of new rows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098927 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 05:56:22 +00:00 |
|
Nick Burch
|
55f2bdb3bd
|
Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098923 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 05:53:24 +00:00 |
|
Nick Burch
|
4453be821a
|
Fix bug #51111 - Correct XWPFParagraph tracking of new runs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1098920 13f79535-47bb-0310-9956-ffa450edef68
|
2011-05-03 05:50:25 +00:00 |
|
Nick Burch
|
f86929bd0c
|
Fix bug #50956 - Correct XSSF cell style cloning between workbooks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1095695 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-21 13:22:18 +00:00 |
|
Nick Burch
|
0677f40542
|
Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1095667 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-21 11:52:52 +00:00 |
|
Nick Burch
|
de892d4666
|
Add support for adding a picture to a XSSFRun
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092755 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-15 16:16:09 +00:00 |
|
Nick Burch
|
5df80fe7ac
|
Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092286 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-14 14:32:49 +00:00 |
|
Nick Burch
|
b3fee7f7e6
|
Fix bug #51061 - Correct target URI for new XSSF Tables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092281 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-14 14:29:04 +00:00 |
|
Maxim Valyanskiy
|
ade6735c43
|
XSSF: reduce memory usage by specifing default namespace for string keys in SharedStringsTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1092089 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-14 10:05:04 +00:00 |
|
Nick Burch
|
09470f80ba
|
Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090442 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-08 20:51:52 +00:00 |
|
Nick Burch
|
7ec533f37d
|
Correct the fetching of Drawings from a XSSFChartSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090435 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-08 20:30:38 +00:00 |
|
Nick Burch
|
2dee92c68d
|
Fix inconsistent indent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090434 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-08 20:29:49 +00:00 |
|
Nick Burch
|
b629d6f949
|
More test for bug #49381 / #50884 - xssf freeze panes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090301 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-08 15:41:36 +00:00 |
|
Nick Burch
|
b642f8952e
|
Add support for adding a table to a XSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1090289 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-08 15:07:35 +00:00 |
|
Nick Burch
|
44ea0035a6
|
Implement the load method on MemoryPackagePart
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1086909 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-30 11:34:12 +00:00 |
|
Nick Burch
|
a7e39ad6c2
|
Add XWPF <br> detection for the other kind of ooxml schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1085471 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-25 17:00:30 +00:00 |
|
Maxim Valyanskiy
|
78bcc564f4
|
XWPFPicture: remove unused POILogger instance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083781 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-21 13:41:01 +00:00 |
|
Maxim Valyanskiy
|
db05d9158a
|
XWPFPicture: support for reading picture description
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083780 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-21 13:39:44 +00:00 |
|
Maxim Valyanskiy
|
8d72b9137a
|
XWPF: support for pictures in headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1083764 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-21 12:43:58 +00:00 |
|
Nick Burch
|
8c44bb85d1
|
Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF (CellReference is row,column)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082966 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-18 16:38:58 +00:00 |
|
Nick Burch
|
df49838158
|
Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082961 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-18 16:06:10 +00:00 |
|
Nick Burch
|
263c8a28f4
|
Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1082946 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-18 15:18:45 +00:00 |
|
Nick Burch
|
93e7799a7b
|
Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077986 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 15:05:18 +00:00 |
|
Nick Burch
|
a9133e1b3b
|
Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077968 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 14:38:13 +00:00 |
|
Nick Burch
|
fd0c177783
|
Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077950 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 14:01:14 +00:00 |
|
Yegor Kozlov
|
817a44dcd4
|
Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1077878 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-04 11:15:01 +00:00 |
|
Nick Burch
|
03b0eabcf8
|
Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1076022 13f79535-47bb-0310-9956-ffa450edef68
|
2011-03-01 21:02:43 +00:00 |
|
Yegor Kozlov
|
c5501130eb
|
tweaked validation of xml to keep Gump quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074920 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-26 20:52:50 +00:00 |
|
Nick Burch
|
a6e6fcdb96
|
Fix bug #50829 - Support for getting the tables associated with a XSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074710 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 21:44:09 +00:00 |
|
Nick Burch
|
5792826402
|
More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you get at either 3 byte RGB, or 4 byte ARGB, whichever you prefer for your needs.
Includes the new patch from bug #50299 for 3 colour RGB black/white being inverted from Excel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1074703 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-25 21:21:45 +00:00 |
|
Nick Burch
|
39a3b1c35a
|
Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072082 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 17:41:42 +00:00 |
|
Nick Burch
|
77fb5f43ee
|
Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072053 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 16:44:05 +00:00 |
|
Nick Burch
|
3351df0d1b
|
Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1072022 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-18 15:29:22 +00:00 |
|
Nick Burch
|
32f9ba7a04
|
Fix a 1.6ism
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1069974 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-11 22:35:20 +00:00 |
|
Nick Burch
|
63a225e051
|
Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1067217 13f79535-47bb-0310-9956-ffa450edef68
|
2011-02-04 16:42:57 +00:00 |
|
Nick Burch
|
f751e3cdd3
|
Inside ExtractorFactory, support finding embedded OOXML documents and providing extractors for them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1049802 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-16 07:39:21 +00:00 |
|
Nick Burch
|
3d74ebf836
|
Fix bug #50440 - Support evaluating formulas with newlines in them, which XSSF may have (but HSSF may not)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045021 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 05:39:39 +00:00 |
|
Nick Burch
|
e8b9fa6725
|
Added XSSF EventModel support for inline strings. Adds unit test for this for the event model extractor, and another for the usermodel extractor which already supported it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1045020 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-13 05:07:19 +00:00 |
|
Yegor Kozlov
|
0f86c22ae8
|
Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1041407 13f79535-47bb-0310-9956-ffa450edef68
|
2010-12-02 15:23:35 +00:00 |
|
Yegor Kozlov
|
6cf48b0610
|
improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1039870 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-28 12:03:52 +00:00 |
|
Yegor Kozlov
|
9d56b17ace
|
moved ptg classes to org.apache.poi.ss.formula.ptg
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038691 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-24 16:54:26 +00:00 |
|
Nick Burch
|
886ee41c05
|
Stub out a bit more for XSSF event processing of shared formulas, and only warn about them if the formula is a shared-child + the user actually wants the values
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1038095 13f79535-47bb-0310-9956-ffa450edef68
|
2010-11-23 13:04:03 +00:00 |
|