130 Commits (509c7bcb931ac319a52c3c900fffcec03a12079b)

Author SHA1 Message Date
  Josh Micich 3bc57ef584 Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified example code. (follow-on from r829758) 14 years ago
  Nick Burch f8f93ecbda Fix constructors for new naming 14 years ago
  Nick Burch 6f73fa2971 Copy the old dev.HSSF example over to trunk, and put it in a more suitable place 14 years ago
  Josh Micich e25ed3aa10 deleted 'svn:executable' property 14 years ago
  Josh Micich 32eb9ada7c deleted 'svn:executable' property 14 years ago
  Josh Micich ec3f4b9d77 deleted 'svn:executable' property 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov f35f76926c improved API for OOXML custom properties 14 years ago
  Yegor Kozlov 49d360bcd8 fixed non-ASCII symbols to keep javac quiet 14 years ago
  Yegor Kozlov 8c5838262e Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757 15 years ago
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts 15 years ago
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 15 years ago
  Yegor Kozlov e50f913b43 fixed compile error 15 years ago
  Mark Beardsley 0db6721bd0 New HSSF example. 15 years ago
  Mark Beardsley 562fe9897c New HSSF example. 15 years ago
  Yegor Kozlov 5aba781802 Fix for saving custom and extended OOXML properties 15 years ago
  Yegor Kozlov e555c088ce updated docs on extraction of embedded objects, misc changes in HSSF 15 years ago
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 years ago
  Josh Micich afe8827155 changed CRLF to LF in src/examples/.../xssf/... 15 years ago
  Josh Micich fef0dc1ae5 Changed CRLF to LF in remaining trunk/src files 15 years ago
  Josh Micich 4d3fd6fff5 removed '@version $Id:$' tags (all were in javadoc comments) 15 years ago
  Nick Burch a8dcc4416f Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCollapsed() setGroupRowCollapsed() 15 years ago
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
  Josh Micich 6fd3790d79 Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all deprecated warnings from hssf.usermodel.examples.* 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov 010693edaf applied patches by Gisella Bronzetti:46299 - support for carriage return and line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable 15 years ago
  Yegor Kozlov 7e6c4c3de8 example demonstrating how to generate large workbooks and avoid OutOfMemory exception 15 years ago
  Yegor Kozlov d3dd1fbbcd renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs 15 years ago
  Yegor Kozlov dea649d06b applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFParagraph 15 years ago
  Yegor Kozlov 2a12f7566c applied fix suggested in bug#46197: missing cast to float resulted in incorect calculation of picture size.Also added Picture.resize(scale) 15 years ago
  Yegor Kozlov 4a64ae8839 more updates in javadocs and site documentation, also misc improvements in common hssf-xssf interfaces 15 years ago
  Yegor Kozlov c67c1d5ca0 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown 15 years ago
  Nick Burch 0c8139e8be Include the sheet number in the output of XLS2CSVmra 15 years ago
  Yegor Kozlov 8987da6f67 docs cleanup and improvements 15 years ago
  Yegor Kozlov 8e0be01646 converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet 15 years ago
  Yegor Kozlov 2927970645 1. removed interfaces-jdk14, they are now obsolete2. started paving the way for XWPF 15 years ago
  Yegor Kozlov 350ce6192a should have been included in r711839 15 years ago
  Yegor Kozlov 886e06cb2a 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessPlan.java3. misc bug fixes 15 years ago
  Yegor Kozlov f6db815fbb applied patches #46119, #46120 and #46078 by Gizella Bronzetti 15 years ago
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 15 years ago
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that 15 years ago
  Yegor Kozlov 4ea70e1da5 improved XSSFName:check for name uniqueness, validate name name, more unit tests and javadocs 15 years ago
  Yegor Kozlov acfcbeb3c5 applied patches #46079, #46080 and #46081 by Gisella Bronzetti 15 years ago
  Yegor Kozlov db877653b7 more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 15 years ago
  Yegor Kozlov c63434df63 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF code, will be refactored in future.2. fixed bug #45974: XSSFCell.getCellStyle can return null3. more code cleanup and reaftoring, removed usages of obsolete XSSFCell.getCellNum() in favor of XSSFCell.getColumnIndex(), also more javadoc in core classes 15 years ago
  Yegor Kozlov 6e94780280 applied patch #46003 by Gisella Bronzetti 15 years ago
  Yegor Kozlov b03f77865d applied patches #46004 and #46006 submitted by Gisella Bronzetti 15 years ago
  Yegor Kozlov d70887d566 should have been included in r705638 15 years ago
  Yegor Kozlov f160dd1e7b more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizing is supported; implemented initial support for shape groups. Common HSSF-XSSF drawing interfaces are still TODO. 15 years ago
  Yegor Kozlov bff1825f78 applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object 15 years ago