3734 Commits (936bf2f9b35abc7e54945f163745a594e32d9a57)

Author SHA1 Message Date
  Sergey Vladimirov 7d645d34b1 fix warning about generics 13 years ago
  Sergey Vladimirov bf7927a6f0 add additional TableProperties; implement TableAutoformatLookSpecifier 13 years ago
  Sergey Vladimirov 13b8af3ff9 update TAP definition according to specification 13 years ago
  Sergey Vladimirov 433da9b2fb add closeQuietly() method 13 years ago
  Sergey Vladimirov 50edece84a add Excel-to-HTML converter (with test suite) 13 years ago
  Sergey Vladimirov 11652b3a2c remove unused method 13 years ago
  Sergey Vladimirov 03035ed09a rename extractor -> converter and move to converter package 13 years ago
  Sergey Vladimirov 1bee2b0cdb add Word-to-HTML extractor 13 years ago
  Sergey Vladimirov f04b096e28 warn and skip wrong type SPRM 13 years ago
  Sergey Vladimirov 9a17cfcb7f extract private getCharacterRun method with CHPX as parameter (used with reflection in workaround in AbstractWordUtils) 13 years ago
  Sergey Vladimirov 73fe53c0be workaround for NPE caused by old Word format 13 years ago
  Sergey Vladimirov 89494004ed add toString() to BorderCode 13 years ago
  Sergey Vladimirov 6f98350f11 workaround for NPE caused by old Word format 13 years ago
  Sergey Vladimirov 379844492d update who.xml as first test commit 13 years ago
  Yegor Kozlov b515618dff bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references 13 years ago
  Yegor Kozlov 16bee58c25 Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheets 13 years ago
  Nick Burch 3fc8c3b1b7 Apply patch from bug #51458 - Correct BitField wrapping when setting large values 13 years ago
  Nick Burch 5d2797bff2 Apply patch from bug #51460 (with some related generics tweaks) - Improve HSSF performance when loading very long rows, by switching the CellValue array to an iterator 13 years ago
  Nick Burch 663068fb50 Add unit test that seems to show bug #51461 working just fine 13 years ago
  Maxim Valyanskiy 3595e06635 XSLFCommonSlideData: Workaround for XmlBeans bug#49934 13 years ago
  Yegor Kozlov 84d170eed9 misc fixes in site docs 13 years ago
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 13 years ago
  Yegor Kozlov 586645ade8 Bug 51444 - Prevent corrupted output when saving files created by LibreOffice 3.3 13 years ago
  Maxim Valyanskiy bade89b292 hwpf: ignore ArrayIndexOutOfBoundsException in TableSprmUncompressor 13 years ago
  Jon Svede cd3e2b23c8 Added myself to the list of committers. 13 years ago
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 years ago
  Nick Burch 4cf20bee0b List another exception caused by old+new POI jars in production 13 years ago
  Yegor Kozlov cfa2b94845 Bug 50474 - Example demonstrating how to update workbook embedded in a WordprocessingML document 13 years ago
  Yegor Kozlov d0f07c56da Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF 13 years ago
  Yegor Kozlov 60a656d6e2 cleanup sxxsf temp files after tests, remove non-ascii characters from source code, polished test output 13 years ago
  Yegor Kozlov 7827d9101e Bug 48877 - Fixed XSSFRichTextString to respect leading and trailing line breaks 13 years ago
  Yegor Kozlov b8df0e686b Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() 13 years ago
  Yegor Kozlov 26c6241c8a Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocs 13 years ago
  Nick Burch 4c8b818ca6 Add a unit test to show that bug #49648 no longer occurs 13 years ago
  Yegor Kozlov c7bc6ff60d resolved old bugzilla issues, added unit tests 13 years ago
  Yegor Kozlov 54d885c7e4 Bug 51351 - more progress with WordToFoExtractor: fix ListEntryNoListTable and MBD001D0B89 tests 13 years ago
  Yegor Kozlov f0cc57338e Bug 51424 - Ignore exceptions in ParagraphSprmUncompressor 13 years ago
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 13 years ago
  Nick Burch 29b1d688c8 Add a note about RecalcId record with a value of zero 13 years ago
  Yegor Kozlov 847b579fcc Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when there are more than 1023 drawing objects 13 years ago
  Yegor Kozlov 9bfadb9c00 misc fixed in site's quick guide 13 years ago
  Maxim Valyanskiy 4f7427a355 Test for parsing document with drawings to prevent NoClassDefFoundError for CTAnchor in XWPFRun 13 years ago
  Yegor Kozlov 21885a6fd5 bug 51351: more progress with WordToFoExtractor: support for hyperlinks, common fields and code cleanup 13 years ago
  Yegor Kozlov 49448123e1 Bug 48408: Improved documentation for Sheet.setColumnWidth 13 years ago
  Yegor Kozlov 350806a157 junit test for sprm, added missing line from r1137143 13 years ago
  Yegor Kozlov bc8498d596 Support for sprmPJc paragraph SPRM and handling of additional properties in ParagraphSprmCompressor, see Bugzilla 51389 and 51390 13 years ago
  Yegor Kozlov f1ec56abe2 updated web site docs 13 years ago
  Yegor Kozlov 6a46a179d3 improved autosizing columns in SXSSF, see Bug 51356 13 years ago
  Yegor Kozlov e40d99937e Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString() 13 years ago
  Yegor Kozlov 64208474aa Bug 50681 - Fixed autosizing columns beyond 255 character limit 13 years ago