Nick Burch
|
24b020cb12
|
Support more OOXML custom properties for text extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230168 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 17:59:36 +00:00 |
|
Nick Burch
|
2a22882dff
|
POIXMLPropertiesTextExtractor support for extracting custom OOXML properties as text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230106 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 15:51:10 +00:00 |
|
Nick Burch
|
477ae958e3
|
Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1230045 13f79535-47bb-0310-9956-ffa450edef68
|
2012-01-11 14:02:40 +00:00 |
|
Yegor Kozlov
|
ff8ec41980
|
more progress with merging external slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1225169 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-28 12:32:07 +00:00 |
|
Nick Burch
|
6b0bce44a5
|
Bug #52369 - XSSFExcelExtractor should format numeric cells based on the format strings applied to them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221108 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-20 05:54:18 +00:00 |
|
Nick Burch
|
9250a2e019
|
Fix bug #52369 - Event based XSSF parsing should handle formatting of formula values in XSSFSheetXMLHandler
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1221103 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-20 05:34:58 +00:00 |
|
Yegor Kozlov
|
ac6c00b6df
|
Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220659 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 09:06:10 +00:00 |
|
Yegor Kozlov
|
b2461c5c59
|
Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220645 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 08:25:46 +00:00 |
|
Yegor Kozlov
|
8c2f0e5770
|
Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1220642 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-19 08:17:46 +00:00 |
|
Yegor Kozlov
|
4b140a70ca
|
Addition to Bugzilla 51961: enable compression of temp files when loading existing workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215080 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-16 10:11:45 +00:00 |
|
Yegor Kozlov
|
79a10931dc
|
more xlsf docs and samples
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1215077 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-16 10:00:11 +00:00 |
|
Yegor Kozlov
|
95d0ab557b
|
xlsf tutorial and cookbook updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212978 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-11 08:43:09 +00:00 |
|
Nick Burch
|
29fc1cc8ff
|
Add a NPOIFS constructor to WorkbookFactory, to match the regular POIFS one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212976 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-11 08:16:32 +00:00 |
|
Yegor Kozlov
|
c8f9bde8ee
|
removed svn:executable bit from project files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212745 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-10 08:02:08 +00:00 |
|
Yegor Kozlov
|
6790b8559d
|
Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212744 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-10 07:56:54 +00:00 |
|
Yegor Kozlov
|
6867b3eee4
|
fixed javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212511 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 16:48:38 +00:00 |
|
Yegor Kozlov
|
c46ea351f6
|
Bugzilla 51961: support compression of temp files in SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1212330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-09 11:04:22 +00:00 |
|
Yegor Kozlov
|
1b19410d68
|
Bugzilla 52268 - support cloning sheets with drawings in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1211339 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-07 08:49:09 +00:00 |
|
Nick Burch
|
693a7ddc09
|
Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210774 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-06 04:31:04 +00:00 |
|
Nick Burch
|
3400cf0d44
|
Patch from Marcel May from bug #51875 - More XSSF formula new-line support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210299 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-05 00:52:39 +00:00 |
|
Yegor Kozlov
|
62fa52d714
|
improved rendering of groupped shapes in xslf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1210089 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-04 11:16:57 +00:00 |
|
Yegor Kozlov
|
8e6eff67fc
|
more progress with XSLF: made some methods publis as suggested on poi-dev, more tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1205902 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-24 16:13:42 +00:00 |
|
Yegor Kozlov
|
66b79be517
|
added missing definition of the upArrow shape, moved support for line decorations to XSLFSimpleShape
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1204477 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-21 13:10:14 +00:00 |
|
Yegor Kozlov
|
f07f08293c
|
Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203969 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-19 12:28:33 +00:00 |
|
Yegor Kozlov
|
91d87aff7d
|
misc improvements in text rendering in xlsf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1203143 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-17 10:33:59 +00:00 |
|
Nick Burch
|
959ab00472
|
Patch from bug #52190 - null check on XWPF setFontFamily
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1202620 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-16 10:33:05 +00:00 |
|
Yegor Kozlov
|
a44fc7b05a
|
more progress with PPTX2PNG
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1201687 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-14 13:00:13 +00:00 |
|
Yegor Kozlov
|
abccf7f303
|
improved rendering of indented text in XSLF, also improved import content from external slides
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1200330 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-10 13:59:16 +00:00 |
|
Yegor Kozlov
|
afecad3532
|
keep rat-check quiet, also started writing xslf docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198722 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-07 13:22:04 +00:00 |
|
Yegor Kozlov
|
e021457005
|
Bugzilla 52062: ensure that temporary files in SXSSF are deleted
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198693 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-07 10:25:35 +00:00 |
|
Yegor Kozlov
|
21b4a0f948
|
more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1198658 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-07 09:12:16 +00:00 |
|
Yegor Kozlov
|
6406cfb2d2
|
more progress with PPTX2PNG: support for gradient and texture fill, also refactored usages of colors in drawingML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1190347 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-28 14:25:53 +00:00 |
|
Yegor Kozlov
|
cc0dbb38f6
|
keep javac on JDK 1.5 quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189657 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-27 08:02:03 +00:00 |
|
Yegor Kozlov
|
5badcee102
|
support for preset shape geometries in xslf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1189105 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-26 10:10:05 +00:00 |
|
Sergey Vladimirov
|
5381a80cb0
|
restore JDK5 compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188233 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-24 17:02:43 +00:00 |
|
Yegor Kozlov
|
f1a2673950
|
more progress with PPTX2PNG
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1188091 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-24 11:07:59 +00:00 |
|
Sergey Vladimirov
|
a15034b281
|
explicitly convert to float for JDK 5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187982 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-23 21:53:16 +00:00 |
|
Yegor Kozlov
|
3c6ce72dda
|
initial support for rendering pptx slides into images with a PPTX2PNG command-line utility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1187328 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-21 13:17:33 +00:00 |
|
Nick Burch
|
e132ed5359
|
Add a bit more XSSFDrawing testing, not all of which works properly yet...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179461 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 22:13:52 +00:00 |
|
Nick Burch
|
4b61edfdb3
|
Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySource
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179452 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 21:29:32 +00:00 |
|
Nick Burch
|
31924dff8b
|
Fix bug #51950 - XWPF may not always have footnotes in a document
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179449 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 21:26:49 +00:00 |
|
Nick Burch
|
ea20b0b885
|
Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data available
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1179440 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 21:05:00 +00:00 |
|
Yegor Kozlov
|
abba248c50
|
Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178769 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-04 12:36:21 +00:00 |
|
Nick Burch
|
ba88670e3e
|
Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177409 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-29 19:39:51 +00:00 |
|
Nick Burch
|
9e1ca2caea
|
XLSF text extraction improvements relating to TIKA-712
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1175887 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-26 14:37:50 +00:00 |
|
Nick Burch
|
837c5a90f1
|
Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174048 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-22 10:37:54 +00:00 |
|
Nick Burch
|
7b211912e2
|
Add a disabled test for bug #51850, and tweak the OPC package exceptions to make it easier to spot when a part name is already used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1174045 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-22 10:26:33 +00:00 |
|
Nick Burch
|
766b2256cf
|
Update the XSLF slide master text extraction to be optional, as HSLF already is, plus fix some indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173756 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 16:54:22 +00:00 |
|
Nick Burch
|
2c9a15dc3b
|
Fix bug #51804 - Include Master Slide text in XSLF text extraction
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1173749 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-21 16:32:52 +00:00 |
|
Nick Burch
|
0446976e0f
|
New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1172853 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-19 21:40:39 +00:00 |
|
Nick Burch
|
f716fe1822
|
Start on a testcase for TIKA-705 (more work needed though)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1170648 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 14:39:20 +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 |
|
Yegor Kozlov
|
76b20bf253
|
initial support for table styles in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1167491 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-10 10:50:05 +00:00 |
|
Nick Burch
|
e3a6f2ad80
|
Update XSLFPowerPointExtractor to include Comment Authors along with comment text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165112 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 21:16:32 +00:00 |
|
Nick Burch
|
27304042f8
|
XSLF initial work on comment authors, and tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165111 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 21:09:20 +00:00 |
|
Nick Burch
|
dd69223e2b
|
Convert the XSLF text extractor from using the old style low level code to use usermodel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165109 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:51:21 +00:00 |
|
Nick Burch
|
17c3ed2223
|
Add XSLF access to slide comments, and fix some code comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165108 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:45:10 +00:00 |
|
Nick Burch
|
dcdb4fc768
|
Remove incorrect svn:executable property from several Java source files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165107 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:33:04 +00:00 |
|
Nick Burch
|
a972aa482a
|
Basic XSLF support for slide notes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165105 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:29:17 +00:00 |
|
Nick Burch
|
407ec57e37
|
Start on XSLF notes master support, and add a XMLSlideShow basics test, along with making it easier to get to the common slide data via XSLFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1165104 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-04 20:14:43 +00:00 |
|
Yegor Kozlov
|
9882382c80
|
support for tables and hyperlinks in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1158611 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-17 10:18:31 +00:00 |
|
Yegor Kozlov
|
2015a64269
|
more XSLF updates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1157002 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-12 08:16:02 +00:00 |
|
Yegor Kozlov
|
34c7fc8f98
|
keep compiler from JDK 1.5.22 happy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156551 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 09:17:12 +00:00 |
|
Yegor Kozlov
|
6663b6ea9f
|
Patch 51634 - support SXSSF streaming from templates
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156544 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 08:54:11 +00:00 |
|
Yegor Kozlov
|
bde41cbbe6
|
fixed missing ASF licence headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1156541 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-11 08:47:58 +00:00 |
|
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 |
|