aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed XSSFCell to properly read inline stringsYegor Kozlov2009-05-235-4/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777834 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name ↵Josh Micich2009-05-224-488/+437
| | | | | | length is zero git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777717 13f79535-47bb-0310-9956-ffa450edef68
* Made constructor parameter type less restrictiveJosh Micich2009-05-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777660 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47198 - Fixed formula evaluator comparison of -0.0 and 0.0Josh Micich2009-05-224-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777392 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47229 - Fixed ExternalNameRecord to handle DDE linksJosh Micich2009-05-214-5/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777275 13f79535-47bb-0310-9956-ffa450edef68
* Added debug methods to decode BIFF record types from record IDsJosh Micich2009-05-212-33/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777270 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and ↵Josh Micich2009-05-21487-14056/+13554
| | | | | | formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@777204 13f79535-47bb-0310-9956-ffa450edef68
* removed obsolete scratchpad filesJosh Micich2009-05-218-637/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776937 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in ooxml/testcases. Minor fixes for compiler warnings and ↵Josh Micich2009-05-2115-1168/+1175
| | | | | | formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776905 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and ↵Josh Micich2009-05-2056-7713/+7716
| | | | | | formatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776607 13f79535-47bb-0310-9956-ffa450edef68
* removed unused classJosh Micich2009-05-201-364/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776513 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to ddf junits after r776424Josh Micich2009-05-207-245/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776507 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in function implementations. Removed subclasses of ↵Josh Micich2009-05-20236-5511/+1024
| | | | | | NotImplementedFunction. Minor fixes for compiler warnings, and formatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776505 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in poi/ddf, Minor fixes for compiler warnings, and formattingJosh Micich2009-05-1933-1528/+611
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776424 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in .java base src files. Minor reformatting fixes.Josh Micich2009-05-1954-6112/+6111
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776377 13f79535-47bb-0310-9956-ffa450edef68
* Changed CRLF to LF in .java test files. Minor reformatting and compiler ↵Josh Micich2009-05-1826-3291/+3290
| | | | | | warning fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776056 13f79535-47bb-0310-9956-ffa450edef68
* Removed badly encoded character from test class. Minor re-formattingJosh Micich2009-05-181-253/+243
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@776041 13f79535-47bb-0310-9956-ffa450edef68
* Tweaked patch from bug #46287 - Control of header and footer extraction in ↵Nick Burch2009-05-174-21/+53
| | | | | | ExcelExtractor / XSSFExcelExtractor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775738 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #46554 - New ant target "jar-examples"Nick Burch2009-05-172-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775734 13f79535-47bb-0310-9956-ffa450edef68
* Apply (with tweaks) patch from bug #46161 - xssf support for ↵Nick Burch2009-05-176-35/+966
| | | | | | setGroupColumnCollapsed() setGroupRowCollapsed() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775731 13f79535-47bb-0310-9956-ffa450edef68
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-179-48/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775701 13f79535-47bb-0310-9956-ffa450edef68
* encapsulated hasUnlimitedVarags() logic into FunctionMetadataJosh Micich2009-05-173-24/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775575 13f79535-47bb-0310-9956-ffa450edef68
* Code clean-up in HSSFDataFormat etc. Removed bad characters from ↵Josh Micich2009-05-173-333/+343
| | | | | | TestHSSFDataFormatter. Added comment about international formats. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775570 13f79535-47bb-0310-9956-ffa450edef68
* Base class for "old version" exceptions, and new HSLF detection + use of old ↵Nick Burch2009-05-169-7/+104
| | | | | | versions exception git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775526 13f79535-47bb-0310-9956-ffa450edef68
* 47179 - Fix string encoding issues with HSMF chunks on non-windows platformsNick Burch2009-05-164-4/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775508 13f79535-47bb-0310-9956-ffa450edef68
* Apply changes from BUREAU Nicolas from patch #47183 - attachment support for ↵Nick Burch2009-05-169-3/+260
| | | | | | hsmf git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775501 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #47154 - Handle the cell format @ as the same as GeneralNick Burch2009-05-165-1/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775500 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47048 - Fixed evaluation of defined names with the 'complex' flag setJosh Micich2009-05-156-36/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775376 13f79535-47bb-0310-9956-ffa450edef68
* Added comments and removed unused importJosh Micich2009-05-151-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775374 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug noticed while investigating bugzilla 47048. Made INDEX() ↵Josh Micich2009-05-153-60/+123
| | | | | | support missing args. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@775360 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug (broken junit) introduced in r773412. Also hooked up test.Josh Micich2009-05-113-7/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773441 13f79535-47bb-0310-9956-ffa450edef68
* Introduced CustomViewSettingsRecordAggregate. Also reverted some debug ↵Josh Micich2009-05-113-39/+116
| | | | | | changes to EscherAggregate from r773412 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773438 13f79535-47bb-0310-9956-ffa450edef68
* Created ChartSubstreamRecordAggregate to manage chart sub-streams. Not ↵Josh Micich2009-05-105-47/+139
| | | | | | fully incorporated yet. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773434 13f79535-47bb-0310-9956-ffa450edef68
* Bug 46953 - fixed PageSettingsBlock parsing logic in Sheet. Bug caused ↵Josh Micich2009-05-106-32/+94
| | | | | | sheet EOFs to get misplaced. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773412 13f79535-47bb-0310-9956-ffa450edef68
* updated test-case comments (origin of hex-dump)Josh Micich2009-05-101-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@773397 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadocs for AbortableHSSFListener, and add unit test to show it all worksNick Burch2009-05-053-7/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@771865 13f79535-47bb-0310-9956-ffa450edef68
* Fix more XLS2CSV linksNick Burch2009-05-012-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@770693 13f79535-47bb-0310-9956-ffa450edef68
* Fix the XLS2CSVmra linkNick Burch2009-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768952 13f79535-47bb-0310-9956-ffa450edef68
* test file belonging to r768389 Yegor Kozlov2009-04-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768532 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFWorkbook.createSheet to properly increment sheetId when sheetId ↵Yegor Kozlov2009-04-244-2/+19
| | | | | | sequence is not continious git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@768389 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSLFPowerPointExtractor to properly process line breaks, see bugzilla ↵Yegor Kozlov2009-04-204-6/+20
| | | | | | 46568 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766775 13f79535-47bb-0310-9956-ffa450edef68
* Fixed POIFSFileSystem to set CLSID of root when constructing instances from ↵Yegor Kozlov2009-04-203-0/+7
| | | | | | InputStream, see bugzilla 39056 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766757 13f79535-47bb-0310-9956-ffa450edef68
* moved 'throw' into else clause avoiding exception on every call of ↵Yegor Kozlov2009-04-202-2/+4
| | | | | | cloneStyleFrom, see bugzilla 47054 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766755 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when calling XSSF.setCellFormula(null) for a non-formula cellYegor Kozlov2009-04-202-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766750 13f79535-47bb-0310-9956-ffa450edef68
* read GutsRecord in in the Sheet(RecordStream rs)Yegor Kozlov2009-04-186-4/+12
| | | | | | constructor (see bugzilla 46186); always call sheet.setAlternativeExpression in conjuction with sheet.setRowSumsBelow, see bugzilla 46714 and 30714 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766273 13f79535-47bb-0310-9956-ffa450edef68
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-1813-36/+87
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766251 13f79535-47bb-0310-9956-ffa450edef68
* Fixed XSSFCell to preserve cell style when cell value is set to blank, also ↵Yegor Kozlov2009-04-177-9/+49
| | | | | | 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
* removed deprecated code to keep javac happyYegor Kozlov2009-04-171-14/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@766102 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 46987 - allow RecordFactory to handle non-zero padding at the ↵Josh Micich2009-04-174-176/+277
| | | | | | end of the workbook stream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765866 13f79535-47bb-0310-9956-ffa450edef68
* added Workbook.getName(String) method. Fixed javadoc on related methodsJosh Micich2009-04-163-91/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@765751 13f79535-47bb-0310-9956-ffa450edef68