2300 Commits (0bedde6467a3adda2c2133f0ff695bec529a686b)
 

Author SHA1 Message Date
  Nick Burch 7b605f32e1 Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allows cloning of some sheets with drawing objects on them. Fixes bug #31795 16 years ago
  Nick Burch f97d12c2d5 Update changelog again 16 years ago
  Nick Burch df4c00f034 Have autoSizeColumn skip over merged regions - bug #43902. Patch from Paolo 16 years ago
  Nick Burch 45618f3754 Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFormulaEvaluator 16 years ago
  Nick Burch 411dda71c1 Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-Shared Formula - tracked down to a signed vs unsigned byte issue! 16 years ago
  Nick Burch b38da1edcd Make the code for adding a new RichTextRun to a TextRun a bit nicer 16 years ago
  Nick Burch 56b73eddb9 Make a start on supporting adding new text to a hslf textrun 16 years ago
  Nick Burch e84bc3efb3 Tiny bit more ooxml stuff from Ugo (missed in last commit) 16 years ago
  Nick Burch 7a2005043a Add un-fixable testcase for bug 43493 16 years ago
  Nick Burch cee0e3954a Support for unicode named named ranges (patch and test from bug #42033) 16 years ago
  Nick Burch 48d8c95908 Patch from Ugo from bug #44185 - support getting shared strings for ooxml excel files, and further tests for the ooxml excel text extraction 16 years ago
  Nick Burch 307c17ae26 Fix bug #34023 - when shifting rows, update the any formula references to those rows to point to their new location 16 years ago
  Nick Burch bf989ca39e Add a new method onto AreaReference to get all the cells referenced, not just the corners. Includes tests for this 16 years ago
  Nick Burch 33dbe52e16 Extend named range support in formulas to include non-contiguous named ranges 16 years ago
  Nick Burch 965a3829f4 Fix from bug #43510 - support named ranges in formulas 16 years ago
  Nick Burch 37db643499 New tests for setLandscape, which seems to indicate that the problem reported in bug #43693 is incorrect 16 years ago
  Nick Burch f52c41539d Patch from Ugo to get and set the sheet hidden flag (bug #43937) 16 years ago
  Nick Burch 7b8ac5e4c6 Add a (disabled, as broken) test to show that HXFExcelExtractor and ExcelExtractor basically agree on extracting text from the same file (which they do not quite do yet!) 16 years ago
  Nick Burch 95b15d00c7 Fix a few little bits of documentation xml 16 years ago
  Nick Burch 4ec6675df9 Fix for bug #44167 - patch from Paolo Mottadelli 16 years ago
  Nick Burch e3a93edfb0 Update changelog 16 years ago
  Nick Burch 2fa190d507 Fix bug #44070 - patch from Gian Carlo Pace 16 years ago
  Nick Burch a176593fb2 Fix for building the OOXML xmlbeans stuff on osx, patch from ugo 16 years ago
  Yegor Kozlov a9e953b9c5 start a new section for 3.0.2 BETA3 16 years ago
  Nick Burch 2bdd3155d3 Make the ooxml and ole2 powerpoint extractors more in keeping with the others, and with each other 16 years ago
  Nick Burch 687901588b Some matching sets of sample ooxml and ole2 files, along with a plain text description 16 years ago
  Nick Burch 7a173165a5 For ooxml properties, get the core ones as well as the extended ones, and add tests for this 16 years ago
  Yegor Kozlov 9ce316577f support for tables in HSLF 16 years ago
  Nick Burch 137e6f5885 Improve the javadocs for font and fill related colourings, and add another tests to check it all works as expected 16 years ago
  Nick Burch 71085a913b OOXML pptx text extractor, and test. Also add jar-ooxml ant task 16 years ago
  Nick Burch 44e5f549c4 Make a start on OOXML pptx support 16 years ago
  Nick Burch 699dabdaf8 Support for extracting text from ooxml word documents 16 years ago
  Nick Burch 9b96000af0 A few small updates to HSSFXML, and start on HWPFXML 16 years ago
  Nick Burch 85701ca9ed Improve the xlsx text extraction, and have proper tests for it 16 years ago
  Nick Burch 5bbf6f70f6 Make a start on a text extractor for xlsx files 16 years ago
  Nick Burch 7d409e8139 Support getting the low level sheet objects back for an xlsx document 16 years ago
  Nick Burch bd40f5a018 Shuffle a few ooxml bits about, improve the ant tasks for it, and add in a ooxml container lister 16 years ago
  Nick Burch c793ae28f5 Add some more sample ooxml documents 16 years ago
  Nick Burch bd80c5bc4b A quick play with OOXML parsing. Uses XmlBeans and OpenXml4J to get at the data. Expect the API to change rapidly in the near future as we discover what works and what doesn't! 16 years ago
  Nick Burch 47207dd723 Update build.xml to download various libraries that we will want for playing with ooxml files 16 years ago
  Nick Burch 49835d96c0 Update the sample ooxml files to the latest versions from http://openxmldeveloper.org/articles/SampleDocsAugust2007.aspx (previous samples were from a beta) 16 years ago
  Yegor Kozlov ba9a2dc400 fix bug #43781: slide->getShapes->getTextRun returns wrong text 16 years ago
  Yegor Kozlov d38fd2ac9a fix reopen of bug 42999: incorrect AnchorHeight calculations in HSSFClientAnchor.getAnchorHeightInPoints 16 years ago
  Nick Burch d47c14c347 Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097, 44099) 16 years ago
  Nick Burch dae37b8632 Patch from bug #44055 - support reading the from field from HSMF messages 16 years ago
  Nick Burch 7b38ebad80 Make compile-scratchpad depend on compile-main, as it's dependent 16 years ago
  Nick Burch e5f8b9951c Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch from bug #44078) 16 years ago
  Nick Burch a1f9da0930 Add missing setCurrentRow calls to documentation 16 years ago
  Nick Burch e4937b63b2 Add comments on which formula related things should go in which of the two test suites 16 years ago
  Nick Burch f6a7cb7483 Support for the Trim function, and a little enhancement to the formula evaluation test 16 years ago