Yegor Kozlov
|
a584c030ff
|
removed log4j calls from ooxml tests, also fixed misc bugs discovered when imlementing OOXMLLite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880799 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 15:33:45 +00:00 |
|
Yegor Kozlov
|
aead99342f
|
org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ooxml-schemas.jar
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-16 15:32:05 +00:00 |
|
Yegor Kozlov
|
477347c3ec
|
release system resources when calling javax.imageio.ImageIO in Picture.resize()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833527 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-06 19:08:41 +00:00 |
|
Nick Burch
|
8cadd77669
|
Add test that shows we can already extract text from .docm files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832644 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-04 01:35:55 +00:00 |
|
Yegor Kozlov
|
0880802d5d
|
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 23:54:58 +00:00 |
|
Nick Burch
|
5fe87ca952
|
Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832591 13f79535-47bb-0310-9956-ffa450edef68
|
2009-11-03 23:02:06 +00:00 |
|
Ugo Cei
|
1d82206713
|
[47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 16:05:39 +00:00 |
|
Yegor Kozlov
|
ab1748ab50
|
preserve leading and trailing white spaces in XSSFRichTextString, see Bugzilla 48070
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-28 10:31:34 +00:00 |
|
Josh Micich
|
fe00a182a7
|
simplified code copied from xalan (in r829781) to bare minimum required by XSSFImportFromXML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829903 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 19:08:54 +00:00 |
|
Ugo Cei
|
49174d4e3f
|
Added classes from Xalan to make XSSFImportFromXML compile even without Xalan as a dependency.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829781 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-26 13:01:46 +00:00 |
|
Ugo Cei
|
47086ce5bd
|
Removed @author tag.
Dealt with exceprions properly.
General reformatting.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827907 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 07:15:37 +00:00 |
|
Ugo Cei
|
3e82ec8035
|
Removed uses of internal JDK classes.
Removed @author tag.
Dealt with exceprions properly.
General reformatting.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827905 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-21 07:11:00 +00:00 |
|
Nick Burch
|
78d725431c
|
From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-16 13:37:13 +00:00 |
|
Josh Micich
|
7248029602
|
reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to get gump build working
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-15 20:25:34 +00:00 |
|
Josh Micich
|
ccf7a6d89f
|
removed new dependency on joda
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-14 21:32:06 +00:00 |
|
Josh Micich
|
af6a4745e2
|
Fixes for compiler errors and junit failures introduced by r824836
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824963 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 22:42:58 +00:00 |
|
Ugo Cei
|
d48987ac07
|
Added implementation of Digital Signature support using code initially developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824836 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-13 16:31:28 +00:00 |
|
Josh Micich
|
ed1b4794a0
|
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-08 22:29:41 +00:00 |
|
Yegor Kozlov
|
5d21532e8f
|
reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821551 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-04 16:01:29 +00:00 |
|
Yegor Kozlov
|
a40baa56ba
|
fixed ColumnHelper to correctly handle columns included in a column span
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821497 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-04 10:08:47 +00:00 |
|
Yegor Kozlov
|
bee594dc5e
|
improved API for OOXML custom properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821496 13f79535-47bb-0310-9956-ffa450edef68
|
2009-10-04 10:00:52 +00:00 |
|
Josh Micich
|
c2d66a280f
|
minor fixes to junit after r819469
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820120 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-29 23:01:48 +00:00 |
|
Paolo Mottadelli
|
99f5c38440
|
Table of Contents first implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819469 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-28 07:42:50 +00:00 |
|
Yegor Kozlov
|
ecb5344937
|
fixed XSSFCell.getStringCellValue() to properly handle cached formula results
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819106 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-26 10:41:01 +00:00 |
|
Josh Micich
|
cae73922a6
|
Improvements to patch 47809 (support for UDFs)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816016 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-17 00:00:57 +00:00 |
|
Josh Micich
|
6977f358dd
|
Reverted initial application of patches 47848(r815935) and 47849(r815942). Some details need clarification.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816006 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 23:20:51 +00:00 |
|
Yegor Kozlov
|
0092e8152d
|
Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815935 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:29:42 +00:00 |
|
Yegor Kozlov
|
141dc22e84
|
improved work with user-defined functions, see Bugzilla 47809
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-16 19:16:39 +00:00 |
|
Yegor Kozlov
|
8ca7addc26
|
fixed XSSFSheet.setColumnWidth to produce XML compatible with Mac Excel 2008, see Bugzilla 47581
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814358 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 17:49:46 +00:00 |
|
Yegor Kozlov
|
bd966f208b
|
removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814335 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-13 16:05:28 +00:00 |
|
Yegor Kozlov
|
390d185a85
|
improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@814176 13f79535-47bb-0310-9956-ffa450edef68
|
2009-09-12 16:01:18 +00:00 |
|
Yegor Kozlov
|
20ea9dce10
|
fix for extraction paragraphs and sections from headers/footers with XWPFWordExtractor, see Bugzilla 47727
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@809662 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-31 17:02:06 +00:00 |
|
Yegor Kozlov
|
728f88bd92
|
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-23 12:34:24 +00:00 |
|
Josh Micich
|
9ca061617c
|
fixing compiler warnings - unused imports, declared exceptions not thrown
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806789 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-22 05:50:32 +00:00 |
|
Yegor Kozlov
|
ba518d2221
|
fixes and misc refactorings suggested by Intellij
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806426 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-21 06:08:31 +00:00 |
|
Paolo Mottadelli
|
b9020a69e8
|
first createWatermark implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806209 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-20 15:14:00 +00:00 |
|
Yegor Kozlov
|
3316b64495
|
Centralize logic for finding/opening sample files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805928 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 18:51:44 +00:00 |
|
Josh Micich
|
ee3718b5a7
|
Fixing compiler warnings - unboxing parameter to overloaded method, unnecessary typecast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805900 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 17:39:21 +00:00 |
|
Paolo Mottadelli
|
a7e9db045f
|
createHeader/Footer with paragraphs and fixed GUMP break (case sensitive/insensitive filename problem)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805820 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-19 14:33:27 +00:00 |
|
Josh Micich
|
9926c89006
|
Fixed compiler warnings - unnecessary throws declaration
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805552 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 19:49:28 +00:00 |
|
Josh Micich
|
c304173145
|
Fixed compiler warnings - unnecessary else
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805492 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 16:50:24 +00:00 |
|
Paolo Mottadelli
|
05c8f883e4
|
createHeader/Footer methods + tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805422 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 14:08:09 +00:00 |
|
Josh Micich
|
c83d6bfa24
|
Fixing compiler warnings - unnecessary typecasts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 05:29:53 +00:00 |
|
Josh Micich
|
995d8fe73f
|
Fixed unused imports compiler warnings (and some others)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@805262 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-18 02:41:45 +00:00 |
|
Yegor Kozlov
|
ed16c25a9a
|
renamed macro-enabled test files to have the correct extentions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@804305 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-14 17:27:12 +00:00 |
|
Yegor Kozlov
|
6fab98df5b
|
improved loading of package parts so that same logical parts correspond to the same physical instances, see followup in Bugzilla 47668
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@804303 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-14 17:25:22 +00:00 |
|
Yegor Kozlov
|
76ccb2957d
|
Improved parsing of OOXML documents, see Bugzilla 47668
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@803667 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-12 18:59:34 +00:00 |
|
Yegor Kozlov
|
31161f94db
|
removed temporary fix for compatibility with Mac Excel 2008 Sp2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802539 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-09 13:08:59 +00:00 |
|
Yegor Kozlov
|
d5f241bfb8
|
Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns, see Bugzilla 47620
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801339 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-05 17:54:56 +00:00 |
|
Yegor Kozlov
|
30ac3a9d07
|
Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see Bugzilla #47606
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801305 13f79535-47bb-0310-9956-ffa450edef68
|
2009-08-05 17:02:04 +00:00 |
|
Paolo Mottadelli
|
37db132d93
|
Custom XML import features; tests and implementation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799258 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-30 13:24:57 +00:00 |
|
Yegor Kozlov
|
307f443c33
|
WPFWordExtractor does not extract inserted/deleted text, see Bugzilla 45597
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797740 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-25 10:41:53 +00:00 |
|
Yegor Kozlov
|
0f1f7d1d48
|
fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bugzilla #46419 and #47559
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797350 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-24 07:29:22 +00:00 |
|
Paolo Mottadelli
|
15e434d684
|
POIXMLproperties: created, creator, modified, lastprinted, identifier, revision + test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@796239 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-21 10:23:05 +00:00 |
|
Paolo Mottadelli
|
76752c5db7
|
POIXMLproperties: core properties improvement + test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795923 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-20 17:10:43 +00:00 |
|
Yegor Kozlov
|
9196f6e6dd
|
Fix for saving custom and extended OOXML properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795587 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-19 18:26:36 +00:00 |
|
Yegor Kozlov
|
656114c69a
|
Support for extraction of endnotes from docx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795329 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-18 09:28:38 +00:00 |
|
Yegor Kozlov
|
fa31a65d14
|
Support for extraction of footnotes from docx files, see Bugzilla 45556
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795328 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-18 09:09:59 +00:00 |
|
Yegor Kozlov
|
3304fa1887
|
Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795327 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-18 09:09:11 +00:00 |
|
Yegor Kozlov
|
0662f7e862
|
fixed case-sensitive file names in unit tests for Bugzilla 47520
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794621 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-16 10:44:01 +00:00 |
|
Yegor Kozlov
|
13898bc29c
|
fixed a compile error in TestMapInfo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794563 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-16 07:27:12 +00:00 |
|
Yegor Kozlov
|
8a3095d0b6
|
support for custom XML mappings in XSSF, see Bugzilla 47520
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794539 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-16 05:46:14 +00:00 |
|
Yegor Kozlov
|
9424d59da3
|
Fixed NPE when retrieving core properties from a newly created workbook, see Bugzilla 47460
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793291 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-12 08:21:09 +00:00 |
|
Yegor Kozlov
|
26f18ed27a
|
fixed XSSF and OpenXml4J to read/write relationships with targets starting with '#' (internal locations), see Bugzilla 47504
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793280 13f79535-47bb-0310-9956-ffa450edef68
|
2009-07-12 07:18:42 +00:00 |
|
Yegor Kozlov
|
efc5431030
|
Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788956 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-27 11:21:26 +00:00 |
|
Yegor Kozlov
|
e1ff96d77d
|
fixed a regression issue where HSSFHyperlink failed to set inter-sheet and file links, see Bugzilla #47375
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786442 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-19 10:37:24 +00:00 |
|
Josh Micich
|
3089c2e30f
|
Removed static void main(String[]) methods from junit classes. Other minor clean-up.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@784284 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-12 21:53:17 +00:00 |
|
Yegor Kozlov
|
af23e1554d
|
Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@783445 13f79535-47bb-0310-9956-ffa450edef68
|
2009-06-10 18:44:53 +00:00 |
|
Yegor Kozlov
|
15a46deae0
|
Fixed XSSFCell to avoid generating xsi:nil entries in shared string table
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@780228 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-30 10:37:08 +00:00 |
|
Yegor Kozlov
|
a9b8aa1be6
|
Fixed XSSFCell to properly read inline strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777834 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-23 08:20:55 +00:00 |
|
Josh Micich
|
5fb78707f7
|
Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776905 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-21 00:55:56 +00:00 |
|
Josh Micich
|
7b5b57423f
|
Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776607 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-20 08:02:35 +00:00 |
|
Josh Micich
|
b924e3f4c8
|
Removed badly encoded character from test class. Minor re-formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776041 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-18 18:32:43 +00:00 |
|
Nick Burch
|
8cfca324f1
|
Tweaked patch from bug #46287 - Control of header and footer extraction in ExcelExtractor / XSSFExcelExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775738 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-17 18:49:29 +00:00 |
|
Nick Burch
|
3b5ec46a13
|
Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCollapsed() setGroupRowCollapsed()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775731 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-17 18:32:55 +00:00 |
|
Yegor Kozlov
|
c444cd27e9
|
Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775701 13f79535-47bb-0310-9956-ffa450edef68
|
2009-05-17 16:35:25 +00:00 |
|
Yegor Kozlov
|
a08f4d02c2
|
fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId sequence is not continious
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768389 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-24 18:25:19 +00:00 |
|
Yegor Kozlov
|
5ed977001d
|
Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla 46568
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766775 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 18:04:37 +00:00 |
|
Yegor Kozlov
|
fe50c3f15c
|
moved 'throw' into else clause avoiding exception on every call of cloneStyleFrom, see bugzilla 47054
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766755 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 16:58:29 +00:00 |
|
Yegor Kozlov
|
a5afdd38d2
|
avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766750 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-20 16:50:05 +00:00 |
|
Yegor Kozlov
|
62b0595b83
|
Allow 255 arguments for excel functions in XSSF, see bugzilla 46279
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766251 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-18 07:12:38 +00:00 |
|
Yegor Kozlov
|
ecb76070a9
|
Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766103 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-17 18:02:01 +00:00 |
|
Yegor Kozlov
|
1e40b052a3
|
removed deprecated code to keep javac happy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766102 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-17 17:59:01 +00:00 |
|
Josh Micich
|
10ee56f313
|
added Workbook.getName(String) method. Fixed javadoc on related methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765751 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-16 20:34:13 +00:00 |
|
Josh Micich
|
344e422785
|
Improvements to Test[HX]SSFCell. Small fix to XSSFCell to get one more common test working.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764225 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-11 17:53:39 +00:00 |
|
Yegor Kozlov
|
050f386bba
|
removed unused imports of deprecated classes, fixed javadoc errors
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@764203 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-11 14:15:27 +00:00 |
|
Yegor Kozlov
|
bb1ce91342
|
moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@763332 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-08 17:51:33 +00:00 |
|
Josh Micich
|
60fd0a0fae
|
Bugzilla 46973 - fixed defined names to behave better when refersToFormula is unset
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762479 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 19:57:21 +00:00 |
|
Yegor Kozlov
|
6ceeb39a45
|
consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@762372 13f79535-47bb-0310-9956-ffa450edef68
|
2009-04-06 15:06:23 +00:00 |
|
Yegor Kozlov
|
51d71180ab
|
more refactoring of common ss tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759714 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-29 16:10:40 +00:00 |
|
Yegor Kozlov
|
52ab464cab
|
improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@759112 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-27 11:50:52 +00:00 |
|
Yegor Kozlov
|
5b0329873a
|
update cell type when setting cached formula result in XSSFCell, also improved common xssf-hssf tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757198 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-22 15:12:11 +00:00 |
|
Yegor Kozlov
|
83dad280d8
|
added modifiers for anchor type to XSSFClientAnchor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@756965 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-21 16:28:26 +00:00 |
|
Josh Micich
|
67196db87e
|
Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@755699 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-18 18:54:01 +00:00 |
|
Yegor Kozlov
|
e4d94add7f
|
support built-in data formats in XSSFDataFormat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@749054 13f79535-47bb-0310-9956-ffa450edef68
|
2009-03-01 16:24:40 +00:00 |
|
Yegor Kozlov
|
1dfecf377c
|
improved shifting of sheet-level names, also fixed an incorrect Bugzilla number in status.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@748064 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-26 09:10:35 +00:00 |
|
Yegor Kozlov
|
b93d8e4ff7
|
fixed bug #46715 - Column width from original xlsx file is discarded
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747895 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-25 19:12:53 +00:00 |
|
Yegor Kozlov
|
bebc51def9
|
more improvements in shiftRows: 1. shift named ranges and merged regions, JUnit added. 2. fixed shiftRows in XSSF to preserve row heights, see bugzilla 46719.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747894 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-25 19:12:06 +00:00 |
|
Yegor Kozlov
|
4862f72197
|
added setDisplayZeros / isDisplayZeros and getMergedRegion(int) to common interface org.apache.poi.ss.usermodel.Sheet; more progress on testing common xssf-hssf interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747307 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-24 08:38:16 +00:00 |
|
Josh Micich
|
3969100aa9
|
Attempt to fix GUMP build error due to case mismatch on package part 'INPUT' (doesn't happen on all platforms). In addition svn+win has difficulties with case-sensitive renames. 'INPUT' was renamed to 'data' for consistency with rest of POI.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@747182 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-23 22:49:07 +00:00 |
|
Yegor Kozlov
|
128afe08bb
|
fixed platform-dependent unit test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746746 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-22 16:08:06 +00:00 |
|
Yegor Kozlov
|
bd27fe48ad
|
replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746241 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-20 13:53:32 +00:00 |
|
Josh Micich
|
3e6f2bbf80
|
Added Apache License text to files where it was missing. Also fixed some compiler warnings in those files.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745976 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 19:50:20 +00:00 |
|
Yegor Kozlov
|
6fa67727ea
|
fixed autoSizeColumn() to use cached formula values when processing formula cells, see bug #46736
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@745937 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-19 17:29:55 +00:00 |
|
Yegor Kozlov
|
cafbc76eb7
|
refactored XSSFSheet.shiftRows to use FormulaShifter, use a common test superclass for both hssf and xssf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744750 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-15 20:47:36 +00:00 |
|
Josh Micich
|
521656d9c2
|
Bugzilla 46660 - added 'hidden' property to Workbook
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@744253 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-13 21:46:44 +00:00 |
|
Josh Micich
|
d784593fa8
|
Fixed WorkbookFactory.create(InputStream) to throw specific Exceptions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743934 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-12 23:48:12 +00:00 |
|
Josh Micich
|
aff4bd4023
|
added to-do comment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@743932 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-12 23:43:30 +00:00 |
|
Yegor Kozlov
|
56d9c7a528
|
improved XSSFSheet.shiftRows: 1. properly update cell references of the shifted cells (bugzilla 4663) 2. When shifting rows, update formulas on that sheet to point to the new location of those rows (bugzilla 46536)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742126 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-08 16:35:27 +00:00 |
|
Yegor Kozlov
|
1273d8e270
|
added suport for Calculation Chain in XSSF, remove reference from calculation chain when a formula is deleted (see bugzilla 46535)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@742077 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-08 12:45:55 +00:00 |
|
Yegor Kozlov
|
23cf469315
|
changed. Sheet.setColumnWidth to throw IllegalArgumentException if the column width argument is greater than 255 characters (the maximum column width in Excel)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741678 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-06 18:59:24 +00:00 |
|
Josh Micich
|
e6472ffac4
|
Improvements to OpenXML4J unit tests. Fixed class names. Refactored code for opening test data files. Changed test output to go to temp dir.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@741002 13f79535-47bb-0310-9956-ffa450edef68
|
2009-02-05 05:07:23 +00:00 |
|
Yegor Kozlov
|
ef4b2ebc2e
|
import OpenXML4j codebase
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@738842 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-29 12:44:31 +00:00 |
|
Josh Micich
|
7dad2164cd
|
Fixing bug 46551 - spelling mistakes in xSSFCell.checkBounds(). Also fixed 0/1-based index error for cell range checks in XSSF.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735061 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 17:31:29 +00:00 |
|
Yegor Kozlov
|
7c6cfb0360
|
fixed unit test failing on jdk-1.6: java code should not rely on the order of HashMap.iterator()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734971 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-16 11:00:45 +00:00 |
|
Josh Micich
|
6e5d11066b
|
Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe char 213 to 39)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@734850 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-15 23:13:54 +00:00 |
|
Yegor Kozlov
|
e7c33d1d66
|
removed invalid import to keep java compiler quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733474 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-11 13:59:44 +00:00 |
|
Nick Burch
|
ea421dab2b
|
Support for reading HSSF column styles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732112 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 20:49:02 +00:00 |
|
Nick Burch
|
ec521065e2
|
Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written POIXMLPropertiesTextExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@732063 13f79535-47bb-0310-9956-ffa450edef68
|
2009-01-06 19:09:02 +00:00 |
|
Yegor Kozlov
|
177533e23b
|
fixed formula parser to correctly resolve sheet-level names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@729028 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-23 16:19:07 +00:00 |
|
Yegor Kozlov
|
98121b7691
|
1. added support for shared formulas in XSSF, see bug #464332. improved validation of workbook-global and sheet-global names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@728749 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-22 19:32:44 +00:00 |
|
Yegor Kozlov
|
fabf35b20d
|
applied patches by Gisella Bronzetti:46299 - support for carriage return and line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727498 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 20:05:16 +00:00 |
|
Yegor Kozlov
|
9a665498f8
|
Added getters to parent objects: HSSFSheet.getWorkbook(), HSSFRow.getSheet() and HSSFCell.getRow()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@727469 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-17 18:55:07 +00:00 |
|
Yegor Kozlov
|
13860fc475
|
1. fixed HSSFCell.setCellFormula to call HSSFFormulaParser.parse before any cell modifications, if it fails the cell must be left in the state prior to the invocation. 2. added @throws javadoc to HSSFRow.createCell and XSSFRow.createCell, see bug #10393 3. fixed incorrect condition type in CFRuleRecord if the rule is a formula
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@726049 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-12 15:36:05 +00:00 |
|
Yegor Kozlov
|
2ae887e98c
|
1. Support sheet-level names2. Fixed XSSFCell to properly handle cell references with column numbers up to XFD3. when pasring formula, HSSFName.setRefersToFormula must set type of operands to Ptg.CLASS_REF, otherwise created named don't appear in the dropdown to the left of formula bar in Excel
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723392 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 18:38:00 +00:00 |
|
Josh Micich
|
ed2b70b976
|
modified EvaluationCell to make Evaluation API more easily wrapable.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722778 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 05:07:31 +00:00 |
|
Yegor Kozlov
|
86c754e80c
|
properly set font size when applying indexed font
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720487 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 13:10:46 +00:00 |
|
Yegor Kozlov
|
796a0eea4f
|
renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719547 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-21 09:22:07 +00:00 |
|
Yegor Kozlov
|
86935fdab9
|
applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFParagraph
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719316 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 18:22:20 +00:00 |
|
Josh Micich
|
2a7fa85dd9
|
fixing test hierarchies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719028 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 19:06:44 +00:00 |
|
Josh Micich
|
bef269d74d
|
consolidated TestXSSFHeaderFooter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@719023 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 18:54:41 +00:00 |
|
Josh Micich
|
6f28f85004
|
Initial support for union operator in FormulaParser (fix for broken junits)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@718838 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 02:01:58 +00:00 |
|
Josh Micich
|
d2e7c9c832
|
Fixed XSSFName and test cases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@718651 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 17:01:57 +00:00 |
|
Yegor Kozlov
|
0ad2331f88
|
applied fix suggested in bug#46197: missing cast to float resulted in incorect calculation of picture size.Also added Picture.resize(scale)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@718023 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-16 13:24:42 +00:00 |
|
Josh Micich
|
647a9c8d73
|
Follow-on from r713909 (bug 46174) - fixing Name to support general formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@717882 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-15 17:22:24 +00:00 |
|
Yegor Kozlov
|
2e2062d99a
|
applied patch #46212 by Gisella Bronzetti: initial implementation of XWPFRun object
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@714244 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-15 12:54:09 +00:00 |
|
Yegor Kozlov
|
6a8bb2c748
|
more updates in javadocs and site documentation, also misc improvements in common hssf-xssf interfaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@714128 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-14 20:29:42 +00:00 |
|
Yegor Kozlov
|
acc1ba4585
|
1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713981 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-14 11:56:41 +00:00 |
|
Josh Micich
|
9873ea6391
|
Changes to formula evaluation allowing for reduced memory usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713811 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-13 20:22:17 +00:00 |
|
Yegor Kozlov
|
af7f84c27e
|
common ss interfaces for drawing, clientacnhor and picture, also some refactoring of common hssf-xssf code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713279 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-12 07:15:37 +00:00 |
|
Yegor Kozlov
|
aa8ee7d78c
|
bug# 45973: added factory method for FormulaEvaluator, also fixed unpaired tags in javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@713021 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-11 11:43:20 +00:00 |
|
Yegor Kozlov
|
249ef2e3d6
|
converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712543 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-09 19:45:45 +00:00 |
|
Yegor Kozlov
|
5fdc53ce5a
|
1. removed interfaces-jdk14, they are now obsolete2. started paving the way for XWPF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712508 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-09 16:18:46 +00:00 |
|
Yegor Kozlov
|
2517aa0e42
|
javadocs cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@712196 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-07 16:57:23 +00:00 |
|
Yegor Kozlov
|
c4b1dc2e55
|
1. included ooxml javadocs in build.xml2. added a new rich example: BusinessPlan.java3. misc bug fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@711839 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-06 10:49:51 +00:00 |
|
Josh Micich
|
b79412c217
|
Fixed compilation error introduced in r708982
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@709260 13f79535-47bb-0310-9956-ffa450edef68
|
2008-10-30 21:55:50 +00:00 |
|
Yegor Kozlov
|
62a4298292
|
applied patches #46119, #46120 and #46078 by Gizella Bronzetti
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@709126 13f79535-47bb-0310-9956-ffa450edef68
|
2008-10-30 09:42:53 +00:00 |
|
Yegor Kozlov
|
2eadc79202
|
more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708982 13f79535-47bb-0310-9956-ffa450edef68
|
2008-10-29 19:12:47 +00:00 |
|
Yegor Kozlov
|
c47d81f2af
|
belongs to r708506
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708509 13f79535-47bb-0310-9956-ffa450edef68
|
2008-10-28 10:23:15 +00:00 |
|
Yegor Kozlov
|
3e6278bdb2
|
moved FontUnderline to interfaces-jdk15
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@708506 13f79535-47bb-0310-9956-ffa450edef68
|
2008-10-28 10:18:02 +00:00 |
|