aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Improved parsing of OOXML documents, see Bugzilla 47668Yegor Kozlov2009-08-1212-51/+239
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@803667 13f79535-47bb-0310-9956-ffa450edef68
* removed temporary fix for compatibility with Mac Excel 2008 Sp2Yegor Kozlov2009-08-096-39/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802539 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorYegor Kozlov2009-08-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802535 13f79535-47bb-0310-9956-ffa450edef68
* New HSSF example.Mark Beardsley2009-08-071-0/+926
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@802052 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47652 - Added support for reading encrypted workbooksJosh Micich2009-08-0720-219/+1460
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801890 13f79535-47bb-0310-9956-ffa450edef68
* code improvements to RecordFactoryInputStreamJosh Micich2009-08-073-292/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801850 13f79535-47bb-0310-9956-ffa450edef68
* @year@ doesn't work in the body, so set explicitlyNick Burch2009-08-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801609 13f79535-47bb-0310-9956-ffa450edef68
* Add crypto notice bits to the legal pageNick Burch2009-08-061-1/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801603 13f79535-47bb-0310-9956-ffa450edef68
* changed status.xml to reflect changes from Bugzilla #47604Yegor Kozlov2009-08-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801342 13f79535-47bb-0310-9956-ffa450edef68
* Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when ↵Yegor Kozlov2009-08-053-9/+36
| | | | | | 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
* Fixed XSSFCell to correctly parse column indexes greater than 702 (ZZ), see ↵Yegor Kozlov2009-08-053-18/+15
| | | | | | Bugzilla #47606 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@801305 13f79535-47bb-0310-9956-ffa450edef68
* New HSSF example.Mark Beardsley2009-08-041-0/+569
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@800845 13f79535-47bb-0310-9956-ffa450edef68
* Add a note to the hssf/xssf pages on memory of usermodel vs eventusermodel, ↵Nick Burch2009-08-031-0/+8
| | | | | | and hssf vs xssf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@800388 13f79535-47bb-0310-9956-ffa450edef68
* small improvements to r799264Yegor Kozlov2009-07-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799268 13f79535-47bb-0310-9956-ffa450edef68
* added a note on Compatibility of POI-generated .xlsx files with MS Office ↵Yegor Kozlov2009-07-302-1/+33
| | | | | | 2008 for Mac SP2 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799264 13f79535-47bb-0310-9956-ffa450edef68
* Custom XML import features; tests and implementationPaolo Mottadelli2009-07-308-3/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@799258 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47598 - Improved formula evaluator number comparisonJosh Micich2009-07-2915-251/+1587
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@798771 13f79535-47bb-0310-9956-ffa450edef68
* fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597Yegor Kozlov2009-07-254-14/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed RecordFactoryInputStream to properly read continued DrawingRecordsYegor Kozlov2009-07-253-0/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797737 13f79535-47bb-0310-9956-ffa450edef68
* added a cmd option to turn on deserialization of escher recordsYegor Kozlov2009-07-251-10/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797735 13f79535-47bb-0310-9956-ffa450edef68
* Additional test case examples for NumberToTextConverterJosh Micich2009-07-241-12/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797676 13f79535-47bb-0310-9956-ffa450edef68
* fixed a typoYegor Kozlov2009-07-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797370 13f79535-47bb-0310-9956-ffa450edef68
* fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see ↵Yegor Kozlov2009-07-2411-30/+91
| | | | | | Bugzilla #46419 and #47559 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797350 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to formula evaluation treatment of -0.0. (Refinements to fix ↵Josh Micich2009-07-238-59/+226
| | | | | | for bug 47198 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797258 13f79535-47bb-0310-9956-ffa450edef68
* Converted ConcatEval to singletonJosh Micich2009-07-232-37/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@797238 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLproperties: created, creator, modified, lastprinted, identifier, ↵Paolo Mottadelli2009-07-213-25/+123
| | | | | | revision + test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@796239 13f79535-47bb-0310-9956-ffa450edef68
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-203-2/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795923 13f79535-47bb-0310-9956-ffa450edef68
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-195-26/+291
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795587 13f79535-47bb-0310-9956-ffa450edef68
* updated docs on extraction of embedded objects, misc changes in HSSFYegor Kozlov2009-07-187-8/+273
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795394 13f79535-47bb-0310-9956-ffa450edef68
* fixed WordExtractor to avoid ArrayIndexOutOfBoundsException when ↵Yegor Kozlov2009-07-182-3/+12
| | | | | | encountering empty footnote block git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795333 13f79535-47bb-0310-9956-ffa450edef68
* Support for extraction of endnotes from docx filesYegor Kozlov2009-07-186-3/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795329 13f79535-47bb-0310-9956-ffa450edef68
* Support for extraction of footnotes from docx files, see Bugzilla 45556Yegor Kozlov2009-07-1814-389/+479
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795328 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517Yegor Kozlov2009-07-184-11/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@795327 13f79535-47bb-0310-9956-ffa450edef68
* fixed case-sensitive file names in unit tests for Bugzilla 47520Yegor Kozlov2009-07-163-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794621 13f79535-47bb-0310-9956-ffa450edef68
* fixed a compile error in TestMapInfoYegor Kozlov2009-07-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794563 13f79535-47bb-0310-9956-ffa450edef68
* support for custom XML mappings in XSSF, see Bugzilla 47520Yegor Kozlov2009-07-1616-6/+1703
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@794539 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE when retrieving core properties from a newly created workbook, see ↵Yegor Kozlov2009-07-123-8/+27
| | | | | | Bugzilla 47460 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793291 13f79535-47bb-0310-9956-ffa450edef68
* Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498Yegor Kozlov2009-07-126-27/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793281 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSF and OpenXml4J to read/write relationships with targets starting ↵Yegor Kozlov2009-07-129-27/+84
| | | | | | with '#' (internal locations), see Bugzilla 47504 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@793280 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOOJosh Micich2009-07-064-25/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791595 13f79535-47bb-0310-9956-ffa450edef68
* refactored HSSFEventFactory to use RecordFactory instead of ↵Yegor Kozlov2009-07-055-348/+248
| | | | | | HSSFRecordStream, see Bugzilla 47448 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791251 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE object data in PowerPointExtractor, see Bugzilla 47456Yegor Kozlov2009-07-053-50/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@791241 13f79535-47bb-0310-9956-ffa450edef68
* Explicitly set the 1900 date system when creating XSSF workbooks, see ↵Yegor Kozlov2009-06-273-1/+15
| | | | | | Bugzilla 47411 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788956 13f79535-47bb-0310-9956-ffa450edef68
* Support fo text extraction of footnotes, endnotes and comments in HWPF, see ↵Yegor Kozlov2009-06-275-28/+124
| | | | | | Bugzilla 47400 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788949 13f79535-47bb-0310-9956-ffa450edef68
* fixed typo in SlideShow.removeSlide which prevened deletion of slide's ↵Yegor Kozlov2009-06-273-8/+17
| | | | | | notes, see Bugzilla 47261 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788948 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS recordsJosh Micich2009-06-244-51/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@788157 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47412 - Fixed concurrency issue with EscherProperties.initProps()Josh Micich2009-06-232-602/+583
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@787771 13f79535-47bb-0310-9956-ffa450edef68
* updated date of the latest release on the index pageYegor Kozlov2009-06-221-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@787333 13f79535-47bb-0310-9956-ffa450edef68
* Fixed OOM in HSSFWorkbook#getAllPictures when reading .xls files containing ↵Yegor Kozlov2009-06-206-8/+43
| | | | | | metafiles, see Bugzilla 47143 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786793 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation for ISNA()Josh Micich2009-06-194-5/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@786696 13f79535-47bb-0310-9956-ffa450edef68