2300 Commits (0bedde6467a3adda2c2133f0ff695bec529a686b)
 

Author SHA1 Message Date
  Ugo Cei 0c5c0e5d0d Introduce POIXMLDocument as common base class for all OOXML document types. 16 years ago
  Ugo Cei f2bfa9df28 Fix test so it loads data file from the correct place. 16 years ago
  Ugo Cei ef0eb85e05 Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319. 16 years ago
  Ugo Cei 6194d088cd Initial support for loading workbooks off files. 16 years ago
  Nick Burch da444a2b80 [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from Paolo 16 years ago
  Ugo Cei 2ee81f51c9 Use new version of OpenXML4J that allows saving straight to an OutputStream without going through a file. 16 years ago
  Ugo Cei 4303df9d00 Merged revisions 614878-614909 via svnmerge from 16 years ago
  Ugo Cei 7102c5c610 Recorded merge of revisions 614870 via svnmerge from 16 years ago
  Ugo Cei c520c3792d Implementation of XSSFWorkbook#getSheet(String name). Implementation of XSSFWorkbook#removeSheet. 16 years ago
  Nick Burch f9f12c6926 Tidy up some duplicated code, now that openxml4j has RelationshipSource 16 years ago
  Nick Burch 4b4973dcd7 Update to use a newer openxml4j jar file, which contains patches from myself and Ugo 16 years ago
  Ugo Cei e378439912 Make HSSF* classes compile with JDK 1.4 interfaces. 16 years ago
  Ugo Cei 8488dfe816 Merged revisions 614274 via svnmerge from 16 years ago
  Ugo Cei 05863eecef Merged revisions 614211 via svnmerge from 16 years ago
  Ugo Cei 1dda0ecda1 HSSF* classes implement same interfaces as XSSF* classes. 16 years ago
  Ugo Cei e06533f54f Fix implementation of XSSFWorkbook#cloneSheet and provide unit test. 16 years ago
  Ugo Cei 3e88323d26 Implementation of XSSFRow#{get,set}Height and other methods. Patch contributed by Paolo Mottadelli <paolo.moz@gmail.com>. 16 years ago
  Ugo Cei f58b850b97 Tests for XSSFWorkbook. 16 years ago
  Ugo Cei d0ccd710d9 Tests for XSSFSheet, contributed by Paolo Mottadelli <p.mottadelli@sourcesense.com>. 16 years ago
  Nick Burch f4b03fa348 [ooxml-branch] Add in a jdk 1.4 jar task too 16 years ago
  Nick Burch 4bce8dfcd0 [ooxml-branch] Split the common ss interfaces into two sets - one that works with jdk 1.5 and has the full functionality, and another that works with jdk 1.4 and only has dummy functionality. Update build.xml to spit out two versions of the main classes, one for jdk 1.5 with the full interfaces, and one for jdk 1.4 with the dummy ones (but which is otherwise like the current behaviour). Also add readme explaining all this 16 years ago
  Ugo Cei f9814d58e6 Merged revisions 613395-613401 via svnmerge from 16 years ago
  Ugo Cei 1ddcefa55e Merged revisions 612520 via svnmerge from 16 years ago
  Ugo Cei daba1ef6ef Merged revisions 612512 via svnmerge from 16 years ago
  Nick Burch 55095d1ccb Add a missing bit to the compile-ooxml ant task 16 years ago
  Ugo Cei 0ccdcda9bd Changed location of OOXML sources and testcases. 16 years ago
  Ugo Cei 5dd70ba532 Fix imports, removing a dependency on XMLBeans. 16 years ago
  Ugo Cei 41e38d3196 Replace implementation with interface in return value declaration. 16 years ago
  Ugo Cei 5e43dae404 Some OOXML implementation and interface code, just some basic Row and Cell-level functionality. 16 years ago
  Ugo Cei df83e5be83 Initialized merge tracking via "svnmerge" with revisions "1-612483" from 16 years ago
  Ugo Cei b550e43d41 Creating branch for OOXML-enabled version 16 years ago
  Nick Burch 7618be0d35 Patch to support UncalcedRecord and usermodel code for it, to indicate formulas on a sheet need recalculating (from bug #44233) 16 years ago
  Nick Burch 0034e00a5c Add methods to check to see if a given InputStream has a OOXML file header, or a OLE2 file header, so that a future factory method could figure out which class to instantiate for a given InputStraeam 16 years ago
  Nick Burch 83107c9dae Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets can be cloned 16 years ago
  Nick Burch b38caa4cee Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests 16 years ago
  Yegor Kozlov 8accff6c6c update status of the latest release on the index page 16 years ago
  Yegor Kozlov f13f164e72 fixed bug 44200: Sheet not cloneable when Note added to excel cell 16 years ago
  Nick Burch 7ad3075881 Make a start on processing shapes on a sheet out of a record. For now, doesn't actually manage to do this, but has much of the infrastructure that'll be needed. Includes ability to get an existing HSSFPatriarch for a sheet, if there are the required records, and for the HSSFPatriarch to be in a position to be given the shapes that make it up (but this isn't done yet) 16 years ago
  Nick Burch fbbd6523ba Add several more test files, charting related 16 years ago
  Nick Burch 5e043ff231 Put the anchors where forrest wants them 16 years ago
  Nick Burch 80cf60500a Update documentation, and add section on whole-workbook recalculating 16 years ago
  Nick Burch 715329aa5e Fix for SharedStringsTable in ooxml excel support, and related test updates now we have more to test 16 years ago
  Nick Burch e1b5e01f8b Further font size tweaks for autosizing test (macs are even odder...) 16 years ago
  Nick Burch 1767f6cf9b Font sizes can vary slightly between machines, so use small ranges not absolute numbers when testing column autosizing 16 years ago
  Nick Burch e27090859f Tweak comments, layout and exceptions in IOUtils and RawDataBlock. It should now be clearer exactly what they do, and when they become unhappy. Also include a test that ensures that when reading from a slow inputstream (as per bug #42834), we really are ok with the data dribbling in, and do not require it to all come in in blocksize chunks at one 16 years ago
  Nick Burch 4d4b3081ff Properly set the values when calling the boolean sets 16 years ago
  Nick Burch 9093d91658 Fix bug #43008, by deprecating setCellNum() on HSSFCell, and adding moveCell() to HSSFRow, which correctly updates all the references 16 years ago
  Nick Burch 6957c755c0 Fix for bug #43058 - handle setting row grouping for sheets that lacked gutsrecords at that point 16 years ago
  Nick Burch 7469cf5c4c Add a xlsx sample file with boolean formulas and values in it, as none of the official samples include any booleans! 16 years ago
  Nick Burch a01b3372a3 Add a further test to TestHSSFRow which verifies that bug #43901 is invalid 16 years ago