737 Commits (bcb898e9778d4b2078f59474a4ee34c9cf82d293)

Author SHA1 Message Date
  Yegor Kozlov 3392d09375 Bugzilla 51196: Initial support for Spreadsheet Chart API 13 years ago
  Maxim Valyanskiy 7b53517d7c status.xml: add note about Agile encryption 13 years ago
  Yegor Kozlov 50a40785ed Bugzilla 51160: Initial version of SXSSF, a low memory foortprint API to produce xlsx files 13 years ago
  Yegor Kozlov e960b73c64 Bugzilla 51171: Improved performance of opening large .xls files 13 years ago
  Nick Burch e44a0f8d40 Patch from Stefan from bug #51172 - XWPF .gif images support 13 years ago
  Nick Burch 8362b74f90 Finish NPOIFS support for writing to mini streams where the big block stream needs extending, and unit tests 13 years ago
  Nick Burch 700e7fd5e2 Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly, and code is simplified 13 years ago
  Nick Burch 27732b7287 Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fields 13 years ago
  Nick Burch 1a74a0c114 Fix bug #51143 - Correct NameCommentRecord to properly serialise strings 13 years ago
  Nick Burch bae166f687 Fix bug #51112 - Correct XWPFTable tracking of new rows 13 years ago
  Nick Burch 3454360494 Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs 13 years ago
  Nick Burch ed0b804630 Fix bug #51111 - Correct XWPFParagraph tracking of new runs 13 years ago
  Nick Burch 6576890e53 Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" and "/" 13 years ago
  Nick Burch 8e0241ff83 Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream where every block is full 13 years ago
  Nick Burch 11a75497e5 Fix bug #50956 - Correct XSSF cell style cloning between workbooks 13 years ago
  Nick Burch f7ed387745 Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the common usermodel Sheet, using sheetCalcPr fullCalcOnLoad="true" 13 years ago
  Nick Burch fa87b42774 Following discussions on the dev list today, tweak the logic for sizing the HSSFCells array on a HSSFRow to reduce memory over allocation in many use cases (now cribbed from the size of the row, and uses the ArrayList growth metric) 13 years ago
  Nick Burch 020121825c Add support for adding a picture to a XSSFRun 13 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Nick Burch 8a06e7d60c Fix bug #51061 - Correct target URI for new XSSF Tables 13 years ago
  Nick Burch d290f515a4 Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet. 13 years ago
  Nick Burch 948fe2fc6f More test for bug #49381 / #50884 - xssf freeze panes 13 years ago
  Nick Burch e9b19a79f7 Add support for adding a table to a XSSFSheet 13 years ago
  Nick Burch 11cd9209d8 3.8 beta2 has been released 13 years ago
  Nick Burch 7f85de2ba3 Improve HSMF MAPIMessage access to the HTML and RTF versions of the message body (where available) 13 years ago
  Nick Burch f7656dc6bf Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it easier to decide when encoding guessing is needed 13 years ago
  Nick Burch 296abdab3b Update OutlookTextExtractor to request 7 bit encoding guessing 13 years ago
  Nick Burch dcdb268d3b Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the HTML body contents in MAPIMessage 13 years ago
  Nick Burch fd5b4a4e4f Implement the load method on MemoryPackagePart 13 years ago
  Yegor Kozlov 5c4ed6e275 Support for continued ExtSSTRecords, see Bugzilla 50967 13 years ago
  Nick Burch 8dc1647c4c Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas 13 years ago
  Nick Burch 22ad89d056 More NPOIFS constructors, and document recent fixes 13 years ago
  Yegor Kozlov d732e60a09 improved DataFormatter, see Bugzilla 50841 13 years ago
  Nick Burch b07c986c9d Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF (CellReference is row,column) 13 years ago
  Nick Burch ee6bb48894 Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there 13 years ago
  Nick Burch aff049234a Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an operation 13 years ago
  Nick Burch dd1af3acd9 Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later 13 years ago
  Nick Burch 0055c90bc4 Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not 13 years ago
  Nick Burch d82c5b6336 Update the HMEF status pages 13 years ago
  Yegor Kozlov d2d927df6a support for getting HWPFDocument fields, see Bugzilla 50313 13 years ago
  Yegor Kozlov f9badd78d4 fixed setting named styles to HSSFCells. see Bugzilla 50912 13 years ago
  Yegor Kozlov dd87e86c44 fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779 13 years ago
  Nick Burch 3cd79ea026 Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 13 years ago
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
  Nick Burch 5185ad3b5a Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call 13 years ago
  Nick Burch ca96c8a73a Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 13 years ago
  Nick Burch d7cc7e582b From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a cached, unmodifiable Map. HSSFColor.getModifiableIndexHash() provides access to the old (slow but modifiable) functionality 13 years ago
  Yegor Kozlov 6269ee2312 Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100 13 years ago
  Yegor Kozlov 826e5c0868 mention ExcelAnt in status.xml 13 years ago
  Nick Burch 7672d22266 Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.html 13 years ago